We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993c82b commit 65407bcCopy full SHA for 65407bc
examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '2.5.2'
+ id 'org.springframework.boot' version '3.0.1'
4
}
5
apply plugin: 'io.spring.dependency-management'
6
examples/spring-boot-kotlin-redis/build.gradle
@@ -1,5 +1,5 @@
- id("org.springframework.boot") version "2.5.2"
+ id("org.springframework.boot") version "3.0.1"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.5.21"
examples/spring-boot/build.gradle
0 commit comments