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

Commit 44ee673

Browse files
committed
Bump build dependencies
1 parent 49f7dde commit 44ee673

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ ext {
3434
reactorCoreVersion = "3.3.0.BUILD-SNAPSHOT"
3535

3636
// Logging
37-
slf4jVersion = '1.7.26'
37+
slf4jVersion = '1.7.28'
3838
logbackVersion = '1.2.3'
3939

4040
// Libraries
4141
rabbitMqJavaClientVersion = '5.7.3'
4242

4343
// Sample
44-
springBootVersion = '2.2.0.M4'
45-
springAmqpVersion = '2.2.0.M3'
44+
springBootVersion = '2.2.0.M6'
45+
springAmqpVersion = '2.2.0.RC1'
4646

4747
// Testing
4848
mockitoVersion = '3.0.0'
49-
junitPlatformVersion = '1.5.1'
50-
junitJupiterVersion = '5.5.1'
51-
assertjVersion = '3.12.2'
49+
junitPlatformVersion = '1.5.2'
50+
junitJupiterVersion = '5.5.2'
51+
assertjVersion = '3.13.2'
5252

5353
javadocLinks = ["https://docs.oracle.com/javase/7/docs/api/",
5454
"https://docs.oracle.com/javaee/6/api/",

0 commit comments

Comments
 (0)