Skip to content

Commit f3a4b48

Browse files
Chore(deps): Bump okhttp-urlconnection from 3.12.3 to 4.9.1
Bumps [okhttp-urlconnection](https://github.com/square/okhttp) from 3.12.3 to 4.9.1. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.12.3...parent-4.9.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd19f23 commit f3a4b48

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@
110110
</goals>
111111
<configuration>
112112
<propertyName>jacoco.surefire.argLine</propertyName>
113-
<excludes>
114-
<!-- Code implemented externally -->
115-
<exclude>org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory.*</exclude>
116-
<exclude>org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory$*.*</exclude>
117-
<!-- Sample only -->
118-
<exclude>org/kohsuke/github/example/**</exclude>
119-
<!-- Deprecated -->
120-
<exclude>org/kohsuke/github/extras/OkHttp3Connector.*</exclude>
121-
<exclude>org/kohsuke/github/EnforcementLevel.*</exclude>
122-
<exclude>org/kohsuke/github/GHPerson$1.*</exclude>
123-
</excludes>
124113
</configuration>
125114
</execution>
126115
<!-- attached to Maven test phase -->
@@ -171,6 +160,7 @@
171160

172161

173162
<!-- Deprecated -->
163+
<exclude>org.kohsuke.github.extras.OkHttpConnector</exclude>
174164
<exclude>org.kohsuke.github.extras.OkHttp3Connector</exclude>
175165
<exclude>org.kohsuke.github.EnforcementLevel</exclude>
176166
<exclude>org.kohsuke.github.GHPerson.1</exclude>
@@ -515,7 +505,7 @@
515505
<dependency>
516506
<groupId>com.squareup.okhttp3</groupId>
517507
<artifactId>okhttp-urlconnection</artifactId>
518-
<version>3.12.3</version>
508+
<version>4.9.1</version>
519509
<optional>true</optional>
520510
</dependency>
521511
<dependency>

0 commit comments

Comments
 (0)