Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Mar 13, 2024
1 parent 7428dbf commit 0bae2cb
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 @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<relativePath/>
</parent>

Expand All @@ -29,8 +29,8 @@
<maven.exec.skip>false</maven.exec.skip>
<!--end standard properties-->

<kotlin.version>1.9.22</kotlin.version>
<testcontainers.version>1.19.5</testcontainers.version>
<kotlin.version>1.9.23</kotlin.version>
<testcontainers.version>1.19.7</testcontainers.version>
<jena.version>4.10.0</jena.version>
</properties>

Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.3.1</version>
<version>3.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0bae2cb

Please sign in to comment.