Skip to content

Commit a4ccab1

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2f8139 commit a4ccab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
2424
testImplementation "org.assertj:assertj-core:3.26.0"
2525
testImplementation "org.hamcrest:hamcrest:2.2"
26-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
26+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
2727
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
2828

2929
compileOnly 'org.projectlombok:lombok:1.18.36'

0 commit comments

Comments
 (0)