Skip to content

Commit

Permalink
Bump dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Oct 8, 2024
1 parent b9c5648 commit 8d3bcce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<version>1.0-SNAPSHOT</version>
<description>An open source workshop on using REST Assured to write checks for RESTful web services</description>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<restassured.version>5.4.0</restassured.version>
<junit.version>5.10.1</junit.version>
<jackson.databind.version>2.16.0</jackson.databind.version>
<wiremock.version>3.3.1</wiremock.version>
<slf4j.version>2.0.9</slf4j.version>
<maven.surefire.plugin.version>3.0.0</maven.surefire.plugin.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<restassured.version>5.5.0</restassured.version>
<junit.version>5.11.2</junit.version>
<jackson.databind.version>2.18.0</jackson.databind.version>
<wiremock.version>3.9.1</wiremock.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.surefire.plugin.version>3.5.1</maven.surefire.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 8d3bcce

Please sign in to comment.