Skip to content

Commit

Permalink
[java] add missing entry to verification-metadata.xml (#688)
Browse files Browse the repository at this point in the history
For some reason the entry for junit-bom 5.7.2 was missing the module artifact, which is breaking some of our automated builds.
  • Loading branch information
ivmaykov committed Sep 29, 2023
1 parent a351b55 commit ef0aeba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,9 @@
</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>
Expand Down

0 comments on commit ef0aeba

Please sign in to comment.