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 6b10d71 + f7bd035 commit 3bce2abCopy full SHA for 3bce2ab
examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '2.7.3'
+ id 'org.springframework.boot' version '2.7.4'
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.3"
+ id("org.springframework.boot") version "2.7.4"
id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.10"
examples/spring-boot/build.gradle
0 commit comments