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 Dec 3, 2024
1 parent 58e539c commit ea53220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3.5</version>
<version>3.4.0</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>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<kord.version>0.15.0</kord.version>
Expand All @@ -42,11 +42,11 @@
<commons-validator.version>1.9.0</commons-validator.version>

<!-- keep these in sync with what kord uses to avoid unexpected errors -->
<ktor.version>3.0.0</ktor.version>
<ktor.version>3.0.2</ktor.version>
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>

<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
<wiremock.version>3.9.2</wiremock.version>
<wiremock.version>3.10.0</wiremock.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ea53220

Please sign in to comment.