Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.13.4 (#1743)

* Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.13.4

Bumps [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 6.9.2 to 6.13.4.
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.9.2...v6.13.4)

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Changing Fabric8 version in test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-26 16:14:35 -04:00
committed by GitHub
parent 7fb1741658
commit cdcc5870a7
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<name>Spring Cloud Kubernetes :: Dependencies</name>
<description>Spring Cloud Kubernetes Dependencies</description>
<properties>
<kubernetes-fabric8-client.version>6.9.2</kubernetes-fabric8-client.version>
<kubernetes-fabric8-client.version>6.13.4</kubernetes-fabric8-client.version>
<kubernetes-native-client.version>19.0.1</kubernetes-native-client.version>
<wiremock.version>3.4.2</wiremock.version>
</properties>

View File

@@ -37,7 +37,7 @@ class Fabric8UserAgentDefaultConfigurationTests {
@Test
void testUserAgent() {
String userAgent = client.getConfiguration().getUserAgent();
assertThat(userAgent).isEqualTo("fabric8-kubernetes-client/6.9.2");
assertThat(userAgent).isEqualTo("fabric8-kubernetes-client/6.13.4");
}
}