Skip to content

Commit 6196cd5

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.1 in /examples
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57e03d0 commit 6196cd5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ subprojects {
136136
dependencies {
137137
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
138138
testImplementation 'org.assertj:assertj-core:3.27.4'
139-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
139+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
140140

141141
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
142142
}

examples/hazelcast/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation 'com.hazelcast:hazelcast:5.3.8'
1212
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1313
testImplementation 'org.assertj:assertj-core:3.27.4'
14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}
1717

examples/immudb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
testImplementation 'org.assertj:assertj-core:3.27.4'
1414
testImplementation 'com.google.guava:guava:23.0'
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1717
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1818
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1919
}

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation 'org.assertj:assertj-core:3.27.4'
1515
testImplementation 'com.google.guava:guava:23.0'
1616
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
17-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1818
testImplementation 'org.awaitility:awaitility:4.3.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
2020
}

examples/nats/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testImplementation 'io.nats:jnats:2.23.0'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1414
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
15-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1616
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1717
}
1818

examples/neo4j-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies {
1111
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.20'
1212
testImplementation 'org.testcontainers:testcontainers-neo4j'
1313
testImplementation 'org.testcontainers:testcontainers-junit-jupiter'
14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}

examples/ollama-hugging-face/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation 'org.testcontainers:testcontainers-ollama'
1111
testImplementation 'org.assertj:assertj-core:3.27.4'
1212
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1414
testImplementation 'io.rest-assured:rest-assured:5.5.6'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'org.testcontainers:testcontainers-junit-jupiter'
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1717
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1818
testImplementation 'org.assertj:assertj-core:3.27.4'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'

examples/sftp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.27.4'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}
1717

examples/singleton-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1717
testImplementation 'org.testcontainers:testcontainers'
1818
testImplementation 'org.assertj:assertj-core:3.27.4'
19-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
19+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
2121
}
2222

0 commit comments

Comments
 (0)