Skip to content

Commit 8dd274f

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0e1ee7 commit 8dd274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
5050

5151
// Test
52-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
52+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
testImplementation 'org.mockito:mockito-core:5.15.2'
5555
testImplementation 'org.projectlombok:lombok:1.18.36'

0 commit comments

Comments
 (0)