Skip to content

Commit

Permalink
chore(deps): Bump version.kubernetes-client from 6.9.2 to 6.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Jan 16, 2024
1 parent c387c2b commit 3396cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Usage:
* Fix #2474: Remove Docker-related classes providing unused functionality
* Fix #2477: Support for Spring Boot 3.2.0 (and newer) layered jar format
* Fix #2503: Container Images Jolokia agent bumped to 2.0.0
* Fix #2532: Bump version.kubernetes-client from 6.9.2 to 6.10.0

### 1.15.0 (2023-11-10)
* Fix #2138: Support for Spring Boot Native Image
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<version.bouncycastle.bcpkix>1.76</version.bouncycastle.bcpkix>
<version.commons-codec>1.15</version.commons-codec>
<version.commons-compress>1.24.0</version.commons-compress>
<version.commons-compress>1.25.0</version.commons-compress> <!-- Must be kept in sync with the one used by the Kubernetes Client at all times -->
<version.commons-lang3>3.13.0</version.commons-lang3>
<version.commons-text>1.10.0</version.commons-text>
<version.gson>2.10.1</version.gson>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<version.jacoco>0.8.10</version.jacoco>
<version.json-smart>2.5.0</version.json-smart> <!-- Transitive dependency required by citrus -->
<version.junit5>5.10.0</version.junit5>
<version.kubernetes-client>6.9.2</version.kubernetes-client>
<version.kubernetes-client>6.10.0</version.kubernetes-client>
<version.license-maven-plugin>4.2</version.license-maven-plugin>
<version.lombok>1.18.28</version.lombok>
<version.lombok-maven-plugin>1.18.20.0</version.lombok-maven-plugin>
Expand Down

0 comments on commit 3396cc1

Please sign in to comment.