Skip to content

Commit bc6d2ec

Browse files
authored
Merge branch 'master' into add-arm64-architecture
2 parents 31e92e9 + cbdfb60 commit bc6d2ec

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
@@ -9,7 +9,7 @@ val mockWebServerVersion = "4.9.3"
99
val jacksonVersion = "2.13.2"
1010
val nettyVersion = "4.1.75.Final"
1111
val junitJupiterVersion = "5.8.2"
12-
val kotlinVersion = "1.6.10"
12+
val kotlinVersion = "1.6.20"
1313
val freemarkerVersion = "2.3.31"
1414
val kotestVersion = "5.2.2"
1515
val bouncyCastleVersion = "1.70"
@@ -22,7 +22,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
2222

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

0 commit comments

Comments
 (0)