Skip to content

Commit 9dc6f35

Browse files
Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 (#62)
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](mockito/mockito-kotlin@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82e4a4a commit 9dc6f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version =
77
th2-common = { group = "com.exactpro.th2", name = "common", version = "5.16.1-dev" }
88

99
junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.4" }
10-
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version = "6.0.0" } # kotlin:1.9.20 is transitive dependency sins 5.4.0
10+
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version = "6.1.0" } # kotlin:1.9.20 is transitive dependency sins 5.4.0
1111

1212
[plugins]
1313
th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.3.8" }

0 commit comments

Comments
 (0)