Skip to content

Commit

Permalink
chore(deps): bump io.kubernetes:client-java from 18.0.0 to 18.0.1
Browse files Browse the repository at this point in the history
Bumps [io.kubernetes:client-java](https://github.com/kubernetes-client/java) from 18.0.0 to 18.0.1.
- [Release notes](https://github.com/kubernetes-client/java/releases)
- [Changelog](https://github.com/kubernetes-client/java/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/java@v18.0.0...v18.0.1)

---
updated-dependencies:
- dependency-name: io.kubernetes:client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and piotrwielgolaski-tomtom committed Aug 10, 2023
1 parent 30ade5b commit b62da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion james-controller-kubernetes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation project(':james-agent-common')
implementation project(':james-agent-io')
implementation "com.google.guava:guava:${versions.guava}"
implementation 'io.kubernetes:client-java:18.0.0'
implementation 'io.kubernetes:client-java:18.0.1'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
Expand Down

0 comments on commit b62da42

Please sign in to comment.