Skip to content

Commit

Permalink
deps: bump kubernetes-client to 6.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Mar 28, 2023
1 parent 2b1891f commit 72f99d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Usage:
### 1.12-SNAPSHOT
* Fix #1179: Move storageClass related functionality out of VolumePermissionEnricher to PersistentVolumeClaimStorageClassEnricher
* Fix #1273: Deprecate `jkube.io` annotation prefix in favor of `jkube.eclipse.org` for JKubeAnnotations
* Fix #2079: Bump kubernetes-client to 6.5.0
* Fix #2104: Bump kubernetes-client to 6.5.1 (#2079)
* Fix #2093: ClassCastException when extracting plugins from pom

### 1.11.0 (2023-02-16)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<version.jmockit>1.49</version.jmockit>
<version.json-smart>2.4.8</version.json-smart> <!-- Transitive dependency required by citrus -->
<version.junit5>5.9.2</version.junit5>
<version.kubernetes-client>6.5.0</version.kubernetes-client>
<version.kubernetes-client>6.5.1</version.kubernetes-client>
<version.license-maven-plugin>3.0</version.license-maven-plugin>
<version.lombok-maven-plugin>1.18.20.0</version.lombok-maven-plugin>
<version.maven-compiler-plugin>3.8.1</version.maven-compiler-plugin>
Expand Down

0 comments on commit 72f99d6

Please sign in to comment.