Skip to content

Commit

Permalink
springboot to 3.2.6 + aws sdk upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jhua-vmware committed Jun 14, 2024
1 parent 1454496 commit 832570f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions g11n-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

buildscript {
ext {
springBootVersion = '3.1.11'
springBootVersion = '3.2.6'
}
repositories {
mavenLocal()
Expand Down Expand Up @@ -51,7 +51,7 @@ subprojects{
httpclient='4.5.13'
jacksonVersion = '2.16.0'
springdocVersion='2.2.0'
tomcatVersion= '10.1.20'
tomcatVersion= '10.1.24'

ehCacheVersion = '3.10.8'
cacheApiVersion='1.1.1'
Expand All @@ -73,7 +73,7 @@ subprojects{

postgresqlVersion = "42.1.4"
druidVersion = "1.1.8"
awsS3Version = "1.12.497"
awsS3Version = "1.12.741"
swaggerVersion = "3.0.0"
icu4jVersion = "60.3"

Expand Down
4 changes: 2 additions & 2 deletions g11n-ws/modules/md-service-authen/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Copyright 2019-2023 VMware, Inc.
//Copyright 2019-2024 VMware, Inc.
//SPDX-License-Identifier: EPL-2.0
apply plugin: 'java-library'
apply plugin: 'org.springframework.boot'
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
compileOnly("io.jsonwebtoken:jjwt:$jjwtVersion")
compileOnly("org.apache.commons:commons-lang3:$commonsLangVersion")
compileOnly("org.springdoc:springdoc-openapi-starter-webmvc-api:$springdocVersion")
implementation("com.nimbusds:nimbus-jose-jwt:9.27")
implementation("com.nimbusds:nimbus-jose-jwt:9.37.3")
}

bootJar {
Expand Down
2 changes: 1 addition & 1 deletion g11n-ws/vip-manager-l10n/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("org.yaml:snakeyaml:$snakeyam")
implementation("io.jsonwebtoken:jjwt:$jjwtVersion")
implementation("org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$hibernateJpa21Api")
implementation('com.nimbusds:nimbus-jose-jwt:9.37.1')
implementation('com.nimbusds:nimbus-jose-jwt:9.37.3')


//swagger UI -START
Expand Down

0 comments on commit 832570f

Please sign in to comment.