Skip to content

Commit

Permalink
Update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Donnerbart committed Nov 27, 2024
1 parent 72f3ca4 commit f45b268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ allprojects {
plugins.apply("pmd")

pmd {
toolVersion = "5.7.0"
toolVersion = "5.8.1"
incrementalAnalysis.set(false)
}
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ reactor-adapter.version=3.3.3.RELEASE
# test dependencies
#
junit-jupiter.version=5.5.2
equalsverifier.version=3.1.13
mockito.version=2.18.3
equalsverifier.version=3.17.3
mockito.version=2.28.2
guava.version=24.1.1-jre
bouncycastle.version=1.59
paho.version=1.2.5
Expand All @@ -26,7 +26,7 @@ paho.version=1.2.5
#
hivemq-testcontainer.version=2.0.0
hivemq-extension-sdk.version=4.7.2
awaitility.version=4.1.1
awaitility.version=4.2.2
#
# plugins
#
Expand Down

0 comments on commit f45b268

Please sign in to comment.