Skip to content

Commit d3b8101

Browse files
Bump the minor group with 2 updates (#492)
Bumps the minor group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin). Updates `org.mockito:mockito-core` from 5.13.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.14.1) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b37077 commit d3b8101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
2727
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
2828
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
29-
testImplementation("org.mockito:mockito-core:5.13.0")
30-
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
29+
testImplementation("org.mockito:mockito-core:5.14.1")
30+
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3131

3232
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
3333
}

0 commit comments

Comments
 (0)