Skip to content

Commit f1d8dfe

Browse files
Bump org.yaml:snakeyaml from 2.4 to 2.5 (#1013)
* Bump org.yaml:snakeyaml from 2.4 to 2.5 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.4 to 2.5. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.4) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update lockfiles for snakeyaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sidorovich <[email protected]>
1 parent 5afd91f commit f1d8dfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ org.threeten:threeten-extra:1.8.0=compileClasspath,runtimeClasspath,testCompileC
275275
org.threeten:threetenbp:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
276276
org.xerial.snappy:snappy-java:1.1.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
277277
org.xerial:sqlite-jdbc:3.49.1.0=testCompileClasspath,testRuntimeClasspath
278-
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
278+
org.yaml:snakeyaml:2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
279279
xerces:xercesImpl:2.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
280280
xml-apis:xml-apis:1.4.01=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
281281
empty=

dumper/lib-dumper-spi/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ org.slf4j:jul-to-slf4j:1.7.36=testRuntimeClasspath
3232
org.slf4j:log4j-over-slf4j:2.0.16=testRuntimeClasspath
3333
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath
3434
org.slf4j:slf4j-api:2.0.16=testRuntimeClasspath
35-
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
35+
org.yaml:snakeyaml:2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
3636
empty=

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ re2j = "1.8"
4949
redshift-jdbc = "2.1.0.32"
5050
shadow-plugin = "8.1.1"
5151
slf4j = "1.7.36"
52-
snakeyaml = "2.4"
52+
snakeyaml = "2.5"
5353
snowflake = "3.26.1"
5454
spotless-plugin-gradle = "6.4.1"
5555
spring = "5.3.39"

0 commit comments

Comments
 (0)