Skip to content

Commit 851f8ff

Browse files
authored
Update spring boot version to 3.5.6 in selenium example (#10797)
1 parent 15f3c0d commit 851f8ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/selenium-container/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.18'
3+
id 'org.springframework.boot' version '3.5.6'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

@@ -17,7 +17,6 @@ dependencies {
1717
testImplementation 'org.testcontainers:testcontainers-selenium'
1818
testImplementation 'org.testcontainers:testcontainers-junit-jupiter'
1919
testImplementation 'org.assertj:assertj-core:3.27.4'
20-
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.8.2"
2120
}
2221

2322
test {

0 commit comments

Comments
 (0)