Skip to content

Commit 7657364

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `io.mockk:mockk` from 1.14.5 to 1.14.6 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.5...1.14.6) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.mockk:mockk dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 466b3ab commit 7657364

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
@@ -3,7 +3,7 @@ kotlin = "2.1.21" # Mainly for CI, it can be rewritten by environment variable.
33
jackson = "2.20.0"
44

55
# test libs
6-
junit = "5.13.4"
6+
junit = "6.0.0"
77

88
[libraries]
99
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
@@ -16,7 +16,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1616
# test libs
1717
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
1818
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
19-
mockk = "io.mockk:mockk:1.14.5"
19+
mockk = "io.mockk:mockk:1.14.6"
2020
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml" }
2121
jackson-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-csv" }
2222
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }

0 commit comments

Comments
 (0)