Skip to content
Snippets Groups Projects
Commit 3038bd78 authored by Timothy Lobl's avatar Timothy Lobl
Browse files

Merge branch 'lobtimo-fix-cve' into 'master'

Resolve spring and netty CVE

See merge request !396
parents 0c38fa10 ae2ae2b0
No related branches found
No related tags found
1 merge request!396Resolve spring and netty CVE
Pipeline #294570 failed
......@@ -14,8 +14,8 @@
<lucene.version>8.0.0</lucene.version>
<log4j.version>2.17.1</log4j.version>
<json-smart.version>2.5.0</json-smart.version>
<spring-boot.version>3.3.1</spring-boot.version>
<spring-security.version>6.3.3</spring-security.version>
<spring-boot.version>3.3.5</spring-boot.version>
<spring-security.version>6.3.4</spring-security.version>
<spring-framework.version>6.1.13</spring-framework.version>
</properties>
......
......@@ -107,6 +107,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.115.Final</version>
</dependency>
<!-- Testing 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