Skip to content

Commit

Permalink
Fix remaining trusted artifacts (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus committed Mar 31, 2024
1 parent 92391a3 commit 91bb872
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
<verify-metadata>true</verify-metadata>
<verify-signatures>false</verify-signatures>
<trusted-artifacts>
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.12.3" reason="WHY"/>
<trust group="net.minecraft" reason="no"/>
<trust group="org.junit" name="junit-bom" version="5.7.2" reason="WHY"/>
<trust group="org.junit" name="junit-bom" version="5.9.0" reason="WHY"/>
<trust group="org.junit" name="junit-bom" version="5.9.1" reason="WHY"/>
<trust group="org.spongepowered" name="vanillagradle" reason="FIX THIS"/>
<trust group="org.spongepowered" name="vanillagradle-downloader-apache-http" reason="FIX THIS"/>
<trust group="org.spongepowered" name="vanillagradle-resolver-core" reason="FIX THIS"/>
<trust group="org.springframework" name="spring-framework-bom" version="5.3.24" reason="WHY"/>
</trusted-artifacts>
</configuration>
<components>
Expand Down Expand Up @@ -113,6 +108,11 @@
<sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-base" version="2.12.3">
<artifact name="jackson-base-2.12.3.pom">
<sha256 value="6a4a336f79322d1f50e570dae3c53541a380739ed8a6ad56c3e609b32192bb57" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-base" version="2.15.2">
<artifact name="jackson-base-2.15.2.pom">
<sha256 value="811ffa1b239956fd512537eebd8810d55ca8948115eaeb6bed1374395b161182" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -2705,16 +2705,25 @@
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.7.2">
<artifact name="junit-bom-5.7.2.module">
<sha256 value="f3bceb1c59dd4f6993f4304dffa580172b8df65a76cd36fa4fd92c0578d28ad8" origin="Generated by Gradle"/>
</artifact>
<artifact name="junit-bom-5.7.2.pom">
<sha256 value="cd14aaa869991f82021c585d570d31ff342bcba58bb44233b70193771b96487b" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.9.0">
<artifact name="junit-bom-5.9.0.module">
<sha256 value="a054eaf5016b58bbcde86660444a7c0dd3e2caf84d2a1ad5fc4cb525979c19b9" origin="Generated by Gradle"/>
</artifact>
<artifact name="junit-bom-5.9.0.pom">
<sha256 value="d83e87f1676cde44191eec5cda690492392f26923b1e498148ca739dfed75295" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.9.1">
<artifact name="junit-bom-5.9.1.module">
<sha256 value="9026c1656690fa145ad75ece83674211aa12ad8930a91b107c2f5cdece2f1b1c" origin="Generated by Gradle"/>
</artifact>
<artifact name="junit-bom-5.9.1.pom">
<sha256 value="b163c1cfc8fc1fd58b457a00d586c04c46e986d75904e9ca54c03a97d65b496c" origin="Generated by Gradle"/>
</artifact>
Expand Down Expand Up @@ -3400,6 +3409,9 @@
</artifact>
</component>
<component group="org.springframework" name="spring-framework-bom" version="5.3.24">
<artifact name="spring-framework-bom-5.3.24.module">
<sha256 value="1996e1f617cb03fa76ea11850fe2a1e20b0e30a1046ba6d5db3bdbbf44113fce" origin="Generated by Gradle"/>
</artifact>
<artifact name="spring-framework-bom-5.3.24.pom">
<sha256 value="535213566bbbefe2636a0d4e8dd1a73ade612e2430c8ffd310dcc2a3b3b9ba41" origin="Generated by Gradle"/>
</artifact>
Expand Down

0 comments on commit 91bb872

Please sign in to comment.