diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-10 10:13:59 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-10 11:11:20 +0100 |
commit | 25f7419b16e1fc090d65465f2fa1c72662c872bf (patch) | |
tree | 21f7c96a35852cb00a1f8ecef57dcf9876a858a9 /pom.xml | |
parent | 607a8491a6b739f52a5781458058de175ae7dc77 (diff) |
Remove vulnerability
Issue-ID: DCAEGEN2-3049
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I60694bfbd008304c564e900436d68c362d31f4b1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -45,16 +45,16 @@ <!-- Dependency Versions --> <lombok.version>1.18.4</lombok.version> <sl4j.version>1.7.25</sl4j.version> - <logback.version>1.2.3</logback.version> + <logback.version>1.2.10</logback.version> <reactor.version>3.4.0</reactor.version> - <undertow.version>2.2.9.Final</undertow.version> - <gson.version>2.8.6</gson.version> + <undertow.version>2.2.16.Final</undertow.version> + <gson.version>2.8.9</gson.version> <freemarker.version>2.3.31</freemarker.version> <commons.io.version>2.8.0</commons.io.version> <xml.version>2.3.1</xml.version> <jaxb.version>2.3.0.1</jaxb.version> <!-- DCAE SDK --> - <sdk.version>1.8.7</sdk.version> + <sdk.version>1.8.8</sdk.version> <!-- Testing Test Dependencies --> <junit.version>5.3.2</junit.version> <mockito.version>2.23.4</mockito.version> @@ -215,6 +215,12 @@ <artifactId>mockserver-netty</artifactId> <version>${mockserver.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>io.netty</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.mock-server</groupId> |