File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 <packaging >pom</packaging >
1010 <properties >
1111 <java .version>17</java .version>
12- <spring-boot .version>3.1.5 </spring-boot .version>
13- <wiremock .version>3.2.0 </wiremock .version>
12+ <spring-boot .version>3.2.1 </spring-boot .version>
13+ <wiremock .version>3.3.1 </wiremock .version>
1414 <maven .compiler.source>${java.version} </maven .compiler.source>
1515 <maven .compiler.target>${java.version} </maven .compiler.target>
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3838
3939 <dependency >
4040 <groupId >org.wiremock</groupId >
41- <artifactId >wiremock</artifactId >
41+ <artifactId >wiremock-standalone </artifactId >
4242 <version >${wiremock.version} </version >
4343 </dependency >
4444 </dependencies >
Original file line number Diff line number Diff line change 3535 </dependency >
3636 <dependency >
3737 <groupId >org.wiremock</groupId >
38- <artifactId >wiremock</artifactId >
38+ <artifactId >wiremock-standalone </artifactId >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments