This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 5e6737108dd Bump org.springframework:spring-web from 5.3.33 to 5.3.34
(#12506)
5e6737108dd is described below
commit 5e6737108ddda32eae910e4732b7b802e7afe069
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 11 17:16:44 2024 +0800
Bump org.springframework:spring-web from 5.3.33 to 5.3.34 (#12506)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haonan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dbbc395ee14..f2904be48be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<!-- This is the matching version of spring-boot for spring 5.3.30 -->
<spring-boot.version>2.7.18</spring-boot.version>
<!-- This is the last version to support the javax namespace -->
- <spring.version>5.3.33</spring.version>
+ <spring.version>5.3.34</spring.version>
<!-- This was the last version to support Java 8 -->
<swagger.version>1.6.11</swagger.version>
<thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>