Skip to content

Commit

Permalink
chore(deps): update spring boot to v3.4.0 (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 0292c89 commit 6a916ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ Jsonwebtoken_Version = "0.12.5"

maven_install(
artifacts = [
"org.springframework.boot:spring-boot-starter-web:3.3.5",
"org.springframework.boot:spring-boot-starter-jdbc:3.3.5",
"org.springframework.boot:spring-boot-starter-aop:3.3.5",
"org.springframework.boot:spring-boot-starter-security:3.3.5",
"org.springframework.boot:spring-boot-starter-cache:3.3.5",
"org.springframework.boot:spring-boot-starter-actuator:3.3.5",
"org.springframework.boot:spring-boot-starter-data-redis:3.3.5",
"org.springframework.boot:spring-boot-starter-graphql:3.3.5",
"org.springframework.boot:spring-boot-starter-quartz:3.3.5",
"org.springframework.boot:spring-boot-starter-web:3.4.0",
"org.springframework.boot:spring-boot-starter-jdbc:3.4.0",
"org.springframework.boot:spring-boot-starter-aop:3.4.0",
"org.springframework.boot:spring-boot-starter-security:3.4.0",
"org.springframework.boot:spring-boot-starter-cache:3.4.0",
"org.springframework.boot:spring-boot-starter-actuator:3.4.0",
"org.springframework.boot:spring-boot-starter-data-redis:3.4.0",
"org.springframework.boot:spring-boot-starter-graphql:3.4.0",
"org.springframework.boot:spring-boot-starter-quartz:3.4.0",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3",
"com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f",
#"org.springframework.boot:spring-boot:3.2.2",
#"org.springframework.boot:spring-boot-starter:3.2.2",
"org.springframework.boot:spring-boot-loader:3.3.5",
"org.springframework.boot:spring-boot-loader-tools:3.3.5",
"org.springframework.boot:spring-boot-loader:3.4.0",
"org.springframework.boot:spring-boot-loader-tools:3.4.0",

"org.postgresql:postgresql:42.7.4",

Expand All @@ -73,8 +73,8 @@ maven_install(
"org.bouncycastle:bcpkix-jdk18on:1.79",
"com.lmax:disruptor:4.0.0",

"org.springframework.boot:spring-boot-devtools:3.3.5",
"org.springframework.boot:spring-boot-starter-test:3.3.5",
"org.springframework.boot:spring-boot-devtools:3.4.0",
"org.springframework.boot:spring-boot-starter-test:3.4.0",
"org.springframework.security:spring-security-test:6.3.4",

],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

plugins {
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.21.0'
id 'java'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.daming</groupId>
Expand Down

0 comments on commit 6a916ba

Please sign in to comment.