Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into navikt#691-OAuth2TokenProvider-…
Browse files Browse the repository at this point in the history
…should-allow-a-flexible-system-time
  • Loading branch information
xuanswe committed Jun 17, 2024
2 parents d1147d1 + 69fc64e commit 87cc2db
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 @@ -7,14 +7,14 @@ val logbackVersion = "1.5.6"
val nimbusSdkVersion = "11.12"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.1"
val nettyVersion = "4.1.110.Final"
val nettyVersion = "4.1.111.Final"
val junitJupiterVersion = "5.10.2"
val kotlinVersion = "2.0.0"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.9.0"
val freemarkerVersion = "2.3.33"
val kotestVersion = "5.9.1"
val bouncyCastleVersion = "1.78.1"
val springBootVersion = "3.3.0"
val reactorTestVersion = "3.6.6"
val reactorTestVersion = "3.6.7"
val ktorVersion = "2.3.11"
val jsonPathVersion = "2.9.0"

Expand All @@ -27,7 +27,7 @@ plugins {
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.3.0"
id("com.google.cloud.tools.jib") version "3.4.2"
id("com.google.cloud.tools.jib") version "3.4.3"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("net.researchgate.release") version "3.0.2"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
Expand Down

0 comments on commit 87cc2db

Please sign in to comment.