Skip to content

Commit 098ee3c

Browse files
Bump version.okhttp from 3.14.7 to 4.12.0 (#3640)
Bumps `version.okhttp` from 3.14.7 to 4.12.0. Updates `com.squareup.okhttp3:okhttp` from 3.14.7 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.14.7...parent-4.12.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.9.1 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.1...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1a4172 commit 098ee3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apm-agent-plugins/apm-dubbo-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.squareup.okhttp3</groupId>
4141
<artifactId>okhttp</artifactId>
42-
<version>3.14.7</version>
42+
<version>4.12.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<version.jackson>2.14.2</version.jackson>
120120
<version.junit>5.9.1</version.junit>
121121
<version.junit.vintage>4.13.2</version.junit.vintage>
122-
<version.okhttp>4.9.1</version.okhttp>
122+
<version.okhttp>4.12.0</version.okhttp>
123123
<!-- this is the last version of slf4j that is compatible with Java 7-->
124124
<version.slf4j>1.7.36</version.slf4j>
125125
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability

0 commit comments

Comments
 (0)