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] authored Aug 28, 2024
1 parent cfda616 commit 92535cf
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 "5.0.0.4638"
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.3.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.owasp.dependencycheck' version '9.1.0'
id "uk.gov.hmcts.java" version '0.12.59'
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'jacoco'
}

def springBootVersion = '2.7.18'
def springBootVersion = '3.3.3'
def springCloudVersion = '2021.0.9'

def versions = [
Expand Down

0 comments on commit 92535cf

Please sign in to comment.