File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 160
160
<version >${swagger-core-version} </version >
161
161
</dependency >
162
162
<dependency >
163
- <groupId >com.squareup.okhttp </groupId >
163
+ <groupId >com.squareup.okhttp3 </groupId >
164
164
<artifactId >okhttp</artifactId >
165
165
<version >${okhttp-version} </version >
166
166
</dependency >
167
167
<dependency >
168
- <groupId >com.squareup.okhttp </groupId >
168
+ <groupId >com.squareup.okhttp3 </groupId >
169
169
<artifactId >logging-interceptor</artifactId >
170
170
<version >${okhttp-version} </version >
171
171
</dependency >
199
199
<gson-fire-version >1.9.0</gson-fire-version >
200
200
<gson-version >2.11.0</gson-version >
201
201
<swagger-core-version >1.6.14</swagger-core-version >
202
- <okhttp-version >2.7.5 </okhttp-version >
202
+ <okhttp-version >4.12.0 </okhttp-version >
203
203
<threetenbp-version >1.6.9</threetenbp-version >
204
204
<maven-plugin-version >1.0.0</maven-plugin-version >
205
205
<junit-version >4.13.2</junit-version >
Original file line number Diff line number Diff line change 2
2
xmlns =" https://www.mojohaus.org/VERSIONS/RULE/2.1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd" >
4
4
<ignoreVersions >
5
- <ignoreVersion type =" regex" >.*-rc .*</ignoreVersion >
5
+ <ignoreVersion type =" regex" >.*-(rc|alpha) .*</ignoreVersion >
6
6
</ignoreVersions >
7
7
</ruleset >
You can’t perform that action at this time.
0 commit comments