Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 051aaa9 commit 9bf1eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath/>
</parent>

Expand All @@ -32,7 +32,7 @@
<image.name>ghcr.io/darkatra/${project.artifactId}:${project.version}</image.name>

<java.version>17</java.version>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<kord.version>0.9.0</kord.version>
Expand All @@ -42,7 +42,7 @@
<commons-validator.version>1.7</commons-validator.version>

<mockito-kotlin.version>5.0.0</mockito-kotlin.version>
<wiremock.version>3.0.0-beta-9</wiremock.version>
<wiremock.version>3.0.0-beta-10</wiremock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 9bf1eef

Please sign in to comment.