Skip to content

Commit 2043bf5

Browse files
build(deps): bump io.fabric8:kubernetes-client from 7.4.0 to 7.5.0
Bumps [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c448f0 commit 2043bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repositories {
2424
dependencies {
2525
kapt("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
2626
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
27-
implementation("io.fabric8:kubernetes-client:7.4.0")
28-
implementation("io.fabric8:kubernetes-httpclient-okhttp:7.4.0")
27+
implementation("io.fabric8:kubernetes-client:7.5.0")
28+
implementation("io.fabric8:kubernetes-httpclient-okhttp:7.5.0")
2929
implementation("com.github.fkorotkov:k8s-kotlin-dsl:3.5.0")
3030
implementation("io.lettuce:lettuce-core:6.8.2.RELEASE")
3131
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")// lettuce need this

0 commit comments

Comments
 (0)