Skip to content

Commit b5aae13

Browse files
build: bump version.okhttp from 4.12.0 to 5.1.0
Bumps `version.okhttp` from 4.12.0 to 5.1.0. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8cc6249 commit b5aae13

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>4.12.0</version>
42+
<version>5.1.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
@@ -91,7 +91,7 @@
9191
<version.h2>1.4.196</version.h2>
9292
<version.junit>5.12.2</version.junit>
9393
<version.junit.vintage>4.13.2</version.junit.vintage>
94-
<version.okhttp>4.12.0</version.okhttp>
94+
<version.okhttp>5.1.0</version.okhttp>
9595
<!-- this is the last version of slf4j that is compatible with Java 7-->
9696
<version.slf4j>1.7.36</version.slf4j>
9797
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability

0 commit comments

Comments
 (0)