Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed May 5, 2024
1 parent 11ab8e8 commit 368ff31
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 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.3</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -35,16 +35,13 @@
<kotlin.version>1.8.22</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<kord.version>0.10.0</kord.version>
<agql-source-query.version>1.2.1</agql-source-query.version>
<kord.version>0.13.1</kord.version>
<agql-source-query.version>1.2.2</agql-source-query.version>
<java-uuid-generator.version>5.0.0</java-uuid-generator.version>
<potassium-nitrite.version>3.4.4</potassium-nitrite.version>
<commons-validator.version>1.7</commons-validator.version>
<commons-validator.version>1.8.0</commons-validator.version>

<!-- FIXME: remove coroutines version once spring updated to 1.7.x -->
<kotlin-coroutines.version>1.7.2</kotlin-coroutines.version>

<mockito-kotlin.version>5.0.0</mockito-kotlin.version>
<mockito-kotlin.version>5.2.1</mockito-kotlin.version>
<wiremock.version>3.4.2</wiremock.version>
</properties>

Expand Down

0 comments on commit 368ff31

Please sign in to comment.