Skip to content

Commit

Permalink
chore: bump spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Oct 9, 2023
1 parent e0ef16d commit abdef37
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.1.3</version>
<version>3.1.4</version>
<relativePath/>
</parent>

Expand All @@ -29,7 +29,7 @@
<!--end standard properties-->

<kotlin.version>1.9.10</kotlin.version>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.19.1</testcontainers.version>
<jena.version>4.9.0</jena.version>
<openapi4j.version>1.0.7</openapi4j.version>
</properties>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit abdef37

Please sign in to comment.