Skip to content

Commit 0bf64cc

Browse files
dependabot[bot]rbri
authored andcommitted
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]>
1 parent 187d9f0 commit 0bf64cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
exclude group: 'junit'
1717
}
1818
testImplementation("org.slf4j:slf4j-simple:2.0.17")
19-
testImplementation "org.yaml:snakeyaml:2.4"
19+
testImplementation "org.yaml:snakeyaml:2.5"
2020
testImplementation "javax.xml.soap:javax.xml.soap-api:1.4.0"
2121
testImplementation "javax.activation:javax.activation-api:1.2.0"
2222
}

0 commit comments

Comments
 (0)