From a6d2dd73bc76a12be5a7316c3f005bb4032b3820 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 27 Dec 2024 08:47:09 +0800
Subject: [PATCH] fix(deps): update spring boot to v3.4.1 (#1163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
WORKSPACE | 26 +++++++++++++-------------
build.gradle | 2 +-
pom.xml | 2 +-
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index a6685d05..3a89bdce 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.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.springframework.boot:spring-boot-starter-web:3.4.1",
+ "org.springframework.boot:spring-boot-starter-jdbc:3.4.1",
+ "org.springframework.boot:spring-boot-starter-aop:3.4.1",
+ "org.springframework.boot:spring-boot-starter-security:3.4.1",
+ "org.springframework.boot:spring-boot-starter-cache:3.4.1",
+ "org.springframework.boot:spring-boot-starter-actuator:3.4.1",
+ "org.springframework.boot:spring-boot-starter-data-redis:3.4.1",
+ "org.springframework.boot:spring-boot-starter-graphql:3.4.1",
+ "org.springframework.boot:spring-boot-starter-quartz:3.4.1",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4",
"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.4.0",
- "org.springframework.boot:spring-boot-loader-tools:3.4.0",
+ "org.springframework.boot:spring-boot-loader:3.4.1",
+ "org.springframework.boot:spring-boot-loader-tools:3.4.1",
"org.postgresql:postgresql:42.7.4",
@@ -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.4.0",
- "org.springframework.boot:spring-boot-starter-test:3.4.0",
+ "org.springframework.boot:spring-boot-devtools:3.4.1",
+ "org.springframework.boot:spring-boot-starter-test:3.4.1",
"org.springframework.security:spring-security-test:6.3.4",
],
diff --git a/build.gradle b/build.gradle
index 8b7a85d1..639eb289 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
}
plugins {
- id 'org.springframework.boot' version '3.4.0'
+ id 'org.springframework.boot' version '3.4.1'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '11.1.0'
id 'java'
diff --git a/pom.xml b/pom.xml
index 286bc409..633cabbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.0
+ 3.4.1
org.daming