Skip to content

Commit

Permalink
Merge pull request #785 from navikt/dependabot/maven/kotest.version-5…
Browse files Browse the repository at this point in the history
….8.0
  • Loading branch information
jan-olaveide authored Nov 6, 2023
2 parents 1e7bd75 + 37b3cd1 commit 535d8cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<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>
<kotest.version>5.7.2</kotest.version>
<kotest.version>5.8.0</kotest.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions token-client-kotlin-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core-jvm</artifactId>
<version>5.7.2</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>5.7.2</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 535d8cd

Please sign in to comment.