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 f1a548f972 Build: Bump org.springframework:spring-web from 5.3.34 to
5.3.35 (#10354)
f1a548f972 is described below
commit f1a548f9724b25e2630d3a28d4051fbef9155f3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 23 09:18:11 2024 +0200
Build: Bump org.springframework:spring-web from 5.3.34 to 5.3.35 (#10354)
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 5.3.34 to 5.3.35.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35)
---
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 0ad9469ed8..738178ca2e 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.34"
+spring-web = "5.3.35"
sqlite-jdbc = "3.45.3.0"
testcontainers = "1.19.8"
tez010 = "0.10.3"