From 89727cdd3fd33af09b2f0088a89bfc14bf08ca23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:35:29 +0000 Subject: [PATCH] Update spring boot to v3.3.5 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4bb705ff..b913e85f 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id 'application' id 'io.spring.dependency-management' version '1.1.6' - id 'org.springframework.boot' version '3.3.4' + id 'org.springframework.boot' version '3.3.5' id 'com.github.ben-manes.versions' version '0.51.0' id 'org.owasp.dependencycheck' version '10.0.4' id 'org.sonarqube' version '5.1.0.4882' @@ -180,9 +180,9 @@ dependencies { implementation 'org.springframework:spring-jdbc:6.1.14' implementation 'org.springframework:spring-orm:6.1.14' implementation 'org.springframework:spring-webmvc:6.1.14' - implementation 'org.springframework.boot:spring-boot-starter-actuator:3.3.4' - implementation 'org.springframework.boot:spring-boot-starter-web:3.3.4' - implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.3.4' + implementation 'org.springframework.boot:spring-boot-starter-actuator:3.3.5' + implementation 'org.springframework.boot:spring-boot-starter-web:3.3.5' + implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.3.5' implementation 'org.apache.tomcat.embed:tomcat-embed-jasper:10.1.31' implementation 'org.apache.logging.log4j:log4j-core:2.24.1' implementation 'org.apache.logging.log4j:log4j-api:2.24.1' @@ -242,7 +242,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.2.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.3.1' - compileOnly 'org.springframework.boot:spring-boot-starter-tomcat:3.3.4' + compileOnly 'org.springframework.boot:spring-boot-starter-tomcat:3.3.5' compileOnly 'jakarta.servlet:jakarta.servlet-api:6.1.0' compileOnly 'jakarta.servlet.jsp:jakarta.servlet.jsp-api:4.0.0' implementation group: 'io.rest-assured', name: 'rest-assured'