Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed May 8, 2024
1 parent 5a70e2c commit b65d0a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@ object DependencyVersions {
// standard libraries
const val kotlin = "1.9.24"
const val coroutines = "1.8.0"
const val arrow = "1.2.1"
const val arrow = "1.2.4"

// testing libraries
const val kotest = "5.8.0"
const val kotest = "5.8.1"
const val kotestExtensionArrow = "1.4.0"
const val mockk = "1.13.10"

// logging libraries
const val kotlinLogging = "3.0.5"
const val slf4jSimple = "2.0.12"
const val slf4jSimple = "2.0.13"

// object creation libraries
const val kotlinxSerializationJson = "1.6.3"
const val kaml = "0.57.0"
const val kaml = "0.59.0"
const val jakartaActivationApi = "2.1.2"
const val jakartaXmlBindApi = "4.0.1"
const val jaxb = "4.0.4"
const val jaxb = "4.0.5"

// object mapping libraries
const val mapstruct = "1.5.5.Final"

// io libraries
const val clikt = "4.2.2"
const val mordant = "1.2.1"
const val commonsIO = "2.15.1"
const val commonsCSV = "1.10.0"
const val commonsIO = "2.16.1"
const val commonsCSV = "1.11.0"
const val commonsLang = "3.14.0"
const val commonsCompress = "1.25.0"
const val zstdJni = "1.5.5-11"
const val emojiJava = "5.1.1"

// math libraries
const val guava = "33.0.0-jre"
const val guava = "33.2.0-jre"
const val commonsMath = "3.6.1"
const val joml = "1.10.5"
const val poly2tri = "0.1.2"
Expand Down

0 comments on commit b65d0a7

Please sign in to comment.