Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 2, 2024
1 parent aaaadd6 commit f0cc61b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import de.undercouch.gradle.tasks.download.Download

plugins {
application
kotlin("jvm") version "1.9.23"
id("net.raphimc.class-token-replacer") version "1.0.0"
kotlin("jvm") version "2.0.0"
id("net.raphimc.class-token-replacer") version "1.1.2"
id("de.undercouch.download") version "5.6.0"
}

Expand All @@ -22,7 +22,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.13")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.9")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")

implementation("com.google.jimfs:jimfs:1.3.0")

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f0cc61b

Please sign in to comment.