Skip to content

Commit 6605140

Browse files
committed
build(gradle): update logback and gradle
1 parent e744b8b commit 6605140

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

helpers/test-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val year: String by project
1717
dependencies {
1818
implementation(project(":sdk"))
1919
implementation(project(":server")) // Only to access defaults of sc.server.Configuration
20-
implementation("ch.qos.logback", "logback-classic", "1.3.11") // Update to 1.4 with JDK upgrade
20+
implementation("ch.qos.logback", "logback-classic", "1.5.18") // Update to 1.4 with JDK upgrade
2121
runtimeOnly(project(":plugin$year"))
2222
}
2323

player/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ application {
2424
dependencies {
2525
implementation(project(":plugin$year"))
2626
implementation(kotlin("script-runtime"))
27-
implementation("ch.qos.logback", "logback-classic", "1.3.11") // Update to 1.4 with JDK upgrade
27+
implementation("ch.qos.logback", "logback-classic", "1.5.18") // Update to 1.4 with JDK upgrade
2828
}
2929

3030
tasks {

server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ application {
1414
val year: String by project
1515
dependencies {
1616
api(project(":sdk"))
17-
implementation("ch.qos.logback", "logback-classic", "1.3.11") // Update to 1.4 with JDK upgrade
17+
implementation("ch.qos.logback", "logback-classic", "1.5.18") // Update to 1.4 with JDK upgrade
1818

1919
runtimeOnly(project(":plugin$year"))
2020
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") // legacy java tests

0 commit comments

Comments
 (0)