Skip to content

Commit 04a7144

Browse files
author
Madhu
authored
Merge pull request #32 from blackducksoftware/neg-test-logback
Override logback version for Spring Boot Starter Logging.
2 parents 1b1608d + cddaac7 commit 04a7144

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
javaTargetCompatibility = 8
99
javaSourceCompatibility = 8
1010
}
11-
11+
ext['logback.version'] = '1.2.13'
1212
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}" }
1313

1414
dependencies {
@@ -36,12 +36,16 @@ dependencyManagement {
3636
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
3737
mavenBom 'com.fasterxml.jackson:jackson-bom:2.12.4'
3838
}
39+
dependencies {
40+
dependency 'ch.qos.logback:logback-core:1.2.13'
41+
}
3942
}
4043

4144
dependencies {
4245
api 'com.synopsys.integration:integration-bdio:26.0.7'
4346
api 'org.springframework:spring-context'
4447
api 'org.apache.commons:commons-exec:1.3'
48+
4549
implementation 'com.github.luben:zstd-jni:1.5.0-4'
4650
implementation 'ch.qos.logback:logback-classic:1.4.14'
4751

0 commit comments

Comments
 (0)