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.
2 parents c7e1670 + b694df7 commit 5bdba0fCopy full SHA for 5bdba0f
build.gradle
@@ -55,11 +55,6 @@ dependencies {
55
"org.yaml:snakeyaml:2.0",
56
//https://nvd.nist.gov/vuln/detail/CVE-2022-46364
57
"org.apache.cxf:cxf-core:3.5.5",
58
-
59
- // https://nvd.nist.gov/vuln/detail/CVE-2023-34034
60
- "org.springframework.security:spring-security-core:5.6.12",
61
- "org.springframework.security:spring-security-config:5.6.12",
62
63
// RESOLVE HIGH VULNERABILITIES
64
"org.apache.tomcat.embed:tomcat-embed-core:9.0.75",
65
"org.springframework.boot:spring-boot-autoconfigure:2.7.12",
gradle.properties
@@ -1,5 +1,5 @@
1
-version=4.0.19
+version=4.0.19b
2
group=org.openmbee.mms
3
4
mmsVersion=4.0.19
5
-springBootVersion=2.7.11
+springBootVersion=2.7.17
0 commit comments