Skip to content
Snippets Groups Projects
Commit 4a7046f0 authored by Derek Zhang's avatar Derek Zhang
Browse files

Merge branch 'cve-fix' into 'master'

fix: tomcat-embed-core cve

See merge request !337
parents e48eb940 52d64d83
Branches
Tags
1 merge request!337fix: tomcat-embed-core cve
Pipeline #303295 passed
......@@ -30,7 +30,7 @@ The following software have components provided under the terms of this license:
- API Common (from https://github.com/googleapis, https://github.com/googleapis/api-common-java, https://repo1.maven.org/maven2/com/google/api/api-common)
- ASM based accessors helper used by json-smart (from https://urielch.github.io/)
- Animal Sniffer Annotations (from https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations)
- Apache Commons BeanUtils (from http://commons.apache.org/proper/commons-beanutils/, https://commons.apache.org/proper/commons-beanutils/, https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils)
- Apache Commons BeanUtils (from http://commons.apache.org/proper/commons-beanutils/, https://commons.apache.org/proper/commons-beanutils, https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils)
- Apache Commons Codec (from http://commons.apache.org/proper/commons-codec/, https://commons.apache.org/proper/commons-codec/)
- Apache Commons Collections (from https://commons.apache.org/proper/commons-collections/)
- Apache Commons Lang (from https://commons.apache.org/proper/commons-lang/)
......
......@@ -54,8 +54,8 @@
<gridgain.version>8.8.43</gridgain.version>
<os-core-common.version>0.26.0</os-core-common.version>
<skipTests>false</skipTests>
<spring-boot-dependencies.version>3.3.2</spring-boot-dependencies.version>
<spring-boot-maven-plugin.version>3.3.2</spring-boot-maven-plugin.version>
<spring-boot-dependencies.version>3.3.7</spring-boot-dependencies.version>
<spring-boot-maven-plugin.version>3.3.7</spring-boot-maven-plugin.version>
<json-simple.version>1.1.1</json-simple.version>
<opencsv.version>5.7.1</opencsv.version>
<jackson.version>2.14.0</jackson.version>
......@@ -63,7 +63,7 @@
<junit.version>4.13.1</junit.version>
<json.version>20240205</json.version>
<jackson-dataformat-yaml.version>2.15.0</jackson-dataformat-yaml.version>
<spring-web.version>6.1.13</spring-web.version>
<spring-web.version>6.1.16</spring-web.version>
</properties>
<repositories>
......
......@@ -104,13 +104,11 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>6.3.4</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.25</version>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment