diff --git a/WORKSPACE b/WORKSPACE index f2ffcbb5..05187108 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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", diff --git a/build.gradle b/build.gradle index 216c4ced..f51c05d9 100644 --- a/build.gradle +++ b/build.gradle @@ -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'