Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,14 @@
</suppress>
<!-- end of glassfish false positive suppressions -->

<!-- False positive. Only 5.3.0 - 5.3.41 are affected:
https://spring.io/security/cve-2024-38828 -->
<suppress>
<notes><![CDATA[
file name: spring-web-6.1.14.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-web@.*$</packageUrl>
<vulnerabilityName>CVE-2024-38828</vulnerabilityName>
</suppress>
</suppressions>

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ mssqlJdbcVersion=12.8.1.jre11
mysqlDriverVersion=9.1.0

# forced compatibility between docker and UserReg-WS
nettyVersion=4.1.114.Final
nettyVersion=4.1.115.Final

objenesisVersion=1.0

Expand Down
Loading