Skip to content

Commit

Permalink
GROUP-96 Updated to Spring 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Mar 18, 2024
1 parent 534f509 commit 011e14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {

id 'idea'

id 'org.springframework.boot' version '3.1.+'
id 'org.springframework.boot' version '3.2.+'
id 'io.spring.dependency-management' version '1.+'

id "org.owasp.dependencycheck" version "latest.release"
id "org.owasp.dependencycheck" version "9.0.9"
id "checkstyle"
id "pmd"
}
Expand Down Expand Up @@ -91,7 +91,7 @@ idea {
}

ext {
set('springCloudVersion', "2022.0.4")
set('springCloudVersion', "2023.0.0")
set('otelVersion', "1.26.0")
}

Expand Down

0 comments on commit 011e14b

Please sign in to comment.