Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Dec 4, 2024
1 parent 602bc06 commit ad4f5c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jlleitschuh.gradle.ktlint.reporter.ReporterType

// define the gav coordinates of this project
group = "net.scrayos"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"
description = "Xenos Client (Kotlin/Java)"

// hook the plugins for the builds
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
kotlin = "2.0.21"
dokka = "1.9.20"
ktlint = "1.4.0"
ktlint = "1.4.1"
junit = "5.11.3"
kotest-core = "5.9.1"
kotest-testcontainers = "2.0.2"
protobuf = "4.28.3"
protoc-java = "1.68.1"
protobuf = "4.29.0"
protoc-java = "1.68.2"
protoc-kotlin = "1.4.1"
kotlin-coroutines = "1.9.0"
slf4j = "2.0.16"
log4j = "2.24.1"
log4j = "2.24.2"

[libraries]
protobuf-kotlin = { group = "com.google.protobuf", name = "protobuf-kotlin", version.ref = "protobuf" }
Expand Down Expand Up @@ -40,6 +40,6 @@ kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.2" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }

0 comments on commit ad4f5c2

Please sign in to comment.