File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 4646 <ahocorasick .version>0.6.3</ahocorasick .version>
4747 <commons .lang3.version>3.20.0</commons .lang3.version>
4848 <cache2k .version>2.6.1.Final</cache2k .version>
49- <seerapi-client .version>5.9 </seerapi-client .version>
49+ <seerapi-client .version>5.10 </seerapi-client .version>
5050
5151 <!-- Test deps -->
5252 <junit .jupiter.version>5.11.2</junit .jupiter.version>
7070 <artifactId >jackson-databind</artifactId >
7171 <version >${jackson.version} </version >
7272 </dependency >
73- <dependency >
74- <groupId >com.fasterxml.jackson.dataformat</groupId >
75- <artifactId >jackson-dataformat-yaml</artifactId >
76- <version >${jackson.version} </version >
77- </dependency >
78-
79- <dependency >
80- <groupId >com.squareup.okhttp3</groupId >
81- <artifactId >okhttp</artifactId >
82- <version >${okhttp.version} </version >
83- </dependency >
8473
8574 <dependency >
8675 <groupId >org.ahocorasick</groupId >
137126 <version >${seerapi-client.version} </version >
138127 <scope >test</scope >
139128 </dependency >
129+ <dependency >
130+ <groupId >com.squareup.okhttp3</groupId >
131+ <artifactId >okhttp</artifactId >
132+ <version >${okhttp.version} </version >
133+ <scope >test</scope >
134+ </dependency >
140135 <dependency >
141136 <groupId >org.slf4j</groupId >
142137 <artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments