This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
new 7bc7dd4cd upgrade spring-web 2.2.22 (#2462)
7bc7dd4cd is described below
commit 7bc7dd4cde766ea4aeea7bf5a51e5b5c9908ec9b
Author: 野鹿 <[email protected]>
AuthorDate: Thu Jul 14 10:34:07 2022 +0800
upgrade spring-web 2.2.22 (#2462)
---
pom.xml | 10 ++++++++--
tool/dependencies/known-dependencies.txt | 26 +++++++++++++-------------
2 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 91e851de7..148ffc02f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<jacoco.version>0.8.7</jacoco.version>
<jacoco.skip>false</jacoco.skip>
- <spring.version>5.2.15.RELEASE</spring.version>
+ <spring.version>5.2.22.RELEASE</spring.version>
<knife4j.version>2.0.9</knife4j.version>
</properties>
@@ -804,7 +804,13 @@
</exclusion>
</exclusions>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
diff --git a/tool/dependencies/known-dependencies.txt
b/tool/dependencies/known-dependencies.txt
index 819792731..1ebb669db 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -438,8 +438,8 @@ snappy-java-1.0.4.1.jar
snappy-java-1.0.5.jar
snappy-java-1.1.4.jar
snappy-java-1.1.7.7.jar
-spring-aop-5.2.15.RELEASE.jar
-spring-beans-5.2.15.RELEASE.jar
+spring-aop-5.2.22.RELEASE.jar
+spring-beans-5.2.22.RELEASE.jar
spring-boot-2.3.12.RELEASE.jar
spring-boot-actuator-2.3.12.RELEASE.jar
spring-boot-actuator-autoconfigure-2.3.12.RELEASE.jar
@@ -480,18 +480,18 @@
spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar
spring-cloud-starter-netflix-eureka-server-2.2.9.RELEASE.jar
spring-cloud-starter-netflix-ribbon-2.2.9.RELEASE.jar
spring-cloud-starter-openfeign-2.2.9.RELEASE.jar
-spring-context-5.2.15.RELEASE.jar
-spring-context-support-5.2.15.RELEASE.jar
-spring-core-5.2.15.RELEASE.jar
-spring-expression-5.2.15.RELEASE.jar
-spring-jcl-5.2.15.RELEASE.jar
-spring-jdbc-5.2.15.RELEASE.jar
+spring-context-5.2.22.RELEASE.jar
+spring-context-support-5.2.22.RELEASE.jar
+spring-core-5.2.22.RELEASE.jar
+spring-expression-5.2.22.RELEASE.jar
+spring-jcl-5.2.22.RELEASE.jar
+spring-jdbc-5.2.22.RELEASE.jar
spring-security-crypto-5.3.9.RELEASE.jar
spring-security-rsa-1.0.9.RELEASE.jar
-spring-tx-5.2.15.RELEASE.jar
-spring-web-5.2.15.RELEASE.jar
-spring-webflux-5.2.15.RELEASE.jar
-spring-webmvc-5.2.15.RELEASE.jar
+spring-tx-5.2.22.RELEASE.jar
+spring-web-5.2.22.RELEASE.jar
+spring-webflux-5.2.22.RELEASE.jar
+spring-webmvc-5.2.22.RELEASE.jar
sqoop-1.4.6-hadoop200.jar
ssl-config-core_2.11-0.3.7.jar
stax2-api-4.2.1.jar
@@ -547,4 +547,4 @@ springfox-spring-webmvc-2.10.5.jar
springfox-swagger-common-2.10.5.jar
springfox-swagger2-2.10.5.jar
swagger-annotations-1.5.22.jar
-swagger-models-1.5.22.jar
+swagger-models-1.5.22.jar
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]