Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 8b4704f

Browse files
committed
Bump test dependencies
1 parent c43c541 commit 8b4704f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434

3535
// Logging
3636
slf4jVersion = '1.7.30'
37-
logbackVersion = '1.2.3'
37+
logbackVersion = '1.2.6'
3838

3939
// Libraries
4040
rabbitMqJavaClientVersion = '5.11.0'
@@ -45,9 +45,9 @@ ext {
4545

4646
// Testing
4747
mockitoVersion = '3.7.7'
48-
junitPlatformVersion = '1.7.0'
49-
junitJupiterVersion = '5.7.1'
50-
assertjVersion = '3.19.0'
48+
junitPlatformVersion = '1.8.1'
49+
junitJupiterVersion = '5.8.1'
50+
assertjVersion = '3.21.0'
5151

5252
javadocLinks = ["https://docs.oracle.com/javase/8/docs/api/",
5353
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",

0 commit comments

Comments
 (0)