Skip to content

Commit

Permalink
Merge pull request #107 from hmcts/PUB-2133-Updated-to-Spring-Boot
Browse files Browse the repository at this point in the history
PUB-2133 - Updated spring boot
  • Loading branch information
ChrisS1512 authored Jan 22, 2024
2 parents 3b7c61b + 1ff8269 commit 7083e5e
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
Expand Up @@ -20,7 +20,7 @@ publishing {
}

group = 'com.github.hmcts'
version = '2.1.16'
version = '2.1.17'

java {
toolchain {
Expand Down Expand Up @@ -124,7 +124,7 @@ def versions = [
junit : '5.10.1',
junitPlatform : '1.9.3',
reformLogging : '5.1.7',
spring : '3.1.6'
spring : '3.2.1'
]

configurations.all {
Expand Down

0 comments on commit 7083e5e

Please sign in to comment.