Skip to content

Commit

Permalink
Manage com.squareup.okio:okio quarkusio#26068
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jun 12, 2022
1 parent 85913ab commit 92e743d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
<mongo-client.version>4.3.4</mongo-client.version>
<mongo-crypt.version>1.2.1</mongo-crypt.version>
<proton-j.version>0.33.10</proton-j.version>
<okhttp.version>3.14.9</okhttp.version>
<okhttp.version>3.14.9</okhttp.version><!-- keep in sync with okio -->
<okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
<hibernate-quarkus-local-cache.version>0.1.1</hibernate-quarkus-local-cache.version>
<flapdoodle.mongo.version>3.3.0</flapdoodle.mongo.version>
<quarkus-spring-api.version>5.2.SP7</quarkus-spring-api.version>
Expand Down Expand Up @@ -3909,9 +3910,14 @@
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 92e743d

Please sign in to comment.