Skip to content

Commit 488b1cb

Browse files
authored
Upgrade okhttp to 4.12.0 for security fixes (#1226)
1 parent 33900b0 commit 488b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
5050
<!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
5151
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
52-
<okhttp.version>4.11.0</okhttp.version>
52+
<okhttp.version>4.12.0</okhttp.version>
5353
<gson.version>2.10.1</gson.version>
5454
<kotlin.version>1.9.10</kotlin.version>
5555
<!-- Note that we should not upgrade sfl4j-api to v2 to avoid confusions on the users side.

0 commit comments

Comments
 (0)