Skip to content

Commit

Permalink
Update Logback
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Mar 19, 2024
1 parent 0b604ed commit 50e5c2a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -50,7 +50,7 @@ subprojects {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: 'latest.release'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: 'latest.release'
testImplementation group: 'org.assertj', name: 'assertj-core', version: 'latest.release'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: '[1.3.0, 1.4.0)'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: 'latest.release'
testRuntimeOnly group: 'org.slf4j', name: 'jcl-over-slf4j', version: 'latest.release'
}

Expand Down
4 changes: 2 additions & 2 deletions core/gradle.lockfile
@@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.3.14=testRuntimeClasspath
ch.qos.logback:logback-core:1.3.14=testRuntimeClasspath
ch.qos.logback:logback-classic:1.5.3=testRuntimeClasspath
ch.qos.logback:logback-core:1.5.3=testRuntimeClasspath
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.74.Final=default
io.netty:netty-codec:4.1.107.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Expand Up @@ -7,7 +7,7 @@ dependencies {
api group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: 'latest.release'
api group: 'org.assertj', name: 'assertj-core', version: 'latest.release'

runtimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: '[1.3.0, 1.4.0)'
runtimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: 'latest.release'
}

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions examples/gradle.lockfile
@@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.3.14=runtimeClasspath,testRuntimeClasspath
ch.qos.logback:logback-core:1.3.14=runtimeClasspath,testRuntimeClasspath
ch.qos.logback:logback-classic:1.5.3=runtimeClasspath,testRuntimeClasspath
ch.qos.logback:logback-core:1.5.3=runtimeClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.107.Final=runtimeClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.107.Final=runtimeClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.107.Final=runtimeClasspath,testRuntimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions gradle.lockfile
@@ -1,10 +1,10 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.3.14=aggregateCodeCoverageReportResults
ch.qos.logback:logback-classic:1.3.5=allCodeCoverageReportClassDirectories
ch.qos.logback:logback-core:1.3.14=aggregateCodeCoverageReportResults
ch.qos.logback:logback-classic:1.5.3=aggregateCodeCoverageReportResults
ch.qos.logback:logback-core:1.3.5=allCodeCoverageReportClassDirectories
ch.qos.logback:logback-core:1.5.3=aggregateCodeCoverageReportResults
com.fasterxml.jackson.core:jackson-annotations:2.14.1=allCodeCoverageReportClassDirectories
com.fasterxml.jackson.core:jackson-annotations:2.17.0=aggregateCodeCoverageReportResults
com.fasterxml.jackson.core:jackson-core:2.14.1=allCodeCoverageReportClassDirectories
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
api "org.mockito:mockito-core:latest.release"
api "org.mockito:mockito-junit-jupiter:latest.release"

runtimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: '[1.3.0, 1.4.0)'
runtimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: 'latest.release'

testImplementation "org.testcontainers:testcontainers:latest.release"
}

0 comments on commit 50e5c2a

Please sign in to comment.