Skip to content

Commit 65407bc

Browse files
Bump org.springframework.boot from 2.5.2 to 3.0.1 in /examples
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.5.2 to 3.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.2...v3.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 993c82b commit 65407bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/selenium-container/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.5.2'
3+
id 'org.springframework.boot' version '3.0.1'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "2.5.2"
2+
id("org.springframework.boot") version "3.0.1"
33
id("org.jetbrains.kotlin.jvm") version "1.5.10"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.5.21"
55
}

examples/spring-boot/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.5.2'
3+
id 'org.springframework.boot' version '3.0.1'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

0 commit comments

Comments
 (0)