Skip to content

Commit 915381d

Browse files
authored
PF-2978: Update logback-core and logback-classic dependencies (#288)
1 parent fcc611d commit 915381d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959

6060
dependencies {
6161
// Terra deps - we get Stairway via TCL
62-
implementation group: 'bio.terra', name: 'terra-common-lib', version: '0.1.5-SNAPSHOT'
62+
implementation group: 'bio.terra', name: 'terra-common-lib', version: '0.1.7-SNAPSHOT'
6363
implementation group: 'bio.terra', name: 'terra-cloud-resource-lib', version: '1.2.30-SNAPSHOT'
6464
implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.31-SNAPSHOT'
6565

gradle.lockfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
bio.terra:stairway-gcp:0.0.76-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
bio.terra:stairway:0.0.76-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
bio.terra:terra-cloud-resource-lib:1.2.30-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
bio.terra:terra-common-lib:0.1.5-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
bio.terra:terra-common-lib:0.1.7-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
bio.terra:terra-resource-janitor-client:0.113.31-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
ch.qos.logback.contrib:logback-jackson:0.1.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
1010
ch.qos.logback.contrib:logback-json-classic:0.1.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
1111
ch.qos.logback.contrib:logback-json-core:0.1.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
12-
ch.qos.logback:logback-classic:1.4.8=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13-
ch.qos.logback:logback-core:1.4.8=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
ch.qos.logback:logback-classic:1.4.14=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
13+
ch.qos.logback:logback-classic:1.4.8=compileClasspath,testCompileClasspath
14+
ch.qos.logback:logback-core:1.4.14=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
15+
ch.qos.logback:logback-core:1.4.8=compileClasspath,testCompileClasspath
1416
com.azure.resourcemanager:azure-resourcemanager-authorization:2.32.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1517
com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1618
com.azure.resourcemanager:azure-resourcemanager-compute:2.32.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)