Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.2.1 and Wiremock Standalone. (#23)
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
maciejwalkowiak authored Dec 29, 2023
1 parent 87e2ce7 commit 3183e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<packaging>pom</packaging>
<properties>
<java.version>17</java.version>
<spring-boot.version>3.1.5</spring-boot.version>
<wiremock.version>3.2.0</wiremock.version>
<spring-boot.version>3.2.1</spring-boot.version>
<wiremock.version>3.3.1</wiremock.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -38,7 +38,7 @@

<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wiremock-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<artifactId>wiremock-standalone</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3183e5c

Please sign in to comment.