Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jan 7, 2025
1 parent 7b2f234 commit 7e0b02b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 9 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[versions]
detekt = "1.23.6"
kotlin = "2.0.21"
kotlin = "2.1.0"
shadow = "8.1.1"

groovy = "3.0.22"
groovy = "3.0.23"
jansi = "2.4.1"
kx-ser = "1.7.2"
logback = "1.5.7"
kx-ser = "1.8.0"
logback = "1.5.16"
logback-groovy = "1.14.5"
logging = "7.0.0"
logging = "7.0.3"
kordex-gradle = "1.5.8"
kordex = "2.3.1-SNAPSHOT"

git-hooks = "0.0.2"
shadow = "8.1.1"

[libraries]
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
groovy = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
Expand All @@ -25,12 +23,11 @@ logback-groovy = { module = "io.github.virtualdogbert:logback-groovy-config", ve
logging = { module = "io.github.oshai:kotlin-logging", version.ref = "logging" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

git-hooks = { id = "com.github.jakemarsden.git-hooks", version.ref = "git-hooks" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }

kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }

kordex-docker = { id = "dev.kordex.gradle.docker", version.ref = "kordex-gradle" }
kordex-plugin = { id = "dev.kordex.gradle.kordex", version.ref = "kordex-gradle" }

0 comments on commit 7e0b02b

Please sign in to comment.