diff --git a/WORKSPACE b/WORKSPACE index ffb5badc..8d5d83f1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,21 +38,21 @@ Jsonwebtoken_Version = "0.12.5" maven_install( artifacts = [ - "org.springframework.boot:spring-boot-starter-web:3.2.2", - "org.springframework.boot:spring-boot-starter-jdbc:3.2.2", - "org.springframework.boot:spring-boot-starter-aop:3.2.2", - "org.springframework.boot:spring-boot-starter-security:3.2.2", - "org.springframework.boot:spring-boot-starter-cache:3.2.2", - "org.springframework.boot:spring-boot-starter-actuator:3.2.2", - "org.springframework.boot:spring-boot-starter-data-redis:3.2.2", - "org.springframework.boot:spring-boot-starter-graphql:3.2.2", - "org.springframework.boot:spring-boot-starter-quartz:3.2.2", + "org.springframework.boot:spring-boot-starter-web:3.2.3", + "org.springframework.boot:spring-boot-starter-jdbc:3.2.3", + "org.springframework.boot:spring-boot-starter-aop:3.2.3", + "org.springframework.boot:spring-boot-starter-security:3.2.3", + "org.springframework.boot:spring-boot-starter-cache:3.2.3", + "org.springframework.boot:spring-boot-starter-actuator:3.2.3", + "org.springframework.boot:spring-boot-starter-data-redis:3.2.3", + "org.springframework.boot:spring-boot-starter-graphql:3.2.3", + "org.springframework.boot:spring-boot-starter-quartz:3.2.3", "org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3", #"org.springframework.boot:spring-boot:3.2.2", #"org.springframework.boot:spring-boot-starter:3.2.2", - "org.springframework.boot:spring-boot-loader:3.2.2", - "org.springframework.boot:spring-boot-loader-tools:3.2.2", + "org.springframework.boot:spring-boot-loader:3.2.3", + "org.springframework.boot:spring-boot-loader-tools:3.2.3", "org.postgresql:postgresql:42.7.1", @@ -72,8 +72,8 @@ maven_install( "com.cronutils:cron-utils:9.2.1", "org.bouncycastle:bcpkix-jdk18on:1.77", - "org.springframework.boot:spring-boot-devtools:3.2.2", - "org.springframework.boot:spring-boot-starter-test:3.2.2", + "org.springframework.boot:spring-boot-devtools:3.2.3", + "org.springframework.boot:spring-boot-starter-test:3.2.3", "org.springframework.security:spring-security-test:6.2.1", ], diff --git a/build.gradle b/build.gradle index fdafe72f..0fbf4b94 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '3.2.2' + id 'org.springframework.boot' version '3.2.3' id 'io.spring.dependency-management' version '1.1.4' id 'org.flywaydb.flyway' version '10.4.1' id 'java' diff --git a/pom.xml b/pom.xml index 393d8491..ff42f930 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.2.3 org.daming