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

build(deps): bump the all-deps group across 1 directory with 11 updates #535

Closed
wants to merge 1 commit into from
Closed
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
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
import org.gradle.api.tasks.testing.logging.TestLogEvent
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val assertjVersion = "3.26.0"
val flywayVersion = "10.15.0"
val h2Version = "2.2.224"
val assertjVersion = "3.26.3"
val flywayVersion = "10.16.0"
val h2Version = "2.3.230"
val hikaricpVersion = "5.1.0"
val junitJupiterVersion = "5.10.2"
val junitJupiterVersion = "5.10.3"
val konfigVersion = "1.6.10.0"
val kotestVersion = "5.9.1"
val kotlinLoggingVersion = "3.0.5"
val kotlinVersion = "2.0.0"
val kotliqueryVersion = "1.9.0"
val ktorVersion = "2.3.12"
val logbackVersion = "1.5.6"
val logstashLogbackEncoderVersion = "7.4"
val micrometerRegistryPrometheusVersion = "1.12.7"
val mockOAuth2ServerVersion = "2.1.7"
val logstashLogbackEncoderVersion = "8.0"
val micrometerRegistryPrometheusVersion = "1.12.8"
val mockOAuth2ServerVersion = "2.1.8"
val mockWebServerVersion = "4.12.0"
val mockkVersion = "1.13.11"
val nimbusSdkVersion = "11.12"
val mockkVersion = "1.13.12"
val nimbusSdkVersion = "11.13"
val postgresqlVersion = "42.7.3"
val testcontainersPostgresVersion = "1.19.8"
val testcontainersPostgresVersion = "1.20.0"

val mainClassKt = "io.nais.security.oauth2.TokenExchangeAppKt"

Expand Down
Loading