Skip to content

Commit 63a892b

Browse files
Bump org.springframework.boot from 2.6.1 to 2.6.2 in /examples
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 490da67 commit 63a892b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/selenium-container/build.gradle

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

examples/spring-boot-kotlin-redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "2.6.1"
2+
id("org.springframework.boot") version "2.6.2"
33
id("org.jetbrains.kotlin.jvm") version "1.6.10"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.6.0"
55
}

examples/spring-boot/build.gradle

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

0 commit comments

Comments
 (0)