File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
<!-- Used by com.influxdb: influxdb -->
49
49
<groupId >com.squareup.okhttp3</groupId >
50
50
<artifactId >logging-interceptor</artifactId >
51
- <version >4.11 .0</version >
51
+ <version >4.12 .0</version >
52
52
</dependency >
53
53
<dependency >
54
54
<!-- Used by com.influxdb: influxdb -->
55
55
<groupId >com.squareup.okhttp3</groupId >
56
56
<artifactId >okhttp</artifactId >
57
- <version >4.11 .0</version >
57
+ <version >4.12 .0</version >
58
58
</dependency >
59
59
<dependency >
60
60
<!-- Used by com.squareup.okhttp3: okhttp -->
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Bundle-Description: This wraps external java libraries that do not have OSGi hea
8
8
com.influxdb:influxdb-client-java;version='6.10.0',\
9
9
com.influxdb:influxdb-client-utils;version='6.10.0',\
10
10
com.influxdb:flux-dsl;version='6.10.0',\
11
- com.squareup.okhttp3:logging-interceptor;version='4.11 .0',\
12
- com.squareup.okhttp3:okhttp;version='4.11 .0',\
11
+ com.squareup.okhttp3:logging-interceptor;version='4.12 .0',\
12
+ com.squareup.okhttp3:okhttp;version='4.12 .0',\
13
13
com.squareup.retrofit2:retrofit;version='2.9.0',\
14
14
com.squareup.retrofit2:converter-gson;version='2.9.0',\
15
15
com.squareup.retrofit2:converter-scalars;version='2.9.0',\
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Bundle-Name: okttp
2
2
Bundle-Description: Squares meticulous HTTP client for Java and Kotlin.
3
3
Bundle-DocURL: https://square.github.io/okhttp/
4
4
Bundle-License: https://opensource.org/licenses/Apache-2.0
5
- Bundle-Version: 4.11 .0
5
+ Bundle-Version: 4.12 .0
6
6
7
7
Include-Resource: \
8
- @logging-interceptor-4.11 .0.jar,\
9
- @okhttp-4.11 .0.jar,\
8
+ @logging-interceptor-4.12 .0.jar,\
9
+ @okhttp-4.12 .0.jar,\
10
10
11
11
Export-Package: \
12
12
okhttp3,\
You can’t perform that action at this time.
0 commit comments