Skip to content

Commit

Permalink
chore(deps): update spring boot to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 881f350 commit 78d19ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ maven_install(
"org.springframework.boot:spring-boot-starter-web:3.2.4",
"org.springframework.boot:spring-boot-starter-jdbc:3.2.4",
"org.springframework.boot:spring-boot-starter-aop:3.2.4",
"org.springframework.boot:spring-boot-starter-security:3.2.4",
"org.springframework.boot:spring-boot-starter-cache:3.2.4",
"org.springframework.boot:spring-boot-starter-security:3.2.5",
"org.springframework.boot:spring-boot-starter-cache:3.2.5",
"org.springframework.boot:spring-boot-starter-actuator:3.2.4",
"org.springframework.boot:spring-boot-starter-data-redis:3.2.4",
"org.springframework.boot:spring-boot-starter-graphql:3.2.4",
"org.springframework.boot:spring-boot-starter-data-redis:3.2.5",
"org.springframework.boot:spring-boot-starter-graphql:3.2.5",
"org.springframework.boot:spring-boot-starter-quartz:3.2.4",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3",

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.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.flywaydb.flyway' version '10.11.0'
id 'java'
Expand Down

0 comments on commit 78d19ff

Please sign in to comment.