Skip to content

Commit 61ca64b

Browse files
Update logback to the latest 1.3.16 (#1033)
1 parent 7877c62 commit 61ca64b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

dumper/app/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.3.15=compileClasspath,runtimeClasspath,sources,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.3.15=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.3.16=compileClasspath,runtimeClasspath,sources,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.3.16=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
66
com.amazon.redshift:redshift-jdbc42:2.1.0.32=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
77
com.amazonaws:aws-java-sdk-cloudwatch:1.12.791=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
88
com.amazonaws:aws-java-sdk-core:1.12.791=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-common/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.3.15=testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.3.15=testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
66
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
77
com.google.auto.service:auto-service-annotations:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
88
com.google.auto.service:auto-service:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath

dumper/lib-dumper-spi/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.3.15=testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.3.15=testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
66
com.fasterxml.jackson.core:jackson-annotations:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
77
com.fasterxml.jackson.core:jackson-core:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
88
com.fasterxml.jackson.core:jackson-databind:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-ext-bigquery/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.3.15=testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.3.15=testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.3.16=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.3.16=testRuntimeClasspath
66
com.fasterxml.jackson.core:jackson-annotations:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
77
com.fasterxml.jackson.core:jackson-core:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
88
com.fasterxml.jackson.core:jackson-databind:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
aopalliance:aopalliance:1.0=hive312RuntimeClasspath
5-
ch.qos.logback:logback-classic:1.3.15=hive312RuntimeClasspath,testRuntimeClasspath
6-
ch.qos.logback:logback-core:1.3.15=hive312RuntimeClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-classic:1.3.16=hive312RuntimeClasspath,testRuntimeClasspath
6+
ch.qos.logback:logback-core:1.3.16=hive312RuntimeClasspath,testRuntimeClasspath
77
com.carrotsearch:hppc:0.7.2=hive312RuntimeClasspath
88
com.cedarsoftware:java-util:1.9.0=hive312RuntimeClasspath
99
com.cedarsoftware:json-io:2.5.1=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jsr305 = "3.0.2"
4040
junit = "4.13.2"
4141
junit-jupiter = "5.12.0"
4242
log4j-over-slf4j = "2.0.16"
43-
logback = "1.3.15"
43+
logback = "1.3.16"
4444
mockito = "4.11.0"
4545
postgresql = "42.7.8"
4646
protobuf = "3.25.6"

0 commit comments

Comments
 (0)