Skip to content

Commit

Permalink
Merge pull request #784 from navikt/dependabot/maven/kotlin.version-1…
Browse files Browse the repository at this point in the history
….9.20
  • Loading branch information
jan-olaveide authored Oct 31, 2023
2 parents 798f91f + d15e1fb commit 3be327e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<okhttp3.version>4.12.0</okhttp3.version>
<ktor.version>1.6.8</ktor.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<mock-oauth2-server.version>2.0.0</mock-oauth2-server.version>
<groovy.version>3.0.19</groovy.version>
<nimbus.jose.jwt.version>9.37</nimbus.jose.jwt.version>
Expand Down
2 changes: 1 addition & 1 deletion token-validation-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>token-validation-spring</name>

<properties>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3be327e

Please sign in to comment.