From 3d3b77cc93418abaf6e24f1344bcf087003df412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:12:30 +0000 Subject: [PATCH] Build: Bump spring-boot from 2.5.4 to 3.2.2 Bumps `spring-boot` from 2.5.4 to 3.2.2. Updates `org.springframework.boot:spring-boot-starter-jetty` from 2.5.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v3.2.2) Updates `org.springframework.boot:spring-boot-starter-web` from 2.5.4 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v3.2.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jetty dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 42dac1b2eeb0..7838778ccef8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ snowflake-jdbc = "3.14.4" spark-hive33 = "3.3.4" spark-hive34 = "3.4.2" spark-hive35 = "3.5.0" -spring-boot = "2.5.4" +spring-boot = "3.2.2" spring-web = "5.3.30" sqlite-jdbc = "3.44.0.0" testcontainers = "1.19.3"