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.
2 parents 3a4a84d + 78d0a19 commit a8251eeCopy full SHA for a8251ee
examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '2.7.4'
+ id 'org.springframework.boot' version '2.7.5'
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.7.4"
+ id("org.springframework.boot") version "2.7.5"
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.20"
examples/spring-boot/build.gradle
0 commit comments