Skip to content

Commit 51eb7de

Browse files
authored
Update reactive Pulsar client to 0.5.3 (#617)
Also update various test dependencies: - Awaitility - Mockito - Testcontainers
1 parent fcf99aa commit 51eb7de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ micrometer-docs-gen = "1.0.2"
1010
micrometer-tracing = "1.2.4"
1111
protobuf = "3.21.5"
1212
pulsar = "3.1.2"
13-
pulsar-reactive = "0.5.2"
13+
pulsar-reactive = "0.5.3"
1414
reactor = "2023.0.4"
1515
spring = "6.1.5"
1616
# tests
1717
assertj = "3.25.3"
18-
awaitility = "4.2.0"
18+
awaitility = "4.2.1"
1919
jacoco = "0.8.9"
2020
json-path = "2.9.0"
2121
junit = "5.10.2"
2222
hamcrest = "2.2"
23-
mockito = "5.10.0"
23+
mockito = "5.11.0"
2424
spring-dep-mgmt = "1.1.4"
2525
spring-boot = "3.2.4-SNAPSHOT"
2626
spring-boot-for-docs = "3.2.4-SNAPSHOT"
2727
spring-cloud-stream = "4.1.0"
2828
spring-retry = "2.0.5"
2929
system-lambda = "1.2.1"
30-
testcontainers = "1.19.5"
30+
testcontainers = "1.19.7"
3131
# plugins
3232
antora = "1.0.0"
3333
antora-yml = "0.0.1"
34-
download = "5.5.0"
34+
download = "5.6.0"
3535
grgit = "5.2.2"
3636
nohttp = "0.0.11"
3737
shadow = "7.1.2"

0 commit comments

Comments
 (0)