Skip to content

Commit 2365d50

Browse files
adrianclayAdrian Clay
authored andcommitted
Replace logback-classic dependency with spring-boot-starter-logging
This will reduce the dependencies we have to keep up to date, as Spring can maintain that. We can instead focus on keeping Spring up to date and trust that they are patching logback-classic as and when required.
1 parent b81c752 commit 2365d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation ('org.springframework.boot:spring-boot-starter-webflux')
4141

4242
// Logging
43-
implementation 'ch.qos.logback:logback-classic:1.4.14'
43+
implementation 'org.springframework.boot:spring-boot-starter-logging'
4444

4545
// Infrastructure
4646
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.673'

0 commit comments

Comments
 (0)