Skip to content

Commit

Permalink
Update spring boot to v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2024
1 parent 1a27d1a commit 89727cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 89727cd

Please sign in to comment.