Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 27, 2023
1 parent f21ed4b commit 1f4e56f
Show file tree
Hide file tree
Showing 2 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 @@ -17,22 +17,22 @@

object DependencyVersions {
// standard libraries
const val kotlin = "1.9.0"
const val kotlin = "1.9.10"
const val coroutines = "1.7.3"
const val arrow = "1.1.5"

// testing libraries
const val junit = "5.10.0"
const val assertj = "3.24.2"
const val mockk = "1.13.5"
const val mockk = "1.13.7"

// logging libraries
const val kotlinLogging = "3.0.5"
const val slf4jSimple = "2.0.7"

// object creation libraries
const val kotlinxSerializationJson = "1.5.1"
const val kaml = "0.54.0"
const val kotlinxSerializationJson = "1.6.0"
const val kaml = "0.55.0"
const val jakartaActivationApi = "2.1.2"
const val jakartaXmlBindApi = "4.0.0"
const val jaxb = "4.0.3"
Expand All @@ -41,17 +41,17 @@ object DependencyVersions {
const val mapstruct = "1.5.5.Final"

// io libraries
const val clikt = "4.1.0"
const val clikt = "4.2.0"
const val mordant = "1.2.1"
const val commonsIO = "2.13.0"
const val commonsCSV = "1.10.0"
const val commonsLang = "3.12.0"
const val commonsLang = "3.13.0"
const val commonsCompress = "1.23.0"
const val zstdJni = "1.5.5-5"
const val emojiJava = "5.1.1"

// math libraries
const val guava = "32.1.1-jre"
const val guava = "32.1.2-jre"
const val commonsMath = "3.6.1"
const val joml = "1.10.5"
const val poly2tri = "0.1.2"
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Plugins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

object PluginVersions {
const val shadowjar = "8.1.1"
const val ktlint = "11.5.0"
const val ktlint = "11.5.1"
const val xjc = "1.6"
const val versionChecker = "0.47.0"
const val dokka = "1.8.20"
const val serialization = "1.9.0"
const val ksp = "1.9.0-1.0.12"
const val serialization = "1.9.10"
const val ksp = "1.9.10-1.0.13"
}

object Plugins {
Expand Down

0 comments on commit 1f4e56f

Please sign in to comment.