Skip to content

Commit 09bc6df

Browse files
fix(deps): bump org.junit.jupiter:junit-jupiter-engine (#183)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eddacfc commit 09bc6df

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.25.3"
2525
testImplementation "org.hamcrest:hamcrest:2.2"
26-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
26+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
2727
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
2828

2929
compileOnly 'org.projectlombok:lombok:1.18.30'

0 commit comments

Comments
 (0)