Skip to content

Commit 3aa8674

Browse files
author
Madhu
authored
Merge pull request #31 from blackducksoftware/idetect-4408-2
Update Logback version to 1.4.14.
2 parents 06627a8 + 4a366ba commit 3aa8674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
api 'org.springframework:spring-context'
4444
api 'org.apache.commons:commons-exec:1.3'
4545
implementation 'com.github.luben:zstd-jni:1.5.0-4'
46-
implementation 'ch.qos.logback:logback-classic:1.2.13'
46+
implementation 'ch.qos.logback:logback-classic:1.4.14'
4747

4848
testImplementation 'org.mockito:mockito-all:1.10.19'
4949
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
@@ -152,4 +152,4 @@ task prepareTestImagesAndFilesystems(dependsOn: [unTarAlpine, buildTestOciFilesy
152152
jar.dependsOn prepareTestImagesAndFilesystems
153153

154154
// End of stuff for integration tests
155-
////////////////////////////////////////////////
155+
////////////////////////////////////////////////

0 commit comments

Comments
 (0)