We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e032e1c commit 080e8c9Copy full SHA for 080e8c9
build.gradle
@@ -144,7 +144,7 @@ ext {
144
}
145
146
ext['spring-framework.version'] = '5.3.27'
147
-ext['spring-security.version'] = '5.8.10'
+ext['spring-security.version'] = '5.8.15'
148
ext['log4j2.version'] = '2.17.1'
149
ext['jackson.version'] = '2.16.0'
150
ext['snakeyaml.version'] = '2.0'
dependency-check-suppressions.xml
@@ -3,10 +3,8 @@
3
<notes>Temporary Suppression
4
CVE-2022-45688 refer https://tools.hmcts.net/jira/browse/CCD-4373
5
CVE-2023-5072 refer [Ticket]
6
-
7
- CVE-2024-38820 refer [Ticket]</notes>
+ </notes>
8
<cve>CVE-2022-45688</cve>
9
<cve>CVE-2023-5072</cve>
10
- <cve>CVE-2024-38820</cve>
11
</suppress>
12
</suppressions>
0 commit comments