Skip to content

Commit

Permalink
update kotline deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Nov 5, 2024
1 parent db87ce9 commit c933e71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
archunit = "1.3.0"
bucket4j = "8.0.1"
commons-lang = "3.17.0"
flyway = "10.18.1"
greenmail = "2.1.0-rc-1"
hypersistence = "3.8.2"
flyway = "10.20.1"
greenmail = "2.1.0"
hypersistence = "3.8.3"
# jackson: avoid "2.16.1" with spring 3.2.2 (issues with .sonMappingException at JacksonModule.scala:61)
# Check spring boot dependency table for supported version, e.g. https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html
jackson = "2.17.2"
jacoco = "0.8.11" # used like "toolVersion = libs.versions.jacoco.get()" in build.gradle.kts jacoco block
kotlin = "2.0.20"
micrometer = "1.13.4"
kotlin = "2.0.21"
micrometer = "1.13.6"
mockito = "5.2.0"
postgresql = "42.7.4"
rome = "2.1.0"
spring-boot = "3.3.5"
spring-dep-mgmt = "1.1.6"
spring-kafka = "3.2.4"
spring-security = "6.3.3"
spring-security = "6.3.4"
wiremock = "3.0.1"

[plugins]
Expand Down

0 comments on commit c933e71

Please sign in to comment.