Skip to content

Commit

Permalink
Merge pull request #99 from OpsLevel/dependabot/maven/com.squareup.ok…
Browse files Browse the repository at this point in the history
…http3-okhttp-4.12.0

Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
  • Loading branch information
qr8r authored Nov 14, 2023
2 parents 1fc916e + 0b29d03 commit 344d6d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver -->
<dependency>
Expand Down Expand Up @@ -186,6 +186,11 @@
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down

0 comments on commit 344d6d2

Please sign in to comment.