Skip to content

Commit

Permalink
Merge 24.11 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Nov 19, 2024
2 parents 0409773 + aec0270 commit ef0535c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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

0 comments on commit ef0535c

Please sign in to comment.