Skip to content

Commit c6d4bda

Browse files
committed
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 c12cfaa commit c6d4bda

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)