Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the jars group across 1 directory with 20 updates #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
classpath(libs.ktlint)
}
}

plugins {
application
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.20"
id("jacoco")
alias(libs.plugins.ktlint)
}
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation(libs.tyrusClient)
implementation(libs.bundles.slf4j)

testImplementation("com.h2database:h2:2.2.224")
testImplementation("com.h2database:h2:2.3.232")
testImplementation(kotlin("test-junit"))
}

Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
kotlin = "1.8.20"

# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
slf4j = "2.0.13"
slf4j = "2.0.16"
# https://mvnrepository.com/artifact/com.sksamuel.hoplite/hoplite-core
hoplite = "2.7.5"
# https://mvnrepository.com/artifact/org.http4k/http4k-core
http4k = "5.21.1.0"
http4k = "5.29.0.0"
# https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
jackson = "2.17.1"
jackson = "2.17.2"
# https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
okhttp = "4.12.0"
# https://mvnrepository.com/artifact/org.postgresql/postgresql
postgresql = "42.7.3"
postgresql = "42.7.4"
# https://mvnrepository.com/artifact/org.flywaydb/flyway-core
flyway = "10.13.0"
flyway = "10.17.2"
# https://mvnrepository.com/artifact/com.sksamuel.scrimage/scrimage-core
scrimage = "4.1.3"
scrimage = "4.2.0"
# https://mvnrepository.com/artifact/com.slack.api/bolt
bolt = "1.39.3"
bolt = "1.42.0"
# https://mvnrepository.com/artifact/javax.websocket/javax.websocket-api
websocket = "1.1"
# https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client
Expand Down
Loading