Skip to content

Commit 5bdba0f

Browse files
authored
Merge pull request #80 from Open-MBEE/feature/springBootUpdate
Feature/spring boot update
2 parents c7e1670 + b694df7 commit 5bdba0f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ dependencies {
5555
"org.yaml:snakeyaml:2.0",
5656
//https://nvd.nist.gov/vuln/detail/CVE-2022-46364
5757
"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-
6358
// RESOLVE HIGH VULNERABILITIES
6459
"org.apache.tomcat.embed:tomcat-embed-core:9.0.75",
6560
"org.springframework.boot:spring-boot-autoconfigure:2.7.12",

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=4.0.19
1+
version=4.0.19b
22
group=org.openmbee.mms
33

44
mmsVersion=4.0.19
5-
springBootVersion=2.7.11
5+
springBootVersion=2.7.17

0 commit comments

Comments
 (0)