Skip to content

Commit

Permalink
[ taotao-cloud-project-1605 ] update[ version to 2023.03 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Feb 27, 2023
1 parent ad63d9e commit a28a819
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation "com.github.ulisesbocchio:jasypt-spring-boot-starter"

//https://search.maven.org/artifact/com.nimbusds/nimbus-jose-jwt
implementation "com.nimbusds:nimbus-jose-jwt:9.30.2"
implementation "com.nimbusds:nimbus-jose-jwt:9.31"
//https://search.maven.org/artifact/com.nimbusds/oauth2-oidc-sdk
implementation "com.nimbusds:oauth2-oidc-sdk:10.7"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
//implementation project(":taotao-cloud-microservice:taotao-cloud-business:taotao-cloud-stock:taotao-cloud-stock-api")

//https://search.maven.org/artifact/org.springframework.amqp/spring-amqp
implementation "org.springframework.amqp:spring-amqp:3.0.1"
implementation "org.springframework.amqp:spring-amqp:3.0.2"

annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:${lombokMapstructBindingVersion}"
Expand Down
4 changes: 2 additions & 2 deletions taotao-cloud-microservice/taotao-cloud-data-sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-data-jdbc"

implementation 'org.springframework.integration:spring-integration-core:6.0.2'
implementation 'org.springframework.integration:spring-integration-jdbc:6.0.2'
implementation 'org.springframework.integration:spring-integration-core:6.0.3'
implementation 'org.springframework.integration:spring-integration-jdbc:6.0.3'
implementation 'org.springframework.cloud:spring-cloud-starter-task'
implementation 'org.springframework.boot:spring-boot-starter-batch'
//以下依赖使用的是springboot2.7先不打开 https://github.com/spring-projects/spring-batch-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation "org.springframework.security:spring-security-oauth2-jose"
implementation "com.nimbusds:nimbus-jose-jwt:9.30.2"
implementation "com.nimbusds:nimbus-jose-jwt:9.31"

implementation("org.springframework.cloud:spring-cloud-starter-gateway") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-web"
Expand Down

0 comments on commit a28a819

Please sign in to comment.