Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed May 30, 2024
1 parent 776bd91 commit 7ad01b8
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 @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand All @@ -26,7 +26,7 @@
<maven.compiler.target>${java.release}</maven.compiler.target>
<maven.exec.skip>false</maven.exec.skip>

<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<testcontainers.version>1.19.8</testcontainers.version>
<jena.version>5.0.0</jena.version>
</properties>
Expand Down Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.5.4</version>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7ad01b8

Please sign in to comment.