We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062f250 commit 0591074Copy full SHA for 0591074
pom.xml
@@ -8,12 +8,12 @@
8
<properties>
9
<maven.compiler.source>21</maven.compiler.source>
10
<maven.compiler.target>21</maven.compiler.target>
11
- <wiremock.version>3.9.1</wiremock.version>
12
- <junit.version>5.11.2</junit.version>
+ <wiremock.version>3.9.2</wiremock.version>
+ <junit.version>5.11.3</junit.version>
13
<restassured.version>5.5.0</restassured.version>
14
<slf4j.version>2.0.16</slf4j.version>
15
<lombok.version>1.18.34</lombok.version>
16
- <maven.surefire.plugin.version>3.5.1</maven.surefire.plugin.version>
+ <maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
17
</properties>
18
<dependencies>
19
<dependency>
0 commit comments