Skip to content

Commit 336e8c4

Browse files
authored
Merge branch 'master' into dependabot/gradle/io.netty-netty-all-4.1.86.Final
2 parents 97e19c0 + fed90ae commit 336e8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
44
val assertjVersion = "3.23.1"
55
val kotlinLoggingVersion = "3.0.4"
66
val logbackVersion = "1.2.11"
7-
val nimbusSdkVersion = "10.1"
7+
val nimbusSdkVersion = "10.4"
88
val mockWebServerVersion = "4.10.0"
99
val jacksonVersion = "2.14.1"
1010
val nettyVersion = "4.1.86.Final"
@@ -22,7 +22,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
2222

2323
plugins {
2424
application
25-
kotlin("jvm") version "1.7.21"
25+
kotlin("jvm") version "1.7.22"
2626
id("se.patrikerdes.use-latest-versions") version "0.2.18"
2727
id("com.github.ben-manes.versions") version "0.44.0"
2828
id("org.jmailen.kotlinter") version "3.12.0"

0 commit comments

Comments
 (0)