Skip to content

Commit 298d498

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.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7db105b commit 298d498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
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.13.1'
2727
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
2828

2929
compileOnly 'org.projectlombok:lombok:1.18.36'

0 commit comments

Comments
 (0)