Skip to content

Commit

Permalink
Bump org.springframework.boot from 2.7.6 to 3.0.1 in /examples
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.6 to 3.0.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 14, 2023
1 parent 111d519 commit fdec968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/selenium-container/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.6'
id 'org.springframework.boot' version '3.0.1'
}
apply plugin: 'io.spring.dependency-management'

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-kotlin-redis/build.gradle
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "2.7.6"
id("org.springframework.boot") version "3.0.1"
id("org.jetbrains.kotlin.jvm") version "1.8.0"
id("org.jetbrains.kotlin.plugin.spring") version "1.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.6'
id 'org.springframework.boot' version '3.0.1'
}
apply plugin: 'io.spring.dependency-management'

Expand Down

0 comments on commit fdec968

Please sign in to comment.