Skip to content
Snippets Groups Projects
Commit 7460a307 authored by Bruce Jin's avatar Bruce Jin
Browse files

Vulnerbility fix on AWS side

parent c9596b0f
No related branches found
No related tags found
1 merge request!710Vulnerbility fix on AWS side
......@@ -399,7 +399,7 @@ The following software have components provided under the terms of this license:
- Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy)
- Byte Buddy Java agent (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent)
- ClassMate (from http://github.com/cowtowncoder/java-classmate)
- Cloud Key Management Service (KMS) API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms)
- Cloud Key Management Service (KMS) API v1-rev20231212-2.0.0 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms)
- CloudWatch Metrics for AWS Java SDK (from https://aws.amazon.com/sdkforjava)
- Cobertura (from http://cobertura.sourceforge.net)
- Cobertura Limited Runtime (from http://cobertura.sourceforge.net)
......@@ -619,6 +619,7 @@ The following software have components provided under the terms of this license:
- Spring Web (from http://www.springframework.org, https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-web)
- Spring Web MVC (from https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-webmvc)
- Spring WebFlux (from https://github.com/spring-projects/spring-framework)
- spring-boot-loader (from https://spring.io/projects/spring-boot)
- Swagger UI (from <http://webjars.org>, http://webjars.org)
- Vavr (from http://vavr.io, https://www.vavr.io)
- Vavr Match (from http://vavr.io)
......
......@@ -31,7 +31,7 @@
<aws.version>1.12.261</aws.version>
<deployment.environment>dev</deployment.environment>
<netty.version>4.1.51.Final</netty.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson-databind.version>2.13.5</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
<mockito.version>3.11.2</mockito.version>
<spring-security-core.version>5.8.9</spring-security-core.version>
......@@ -96,6 +96,11 @@
<artifactId>aws-java-sdk</artifactId>
<version>${aws.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.104.Final</version>
</dependency>
<!-- Third party Apache 2.0 license packages -->
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment