Skip to content

Commit

Permalink
Update dependencies in preparation for release 0.5.6 (#175)
Browse files Browse the repository at this point in the history
* Update Reactor to 3.6.7

* Update Junit Jupiter to 5.11.0-M2

* Update AssertJ to 3.26.0
  • Loading branch information
onobc committed Jun 12, 2024
1 parent 34f9439 commit e47bd59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
# under the License.
#
[versions]
assertj = "3.25.3"
assertj = "3.26.0"
# @pin
caffeine = "2.9.3"
checkstyle = "8.45.1"
# @pin
jackson = "2.14.2"
# @pin
jctools = "3.3.0"
junit-jupiter = "5.10.2"
junit-jupiter = "5.11.0-M2"
licenser = "0.6.1"
log4j = "2.23.1"
mockito = "5.12.0"
pulsar = "3.2.3"
rat-gradle = "0.8.0"
reactor = "3.6.6"
reactor = "3.6.7"
slf4j = "2.0.13"
spring-javaformat = "0.0.41"
testcontainers = "1.19.8"
Expand Down

0 comments on commit e47bd59

Please sign in to comment.