Skip to content

Commit

Permalink
Merge branch 'master' into chore_nimbus
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk authored Aug 23, 2024
2 parents 781776c + 29e2e45 commit 2a7672b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

val assertjVersion = "3.26.3"
val kotlinLoggingVersion = "3.0.5"
val logbackVersion = "1.5.6"
val nimbusSdkVersion = "11.16"
val logbackVersion = "1.5.7"
val nimbusSdkVersion = "11.18"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.2"
val nettyVersion = "4.1.112.Final"
val junitJupiterVersion = "5.11.0"
val kotlinVersion = "2.0.10"
val kotlinVersion = "2.0.20"
val freemarkerVersion = "2.3.33"
val kotestVersion = "5.9.1"
val bouncyCastleVersion = "1.78.1"
val springBootVersion = "3.3.2"
val springBootVersion = "3.3.3"
val reactorTestVersion = "3.6.9"
val ktorVersion = "2.3.12"
val jsonPathVersion = "2.9.0"
Expand All @@ -24,7 +24,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"

plugins {
application
kotlin("jvm") version "2.0.10"
kotlin("jvm") version "2.0.20"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jmailen.kotlinter") version "4.4.1"
Expand Down

0 comments on commit 2a7672b

Please sign in to comment.