diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d626fc4..19f3576 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ kotlin = "1.8.20" # https://mvnrepository.com/artifact/org.slf4j/slf4j-api -slf4j = "2.0.11" +slf4j = "2.0.12" # https://mvnrepository.com/artifact/com.sksamuel.hoplite/hoplite-core hoplite = "2.7.5" # https://mvnrepository.com/artifact/org.http4k/http4k-core -http4k = "5.13.2.0" +http4k = "5.13.7.0" # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core jackson = "2.16.1" # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp @@ -15,11 +15,11 @@ okhttp = "4.12.0" # https://mvnrepository.com/artifact/org.postgresql/postgresql postgresql = "42.7.1" # https://mvnrepository.com/artifact/org.flywaydb/flyway-core -flyway = "10.7.1" +flyway = "10.7.2" # https://mvnrepository.com/artifact/com.sksamuel.scrimage/scrimage-core scrimage = "4.1.1" # https://mvnrepository.com/artifact/com.slack.api/bolt -bolt = "1.38.0" +bolt = "1.38.1" # https://mvnrepository.com/artifact/javax.websocket/javax.websocket-api websocket = "1.1" # https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client