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 8685bc3 + 63a892b commit c968477Copy full SHA for c968477
examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '2.6.1'
+ id 'org.springframework.boot' version '2.6.2'
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.6.1"
+ id("org.springframework.boot") version "2.6.2"
id("org.jetbrains.kotlin.jvm") version "1.6.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.6.0"
examples/spring-boot/build.gradle
0 commit comments