Skip to content

Commit 91bb872

Browse files
authored
Fix remaining trusted artifacts (#3988)
1 parent 92391a3 commit 91bb872

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

gradle/verification-metadata.xml

+17-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44
<verify-metadata>true</verify-metadata>
55
<verify-signatures>false</verify-signatures>
66
<trusted-artifacts>
7-
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.12.3" reason="WHY"/>
87
<trust group="net.minecraft" reason="no"/>
9-
<trust group="org.junit" name="junit-bom" version="5.7.2" reason="WHY"/>
10-
<trust group="org.junit" name="junit-bom" version="5.9.0" reason="WHY"/>
11-
<trust group="org.junit" name="junit-bom" version="5.9.1" reason="WHY"/>
128
<trust group="org.spongepowered" name="vanillagradle" reason="FIX THIS"/>
139
<trust group="org.spongepowered" name="vanillagradle-downloader-apache-http" reason="FIX THIS"/>
1410
<trust group="org.spongepowered" name="vanillagradle-resolver-core" reason="FIX THIS"/>
15-
<trust group="org.springframework" name="spring-framework-bom" version="5.3.24" reason="WHY"/>
1611
</trusted-artifacts>
1712
</configuration>
1813
<components>
@@ -113,6 +108,11 @@
113108
<sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" origin="Generated by Gradle"/>
114109
</artifact>
115110
</component>
111+
<component group="com.fasterxml.jackson" name="jackson-base" version="2.12.3">
112+
<artifact name="jackson-base-2.12.3.pom">
113+
<sha256 value="6a4a336f79322d1f50e570dae3c53541a380739ed8a6ad56c3e609b32192bb57" origin="Generated by Gradle"/>
114+
</artifact>
115+
</component>
116116
<component group="com.fasterxml.jackson" name="jackson-base" version="2.15.2">
117117
<artifact name="jackson-base-2.15.2.pom">
118118
<sha256 value="811ffa1b239956fd512537eebd8810d55ca8948115eaeb6bed1374395b161182" origin="Generated by Gradle"/>
@@ -2705,16 +2705,25 @@
27052705
</artifact>
27062706
</component>
27072707
<component group="org.junit" name="junit-bom" version="5.7.2">
2708+
<artifact name="junit-bom-5.7.2.module">
2709+
<sha256 value="f3bceb1c59dd4f6993f4304dffa580172b8df65a76cd36fa4fd92c0578d28ad8" origin="Generated by Gradle"/>
2710+
</artifact>
27082711
<artifact name="junit-bom-5.7.2.pom">
27092712
<sha256 value="cd14aaa869991f82021c585d570d31ff342bcba58bb44233b70193771b96487b" origin="Generated by Gradle"/>
27102713
</artifact>
27112714
</component>
27122715
<component group="org.junit" name="junit-bom" version="5.9.0">
2716+
<artifact name="junit-bom-5.9.0.module">
2717+
<sha256 value="a054eaf5016b58bbcde86660444a7c0dd3e2caf84d2a1ad5fc4cb525979c19b9" origin="Generated by Gradle"/>
2718+
</artifact>
27132719
<artifact name="junit-bom-5.9.0.pom">
27142720
<sha256 value="d83e87f1676cde44191eec5cda690492392f26923b1e498148ca739dfed75295" origin="Generated by Gradle"/>
27152721
</artifact>
27162722
</component>
27172723
<component group="org.junit" name="junit-bom" version="5.9.1">
2724+
<artifact name="junit-bom-5.9.1.module">
2725+
<sha256 value="9026c1656690fa145ad75ece83674211aa12ad8930a91b107c2f5cdece2f1b1c" origin="Generated by Gradle"/>
2726+
</artifact>
27182727
<artifact name="junit-bom-5.9.1.pom">
27192728
<sha256 value="b163c1cfc8fc1fd58b457a00d586c04c46e986d75904e9ca54c03a97d65b496c" origin="Generated by Gradle"/>
27202729
</artifact>
@@ -3400,6 +3409,9 @@
34003409
</artifact>
34013410
</component>
34023411
<component group="org.springframework" name="spring-framework-bom" version="5.3.24">
3412+
<artifact name="spring-framework-bom-5.3.24.module">
3413+
<sha256 value="1996e1f617cb03fa76ea11850fe2a1e20b0e30a1046ba6d5db3bdbbf44113fce" origin="Generated by Gradle"/>
3414+
</artifact>
34033415
<artifact name="spring-framework-bom-5.3.24.pom">
34043416
<sha256 value="535213566bbbefe2636a0d4e8dd1a73ade612e2430c8ffd310dcc2a3b3b9ba41" origin="Generated by Gradle"/>
34053417
</artifact>

0 commit comments

Comments
 (0)