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 30 updates #553

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
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

val assertjVersion = "3.26.3"
val flywayVersion = "10.18.0"
val flywayVersion = "10.20.1"
val h2Version = "2.3.232"
val hikaricpVersion = "5.1.0"
val junitJupiterVersion = "5.11.0"
val hikaricpVersion = "6.0.0"
val junitJupiterVersion = "5.11.3"
val konfigVersion = "1.6.10.0"
val kotestVersion = "5.9.1"
val kotlinLoggingVersion = "3.0.5"
val kotlinVersion = "2.0.20"
val kotlinVersion = "2.0.21"
val kotliqueryVersion = "1.9.0"
val ktorVersion = "2.3.12"
val logbackVersion = "1.5.8"
val ktorVersion = "3.0.1"
val logbackVersion = "1.5.12"
val logstashLogbackEncoderVersion = "8.0"
val micrometerRegistryPrometheusVersion = "1.12.10"
val mockOAuth2ServerVersion = "2.1.9"
val micrometerRegistryPrometheusVersion = "1.12.11"
val mockOAuth2ServerVersion = "2.1.10"
val mockWebServerVersion = "4.12.0"
val mockkVersion = "1.13.12"
val nimbusSdkVersion = "11.19.1"
val mockkVersion = "1.13.13"
val nimbusSdkVersion = "11.20.1"
val postgresqlVersion = "42.7.4"
val testcontainersPostgresVersion = "1.20.1"
val testcontainersPostgresVersion = "1.20.3"

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

plugins {
application
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.github.ben-manes.versions") version "0.51.0"
}
Expand Down
Loading