Skip to content

Commit 535d8cd

Browse files
authored
Merge pull request #785 from navikt/dependabot/maven/kotest.version-5.8.0
2 parents 1e7bd75 + 37b3cd1 commit 535d8cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<mock-oauth2-server.version>2.0.0</mock-oauth2-server.version>
6767
<groovy.version>3.0.19</groovy.version>
6868
<nimbus.jose.jwt.version>9.37</nimbus.jose.jwt.version>
69-
<kotest.version>5.7.2</kotest.version>
69+
<kotest.version>5.8.0</kotest.version>
7070
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
7171
</properties>
7272

token-client-kotlin-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
<dependency>
7272
<groupId>io.kotest</groupId>
7373
<artifactId>kotest-assertions-core-jvm</artifactId>
74-
<version>5.7.2</version>
74+
<version>5.8.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>io.kotest</groupId>
7979
<artifactId>kotest-runner-junit5-jvm</artifactId>
80-
<version>5.7.2</version>
80+
<version>5.8.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)