This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 d4e0b3f207 Build: Bump org.springframework:spring-web from 5.3.37 to
5.3.39 (#10959)
d4e0b3f207 is described below
commit d4e0b3f2078ee5ed113ba69b800c55c5994e33b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 18 12:45:31 2024 +0200
Build: Bump org.springframework:spring-web from 5.3.37 to 5.3.39 (#10959)
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 5.3.37 to 5.3.39.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39)
---
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 5398094b8a..4002623dfa 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -83,7 +83,7 @@ spark-hive33 = "3.3.4"
spark-hive34 = "3.4.3"
spark-hive35 = "3.5.2"
spring-boot = "2.7.18"
-spring-web = "5.3.37"
+spring-web = "5.3.39"
sqlite-jdbc = "3.46.0.1"
testcontainers = "1.20.1"
tez010 = "0.10.3"