From 957cb0d67f077d18ebf9f0b1a6abea7f099ac899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:31:27 +0200 Subject: [PATCH] Build: Bump org.springframework:spring-web from 5.3.35 to 5.3.36 (#10382) Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.35 to 5.3.36. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.35...v5.3.36) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 202f95ec3f32..bc92ae82a5bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ spark-hive33 = "3.3.4" spark-hive34 = "3.4.3" spark-hive35 = "3.5.1" spring-boot = "2.7.18" -spring-web = "5.3.35" +spring-web = "5.3.36" sqlite-jdbc = "3.45.3.0" testcontainers = "1.19.8" tez010 = "0.10.3"