|
45 | 45 | <jwt.version>3.12.0</jwt.version> |
46 | 46 | <cryptolib.version>1.4.1</cryptolib.version> |
47 | 47 |
|
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> |
51 | 50 | <kxml2.version>2.3.0</kxml2.version> |
52 | 51 |
|
53 | 52 | <slf4j.version>1.7.30</slf4j.version> |
|
111 | 110 | <version>${okhttp.version}</version> |
112 | 111 | </dependency> |
113 | 112 | <dependency> |
114 | | - <groupId>com.burgstaller</groupId> |
| 113 | + <groupId>io.github.rburgst</groupId> |
115 | 114 | <artifactId>okhttp-digest</artifactId> |
116 | 115 | <version>${okhttp-digest.version}</version> |
117 | 116 | </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> |
118 | 122 |
|
119 | 123 | <!-- Test --> |
120 | 124 | <dependency> |
|
138 | 142 | <dependency> |
139 | 143 | <groupId>com.squareup.okhttp3</groupId> |
140 | 144 | <artifactId>mockwebserver</artifactId> |
141 | | - <version>${okhttp.mockwebserver.version}</version> |
| 145 | + <version>${okhttp.version}</version> |
142 | 146 | <scope>test</scope> |
143 | 147 | </dependency> |
144 | 148 | <dependency> |
|
203 | 207 | <plugin> |
204 | 208 | <groupId>org.owasp</groupId> |
205 | 209 | <artifactId>dependency-check-maven</artifactId> |
206 | | - <version>6.1.0</version> |
| 210 | + <version>6.1.5</version> |
207 | 211 | <configuration> |
208 | 212 | <cveValidForHours>24</cveValidForHours> |
209 | 213 | <failBuildOnCVSS>0</failBuildOnCVSS> |
|
0 commit comments