Skip to content

Commit

Permalink
[7.17] update snakeyaml dependency (#90414) (#90484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis authored Sep 28, 2022
1 parent ada3529 commit 6afb2b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 2 additions & 0 deletions build-tools-internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ dependencies {
// ensuring brought asm version brought in by spock is up-to-date
testImplementation buildLibs.asm
integTestImplementation buildLibs.asm
implementation "org.yaml:snakeyaml:${versions.snakeyaml}"
}
api localGroovy()
api gradleApi()
Expand Down Expand Up @@ -287,6 +288,7 @@ dependencies {
testImplementation buildLibs.spock.junit4
testImplementation buildLibs.json.assert
integTestImplementation buildLibs.xmlunit.core

}

tasks.named('test').configure {
Expand Down
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bundled_jdk = 18.0.2.1+1@db379da656dc47308e138f21b33976fa
spatial4j = 0.7
jts = 1.15.0
jackson = 2.10.4
snakeyaml = 1.26
snakeyaml = 1.33
icu4j = 62.1
supercsv = 2.4.0
# when updating log4j, please update also docs/java-api/index.asciidoc
Expand Down
17 changes: 4 additions & 13 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3792,19 +3792,10 @@
<sha256 value="664543f6a054e314ea0e6ff5118c1e2c32a2f1c3f90b138e45064c17ff3962fc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.yaml" name="snakeyaml" version="1.26">
<artifact name="snakeyaml-1.26.jar">
<sha256 value="d87d607e500885356c03c1cae61e8c2e05d697df8787d5aba13484c2eb76a844" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.yaml" name="snakeyaml" version="1.29">
<artifact name="snakeyaml-1.29.jar">
<sha256 value="89c5f029811b08c878f0b81dbb05e9626624c1fda4087a26871101e499a217ab" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.yaml" name="snakeyaml" version="1.30">
<artifact name="snakeyaml-1.30.jar">
<sha256 value="f43a4e40a946b8cdfd0321bc1c9a839bc3f119c57e4ca84fb87c367f51c8b2b3" origin="Generated by Gradle"/>

<component group="org.yaml" name="snakeyaml" version="1.33">
<artifact name="snakeyaml-1.33.jar">
<sha256 value="11ff459788f0a2d781f56a4a86d7e69202cebacd0273d5269c4ae9f02f3fd8f0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="ua.net.nlp" name="morfologik-ukrainian-search" version="3.7.5">
Expand Down

0 comments on commit 6afb2b0

Please sign in to comment.