Skip to content

Commit 3174328

Browse files
Bump the prod-dependencies-major group across 1 directory with 2 updates
Bumps the prod-dependencies-major group with 2 updates in the / directory: [org.snakeyaml:snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.snakeyaml:snakeyaml-engine` from 2.10 to 3.0 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml-engine/branches/compare/snakeyaml-engine-3.0..snakeyaml-engine-2.10) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) --- updated-dependencies: - dependency-name: org.snakeyaml:snakeyaml-engine dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies-major - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4f39cc commit 3174328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jacoco = "0.8.11"
88
gradle-nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0" }
99
# dependencies
1010
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.0.2-1" }
11-
snakeyaml = { module = "org.snakeyaml:snakeyaml-engine", version = "2.10" }
11+
snakeyaml = { module = "org.snakeyaml:snakeyaml-engine", version = "3.0.1" }
1212
gson = { module = "com.google.code.gson:gson", version = "2.13.2" }
1313
# test dependencies
1414
spock-core = { module = "org.spockframework:spock-core", version = "2.4-M6-groovy-4.0" }
1515
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
16-
junit-platform = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.4" }
16+
junit-platform = { module = "org.junit.platform:junit-platform-launcher", version = "6.0.1" }

0 commit comments

Comments
 (0)