Skip to content

Commit 171bcb4

Browse files
committed
Dependency updates
1 parent c0b316b commit 171bcb4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,16 @@
433433
<artifactId>okhttp</artifactId>
434434
<version>${okhttp-version}</version>
435435
</dependency>
436+
<dependency>
437+
<groupId>com.squareup.okio</groupId>
438+
<artifactId>okio</artifactId>
439+
<version>${okio-version}</version>
440+
</dependency>
441+
<dependency>
442+
<groupId>org.bouncycastle</groupId>
443+
<artifactId>bcprov-jdk18on</artifactId>
444+
<version>${bcprov-jdk18on-version}</version>
445+
</dependency>
436446
<dependency>
437447
<groupId>org.hamcrest</groupId>
438448
<artifactId>hamcrest-junit</artifactId>
@@ -660,6 +670,8 @@
660670
<client-java-version>18.0.1</client-java-version>
661671
<kotlin-stdlib-version>1.9.0</kotlin-stdlib-version>
662672
<okhttp-version>4.11.0</okhttp-version>
673+
<okio-version>3.5.0</okio-version>
674+
<bcprov-jdk18on-version>1.76</bcprov-jdk18on-version>
663675
<junit.jupiter.version>5.10.0</junit.jupiter.version>
664676
<junit.vintage.version>5.7.1</junit.vintage.version>
665677
<junit.platform.version>1.7.0</junit.platform.version>
@@ -673,7 +685,7 @@
673685
<jackson-databind-version>2.15.2</jackson-databind-version>
674686
<snakeyaml-version>2.1</snakeyaml-version>
675687
<gson-version>2.10.1</gson-version>
676-
<dependency-check-version>8.3.1</dependency-check-version>
688+
<dependency-check-version>8.4.0</dependency-check-version>
677689
<slf4j-version>2.0.7</slf4j-version>
678690
<logback-classic-version>1.4.11</logback-classic-version>
679691
<root-generated-swagger>${project.basedir}/src-generated-swagger</root-generated-swagger>

0 commit comments

Comments
 (0)