Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit ab2919b

Browse files
bump okhttp and kotlin-stdlib dependencies
1 parent 76d6b52 commit ab2919b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
<jwt.version>3.12.0</jwt.version>
4646
<cryptolib.version>1.4.1</cryptolib.version>
4747

48-
<okhttp.version>4.7.2</okhttp.version>
49-
<okhttp-digest.version>2.4</okhttp-digest.version>
50-
<okhttp.mockwebserver.version>4.7.2</okhttp.mockwebserver.version>
48+
<okhttp.version>4.9.1</okhttp.version>
49+
<okhttp-digest.version>2.5</okhttp-digest.version>
5150
<kxml2.version>2.3.0</kxml2.version>
5251

5352
<slf4j.version>1.7.30</slf4j.version>
@@ -111,10 +110,15 @@
111110
<version>${okhttp.version}</version>
112111
</dependency>
113112
<dependency>
114-
<groupId>com.burgstaller</groupId>
113+
<groupId>io.github.rburgst</groupId>
115114
<artifactId>okhttp-digest</artifactId>
116115
<version>${okhttp-digest.version}</version>
117116
</dependency>
117+
<dependency> <!-- TMP fix for CVE-2020-29582 in okhttp -->
118+
<groupId>org.jetbrains.kotlin</groupId>
119+
<artifactId>kotlin-stdlib</artifactId>
120+
<version>1.4.32</version>
121+
</dependency>
118122

119123
<!-- Test -->
120124
<dependency>
@@ -138,7 +142,7 @@
138142
<dependency>
139143
<groupId>com.squareup.okhttp3</groupId>
140144
<artifactId>mockwebserver</artifactId>
141-
<version>${okhttp.mockwebserver.version}</version>
145+
<version>${okhttp.version}</version>
142146
<scope>test</scope>
143147
</dependency>
144148
<dependency>
@@ -203,7 +207,7 @@
203207
<plugin>
204208
<groupId>org.owasp</groupId>
205209
<artifactId>dependency-check-maven</artifactId>
206-
<version>6.1.0</version>
210+
<version>6.1.5</version>
207211
<configuration>
208212
<cveValidForHours>24</cveValidForHours>
209213
<failBuildOnCVSS>0</failBuildOnCVSS>

0 commit comments

Comments
 (0)