Skip to content

Commit

Permalink
deps: bump assertj to 3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jan 5, 2024
1 parent 5f730cb commit a80378f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: rootDir.toPath().resolve('shared.gradle').toFile()
ext {
isPublishable = true
pomName = 'Kubernetes Client API'
pomDescription = 'Main interfaces and Exception classes for te rest of com.marcnuri.yakc modules.'
pomDescription = 'Main interfaces and Exception classes for the rest of com.marcnuri.yakc modules.'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion shared.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
isPublishable = false
version_assertj = '3.23.1'
version_assertj = '3.25.1'
version_awaitility = '4.2.0'
version_bouncycastle = '1.77'
version_jackson = '2.10.1' // Matches transitive version for retrofit2:converter-jackson:2.8.1
Expand Down

0 comments on commit a80378f

Please sign in to comment.