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

Commit c1854cb

Browse files
committed
Bump samples and test dependencies
(cherry picked from commit 3c777a2)
1 parent f3e9fae commit c1854cb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ ext {
3939
rabbitMqJavaClientVersion = '5.9.0'
4040

4141
// Sample
42-
springBootVersion = '2.2.6.RELEASE'
43-
springAmqpVersion = '2.2.5.RELEASE'
42+
springBootVersion = '2.3.0.RELEASE'
43+
springAmqpVersion = '2.2.7.RELEASE'
4444

4545
// Testing
4646
mockitoVersion = '3.3.3'
4747
junitPlatformVersion = '1.6.2'
4848
junitJupiterVersion = '5.6.2'
49-
assertjVersion = '3.15.0'
49+
assertjVersion = '3.16.1'
5050

5151
javadocLinks = ["https://docs.oracle.com/javase/7/docs/api/",
5252
"https://docs.oracle.com/javaee/6/api/",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
spring.rabbitmq.host=localhost
2+
spring.rabbitmq.port=5672
3+
spring.rabbitmq.username=guest
4+
spring.rabbitmq.password=guest

0 commit comments

Comments
 (0)