Skip to content

Commit af719ca

Browse files
Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 in /cnf (OpenEMS#2399)
* Bump com.squareup.okhttp3:logging-interceptor in /cnf Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 in /cnf Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update bnd --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <[email protected]>
1 parent 11e0001 commit af719ca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cnf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<!-- Used by com.influxdb: influxdb -->
4949
<groupId>com.squareup.okhttp3</groupId>
5050
<artifactId>logging-interceptor</artifactId>
51-
<version>4.11.0</version>
51+
<version>4.12.0</version>
5252
</dependency>
5353
<dependency>
5454
<!-- Used by com.influxdb: influxdb -->
5555
<groupId>com.squareup.okhttp3</groupId>
5656
<artifactId>okhttp</artifactId>
57-
<version>4.11.0</version>
57+
<version>4.12.0</version>
5858
</dependency>
5959
<dependency>
6060
<!-- Used by com.squareup.okhttp3: okhttp -->

io.openems.wrapper/bnd.bnd

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Bundle-Description: This wraps external java libraries that do not have OSGi hea
88
com.influxdb:influxdb-client-java;version='6.10.0',\
99
com.influxdb:influxdb-client-utils;version='6.10.0',\
1010
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',\
1313
com.squareup.retrofit2:retrofit;version='2.9.0',\
1414
com.squareup.retrofit2:converter-gson;version='2.9.0',\
1515
com.squareup.retrofit2:converter-scalars;version='2.9.0',\

io.openems.wrapper/okhttp.bnd

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Bundle-Name: okttp
22
Bundle-Description: Squares meticulous HTTP client for Java and Kotlin.
33
Bundle-DocURL: https://square.github.io/okhttp/
44
Bundle-License: https://opensource.org/licenses/Apache-2.0
5-
Bundle-Version: 4.11.0
5+
Bundle-Version: 4.12.0
66

77
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,\
1010

1111
Export-Package: \
1212
okhttp3,\

0 commit comments

Comments
 (0)