Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump version.kubernetes-client from 6.9.2 to 6.10.0 #2532

Merged
merged 1 commit into from
Jan 16, 2024
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
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
Loading