Skip to content

Commit 5a0be02

Browse files
authored
fix: bump dependencies to avoid CVE (#209)
Signed-off-by: Phil Adams <[email protected]>
1 parent 15fab27 commit 5a0be02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515

1616
<!-- This is the version associated with the Java core. -->
17-
<sdk-core-version>9.17.5</sdk-core-version>
17+
<sdk-core-version>9.18.5</sdk-core-version>
1818

1919
<testng-version>7.7.1</testng-version>
20-
<okhttp3-version>4.10.0</okhttp3-version>
20+
<okhttp3-version>4.11.0</okhttp3-version>
2121
<surefire-version>3.0.0-M7</surefire-version>
2222
<jacoco-plugin-version>0.8.8</jacoco-plugin-version>
2323
<maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>

0 commit comments

Comments
 (0)