Skip to content

Commit 7f08e78

Browse files
chore(deps): bump org.springframework.boot:spring-boot-dependencies from 2.4.5 to 3.1.0 (#81)
* chore(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.4.5 to 3.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v3.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update java source compatibility on jvm sample --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: xyzwilliamxyz <[email protected]>
1 parent 8dd0e1f commit 7f08e78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mockk = "1.13.5"
1919
mockkCommon = "1.12.5"
2020
publishPlugin = "0.24.0"
2121
spmPlugin = "2.0.5-arm64"
22-
spring = "2.6.15"
22+
spring = "3.1.0"
2323

2424
[libraries]
2525
# Spring

sample/jvm/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
java {
7-
sourceCompatibility = JavaVersion.VERSION_1_8
8-
targetCompatibility = JavaVersion.VERSION_1_8
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)