Skip to content

Commit

Permalink
Merge branch 'master' into use-req-params-as-variables-in-claims
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk authored Nov 17, 2023
2 parents 0afa19f + ea29a52 commit b0d4152
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ val kotlinLoggingVersion = "3.0.5"
val logbackVersion = "1.4.11"
val nimbusSdkVersion = "11.6"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.15.3"
val nettyVersion = "4.1.100.Final"
val jacksonVersion = "2.16.0"
val nettyVersion = "4.1.101.Final"
val junitJupiterVersion = "5.10.1"
val kotlinVersion = "1.9.20"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.8.0"
val bouncyCastleVersion = "1.70"
val springBootVersion = "3.1.5"
val reactorTestVersion = "3.5.11"
val ktorVersion = "2.3.5"
val reactorTestVersion = "3.6.0"
val ktorVersion = "2.3.6"

val mavenRepoBaseUrl = "https://oss.sonatype.org"
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
Expand All @@ -24,8 +24,8 @@ plugins {
application
kotlin("jvm") version "1.9.20"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.github.ben-manes.versions") version "0.49.0"
id("org.jmailen.kotlinter") version "4.0.0"
id("com.github.ben-manes.versions") version "0.50.0"
id("org.jmailen.kotlinter") version "4.1.0"
id("com.google.cloud.tools.jib") version "3.4.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("net.researchgate.release") version "3.0.2"
Expand Down

0 comments on commit b0d4152

Please sign in to comment.