Skip to content

Commit aac337a

Browse files
Bump org.junit.jupiter:junit-jupiter in /modules/r2dbc
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit aac337a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/r2dbc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ dependencies {
1010

1111
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1212

13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1414
testImplementation 'org.assertj:assertj-core:3.27.4'
1515
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1616
testImplementation project(':testcontainers-postgresql')
1717

1818
testFixturesImplementation 'io.projectreactor:reactor-core:3.7.9'
1919
testFixturesImplementation 'org.assertj:assertj-core:3.27.4'
20-
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
20+
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
2121
}
2222

2323
test {

0 commit comments

Comments
 (0)