From 42bebce8231f62b7798985d29725bdaedd7e0e3c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 20 Oct 2023 04:38:17 +0000
Subject: [PATCH] chore(deps): update spring boot to v3.1.5
---
WORKSPACE | 22 +++++++++++-----------
build.gradle | 2 +-
pom.xml | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index 57c8af6d..6563827c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -27,15 +27,15 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
- "org.springframework.boot:spring-boot-starter-web:3.1.4",
- "org.springframework.boot:spring-boot-starter-jdbc:3.1.4",
- "org.springframework.boot:spring-boot-starter-aop:3.1.4",
- "org.springframework.boot:spring-boot-starter-security:3.1.4",
- "org.springframework.boot:spring-boot-starter-cache:3.1.4",
- "org.springframework.boot:spring-boot-starter-actuator:3.1.4",
- "org.springframework.boot:spring-boot-starter-data-redis:3.1.4",
- "org.springframework.boot:spring-boot-starter-graphql:3.1.4",
- "org.springframework.boot:spring-boot-starter-quartz:3.1.4",
+ "org.springframework.boot:spring-boot-starter-web:3.1.5",
+ "org.springframework.boot:spring-boot-starter-jdbc:3.1.5",
+ "org.springframework.boot:spring-boot-starter-aop:3.1.5",
+ "org.springframework.boot:spring-boot-starter-security:3.1.5",
+ "org.springframework.boot:spring-boot-starter-cache:3.1.5",
+ "org.springframework.boot:spring-boot-starter-actuator:3.1.5",
+ "org.springframework.boot:spring-boot-starter-data-redis:3.1.5",
+ "org.springframework.boot:spring-boot-starter-graphql:3.1.5",
+ "org.springframework.boot:spring-boot-starter-quartz:3.1.5",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2",
"org.postgresql:postgresql:42.6.0",
@@ -56,8 +56,8 @@ maven_install(
"org.flywaydb:flyway-core:9.22.1",
"com.cronutils:cron-utils:9.2.1",
- "org.springframework.boot:spring-boot-devtools:3.1.4",
- "org.springframework.boot:spring-boot-starter-test:3.1.4",
+ "org.springframework.boot:spring-boot-devtools:3.1.5",
+ "org.springframework.boot:spring-boot-starter-test:3.1.5",
"org.springframework.security:spring-security-test:6.1.4",
],
diff --git a/build.gradle b/build.gradle
index 9766196d..061c981e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ buildscript {
}
plugins {
- id 'org.springframework.boot' version '3.1.4'
+ id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.flywaydb.flyway' version '9.22.1'
id 'java'
diff --git a/pom.xml b/pom.xml
index 6c7b47f7..a0c08cc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.4
+ 3.1.5
org.daming