Skip to content

Commit

Permalink
Update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 361576f commit f957af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id 'application'
id "org.sonarqube" version "4.4.1.3373"
id 'org.springframework.boot' version '2.7.15'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'org.owasp.dependencycheck' version '9.0.4'
id "uk.gov.hmcts.java" version '0.12.48'
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'jacoco'
}

def springBootVersion = '2.7.15'
def springBootVersion = '3.2.2'
def springCloudVersion = '2021.0.8'


Expand Down

0 comments on commit f957af8

Please sign in to comment.