Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Jan 11, 2025
1 parent 49e6463 commit 05701dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@ object DependencyVersions {
// testing libraries
const val kotest = "5.9.1"
const val kotestExtensionArrow = "1.4.0"
const val mockk = "1.13.12"
const val mockk = "1.13.16"

// logging libraries
const val kotlinLogging = "7.0.0"
const val slf4jSimple = "2.0.16"

// object creation libraries
const val kotlinxSerializationJson = "1.7.3"
const val kaml = "0.61.0"
const val kaml = "0.67.0"
const val jakartaActivationApi = "2.1.3"
const val jakartaXmlBindApi = "4.0.2"
const val jaxb = "4.0.5"

// object mapping libraries
const val mapstruct = "1.6.2"
const val mapstruct = "1.6.3"

// io libraries
const val clikt = "5.0.0"
const val clikt = "5.0.2"
const val mordant = "1.2.1"
const val commonsIO = "2.17.0"
const val commonsIO = "2.18.0"
const val commonsCSV = "1.11.0"
const val commonsLang = "3.17.0"
const val commonsCompress = "1.27.1"
const val zstdJni = "1.5.6-5"
const val zstdJni = "1.5.6-9"
const val emojiJava = "5.1.1"

// math libraries
const val guava = "33.3.0-jre"
const val guava = "33.4.0-jre"
const val commonsMath = "3.6.1"
const val joml = "1.10.8"
const val poly2tri = "0.1.2"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Plugins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

object PluginVersions {
const val shadowjar = "8.1.1"
const val ktlint = "12.1.1"
const val ktlint = "12.1.2"
const val xjc = "1.6"
const val versionChecker = "0.51.0"
const val dokka = "1.9.20"
const val dokka = "2.0.0"
const val serialization = "2.0.20"
const val ksp = "2.0.20-1.0.25"
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 05701dc

Please sign in to comment.