Skip to content

Commit 8a17a38

Browse files
committed
fix some medium/low vulnerabilities
1 parent 0b2bbe3 commit 8a17a38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

g11n-ws/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
buildscript {
55
ext {
6-
springBootVersion = '3.3.11'
6+
springBootVersion = '3.3.13'
77
}
88
repositories {
99
mavenLocal()
@@ -50,7 +50,7 @@ subprojects{
5050
httpclient='4.5.13'
5151
jacksonVersion = '2.16.0'
5252
springdocVersion='2.6.0'
53-
tomcatVersion= '10.1.42'
53+
tomcatVersion= '10.1.43'
5454
springWebMvcVersion= '6.1.16'
5555

5656
ehCacheVersion = '3.10.8'
@@ -59,7 +59,7 @@ subprojects{
5959
junitVersion = '4.13.2'
6060
jsonSimpleVersion = '1.1.1'
6161
commonsCollectionsVersion = '3.2.2'
62-
commonsLangVersion = '3.12.0'
62+
commonsLangVersion = '3.18.0'
6363
commonsIoVersion = '2.17.0'
6464
commonsCodecVersion='1.15'
6565

g11n-ws/modules/md-service-authen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
compileOnly("io.jsonwebtoken:jjwt:$jjwtVersion")
4040
compileOnly("org.apache.commons:commons-lang3:$commonsLangVersion")
4141
compileOnly("org.springdoc:springdoc-openapi-starter-webmvc-api:$springdocVersion")
42-
implementation("com.nimbusds:nimbus-jose-jwt:9.37.3")
42+
implementation("com.nimbusds:nimbus-jose-jwt:9.37.4")
4343
}
4444

4545
bootJar {

0 commit comments

Comments
 (0)