Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions-core/kubernetes-overlord-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</parent>

<properties>
<vertx.version>4.5.27</vertx.version>
<vertx.version>4.5.28</vertx.version>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ name: kubernetes fabric java client
license_category: binary
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 7.6.0
version: 7.8.0
libraries:
- io.fabric8: kubernetes-client-api
- io.fabric8: kubernetes-model-batch
Expand Down Expand Up @@ -1034,7 +1034,7 @@ name: vertx
license_category: binary
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 4.5.27
version: 4.5.28
libraries:
- io.vertx: vertx-auth-common
- io.vertx: vertx-core
Expand Down Expand Up @@ -1193,7 +1193,7 @@ name: com.squareup.okhttp3 okhttp
license_category: binary
module: extensions-core/kubernetes-extensions
license_name: Apache License version 2.0
version: 5.3.2
version: 5.4.0
libraries:
- com.squareup.okhttp3: okhttp
- com.squareup.okhttp3: okhttp-jvm
Expand All @@ -1205,7 +1205,7 @@ name: com.squareup.okhttp3 okhttp
license_category: binary
module: extensions-core/kubernetes-extensions
license_name: Apache License version 2.0
version: 5.3.2
version: 5.4.0
libraries:
- com.squareup.okhttp3: okhttp
- com.squareup.okhttp3: okhttp-jvm
Expand All @@ -1217,7 +1217,7 @@ name: com.squareup.okio okio
license_category: binary
module: extensions-core/kubernetes-extensions
license_name: Apache License version 2.0
version: 3.16.4
version: 3.17.0
libraries:
- com.squareup.okio: okio
- com.squareup.okio: okio-jvm
Expand All @@ -1228,7 +1228,7 @@ name: com.squareup.okio okio
license_category: binary
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 3.16.4
version: 3.17.0
libraries:
- com.squareup.okio: okio-jvm

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dropwizard.metrics.version>4.2.22</dropwizard.metrics.version>
<errorprone.annotations.version>2.50.0</errorprone.annotations.version>
<errorprone.version>2.49.0</errorprone.version>
<fabric8.version>7.6.0</fabric8.version>
<fabric8.version>7.8.0</fabric8.version>
<fastutil.version>8.5.4</fastutil.version>
<guava.version>32.1.3-jre</guava.version>
<guice.version>6.0.0</guice.version>
Expand Down Expand Up @@ -131,7 +131,7 @@
<testcontainers.version>2.0.5</testcontainers.version>
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<httpclient.version>4.5.13</httpclient.version>
<okhttp.version>5.3.2</okhttp.version>
<okhttp.version>5.4.0</okhttp.version>
<kubernetes.client.version>25.0.0-legacy</kubernetes.client.version>
<zookeeper.version>3.8.6</zookeeper.version>
<checkerframework.version>3.49.2</checkerframework.version>
Expand Down Expand Up @@ -497,7 +497,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.16.4</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
Loading