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 28b6c30 commit 45a22d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 @@ -26,8 +26,8 @@
<maven.compiler.target>${java.release}</maven.compiler.target>
<maven.exec.skip>false</maven.exec.skip>

<kotlin.version>1.9.22</kotlin.version>
<testcontainers.version>1.19.4</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 @@ -104,7 +104,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>

<!-- Test -->
Expand Down Expand Up @@ -147,7 +147,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 45a22d6

Please sign in to comment.