Skip to content

Commit 8fd0b2f

Browse files
authored
Fixed build to include the correct dependency (#1402)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent d33d810 commit 8fd0b2f

File tree

1 file changed

+2
-2
lines changed
  • integration_test_suite/integration_tests

1 file changed

+2
-2
lines changed

integration_test_suite/integration_tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
</dependency>
8888
<dependency>
8989
<groupId>com.squareup.okhttp3</groupId>
90-
<artifactId>okhttp</artifactId>
91-
<version>4.12.0</version>
90+
<artifactId>okhttp-jvm</artifactId>
91+
<version>5.3.2</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)