Skip to content

Commit

Permalink
Merge pull request #1438 from navikt/dependabot/maven/io.ktor-ktor-cl…
Browse files Browse the repository at this point in the history
…ient-mock-jvm-3.0.3

Bump io.ktor:ktor-client-mock-jvm from 3.0.2 to 3.0.3
  • Loading branch information
LudvigHz authored Dec 19, 2024
2 parents 52687c7 + d1f306f commit 663a3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-mock-jvm</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-mock-jvm</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 663a3c8

Please sign in to comment.