File tree 1 file changed +6
-17
lines changed
1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 24
24
<elasticsearch-java >8.14.1</elasticsearch-java >
25
25
26
26
<blockhound-junit >1.0.9.RELEASE</blockhound-junit >
27
- <hoverfly >0.18.1 </hoverfly >
27
+ <hoverfly >0.19.0 </hoverfly >
28
28
<log4j >2.23.1</log4j >
29
- <jsonassert >1.5.1 </jsonassert >
30
- <testcontainers >1.19.8 </testcontainers >
31
- <wiremock >3.0 .1</wiremock >
29
+ <jsonassert >1.5.3 </jsonassert >
30
+ <testcontainers >1.20.0 </testcontainers >
31
+ <wiremock >3.9 .1</wiremock >
32
32
33
33
<java-module-name >spring.data.elasticsearch</java-module-name >
34
34
132
132
</exclusion >
133
133
</exclusions >
134
134
</dependency >
135
- <dependency >
136
- <groupId >org.elasticsearch.client</groupId >
137
- <artifactId >elasticsearch-rest-client</artifactId > <!-- is Apache 2-->
138
- <version >${elasticsearch-java} </version >
139
- <exclusions >
140
- <exclusion >
141
- <groupId >commons-logging</groupId >
142
- <artifactId >commons-logging</artifactId >
143
- </exclusion >
144
- </exclusions >
145
- </dependency >
146
135
147
136
<!-- Jackson JSON Mapper -->
148
137
<dependency >
263
252
</dependency >
264
253
265
254
<dependency >
266
- <groupId >com.github.tomakehurst </groupId >
267
- <artifactId >wiremock-jre8 </artifactId >
255
+ <groupId >org.wiremock </groupId >
256
+ <artifactId >wiremock</artifactId >
268
257
<version >${wiremock} </version >
269
258
<scope >test</scope >
270
259
<exclusions >
You can’t perform that action at this time.
0 commit comments