Skip to content

Commit

Permalink
Merge pull request #276 from hmcts/CCD-4949
Browse files Browse the repository at this point in the history
CCD-4949:Fix - Versions below java-logging: 6.0.1
  • Loading branch information
kerry-anne-mclaughlin authored Oct 31, 2023
2 parents 515da1f + 64e0f1a commit c5f175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ext['snakeyaml.version'] = '1.32'
// enforces it's own (older) version which is not recommended.
def versions = [
junit : '5.3.2',
reformLogging : '5.1.9',
reformLogging : '6.0.1',
springBoot : springBoot.class.package.implementationVersion,
springfoxSwagger: '3.0.0',
]
Expand Down

0 comments on commit c5f175c

Please sign in to comment.