We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f3c0d commit 851f8ffCopy full SHA for 851f8ff
examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '2.7.18'
+ id 'org.springframework.boot' version '3.5.6'
4
}
5
apply plugin: 'io.spring.dependency-management'
6
@@ -17,7 +17,6 @@ dependencies {
17
testImplementation 'org.testcontainers:testcontainers-selenium'
18
testImplementation 'org.testcontainers:testcontainers-junit-jupiter'
19
testImplementation 'org.assertj:assertj-core:3.27.4'
20
- testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.8.2"
21
22
23
test {
0 commit comments