Skip to content

Commit

Permalink
chore: Upgrade of LogBack and Spring Boot (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored Dec 8, 2023
1 parent 29424cd commit 2c172f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencyResolutionManagement {
version('projectNode', '18.14.0')
version('projectNpm', '9.3.1')

version('springBoot', '2.7.17')
version('springBoot', '2.7.18')
version('springCloud', '2.2.10.RELEASE')
version('springCloudCommons', '3.1.7')
version('springCloudVersion3', '3.1.7')
Expand Down Expand Up @@ -86,8 +86,8 @@ dependencyResolutionManagement {
version('logback') {
// 1.3+ versions doesn't contain Slf4J package
// 1.4+ versions requires JDK 11
strictly '[1.2, 1.3['
prefer '1.2.12'
strictly '[1.2.13, 1.3['
prefer '1.2.13'
}
version('lombok', '1.18.30')
version('mockitoCore') {
Expand Down

0 comments on commit 2c172f9

Please sign in to comment.