This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 31654239eb Build: Bump org.springframework:spring-web from 5.3.36 to
5.3.37 (#10503)
31654239eb is described below
commit 31654239eb86bf66573102b451d6df8c7722d6e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 16 10:06:11 2024 +0200
Build: Bump org.springframework:spring-web from 5.3.36 to 5.3.37 (#10503)
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 5.3.36 to 5.3.37.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.36...v5.3.37)
---
updated-dependencies:
- dependency-name: org.springframework:spring-web
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 e741965626..7686dfef8a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -82,7 +82,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.36"
+spring-web = "5.3.37"
sqlite-jdbc = "3.46.0.0"
testcontainers = "1.19.8"
tez010 = "0.10.3"