Skip to content

Commit 323d136

Browse files
Merge remote-tracking branch 'origin/dependency-version-update' into feb-2024-release
2 parents 7fbbfcf + a9fe2f9 commit 323d136

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

pom.xml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,25 +207,14 @@
207207
<groupId>com.squareup.okhttp3</groupId>
208208
<artifactId>okhttp</artifactId>
209209
<version>${okhttp-version}</version>
210-
<exclusions>
211-
<exclusion>
212-
<groupId>com.squareup.okio</groupId>
213-
<artifactId>okio</artifactId>
214-
</exclusion>
215-
</exclusions>
216-
</dependency>
217-
218-
<dependency>
219-
<groupId>com.squareup.okio</groupId>
220-
<artifactId>okio</artifactId>
221-
<version>3.4.0</version>
222210
</dependency>
223211

224212
<dependency>
225213
<groupId>com.squareup.okhttp3</groupId>
226214
<artifactId>logging-interceptor</artifactId>
227215
<version>${okhttp-version}</version>
228216
</dependency>
217+
229218
<dependency>
230219
<groupId>com.google.code.gson</groupId>
231220
<artifactId>gson</artifactId>
@@ -270,7 +259,7 @@
270259
<dependency>
271260
<groupId>commons-io</groupId>
272261
<artifactId>commons-io</artifactId>
273-
<version>2.11.0</version>
262+
<version>2.15.1</version>
274263
</dependency>
275264

276265
<!-- test dependencies -->
@@ -285,22 +274,22 @@
285274
<dependency>
286275
<groupId>com.cybersource</groupId>
287276
<artifactId>AuthenticationSdk</artifactId>
288-
<version>0.0.28</version>
277+
<version>0.0.29-SNAPSHOT</version>
289278
</dependency>
290279
</dependencies>
291280

292281
<properties>
293282
<java.version>1.7</java.version>
294283
<maven.compiler.source>${java.version}</maven.compiler.source>
295284
<maven.compiler.target>${java.version}</maven.compiler.target>
296-
<gson-fire-version>1.8.0</gson-fire-version>
285+
<gson-fire-version>1.9.0</gson-fire-version>
297286
<swagger-core-version>1.5.18</swagger-core-version>
298-
<okhttp-version>4.11.0</okhttp-version>
299-
<gson-version>2.8.9</gson-version>
300-
<jodatime-version>2.9.9</jodatime-version>
287+
<okhttp-version>4.12.0</okhttp-version>
288+
<gson-version>2.10.1</gson-version>
289+
<jodatime-version>2.12.5</jodatime-version>
301290
<maven-plugin-version>1.0.0</maven-plugin-version>
302291
<junit-version>4.13.2</junit-version>
303292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
304-
<log4j.version>2.20.0</log4j.version>
293+
<log4j.version>2.22.0</log4j.version>
305294
</properties>
306295
</project>

0 commit comments

Comments
 (0)