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

Commit aa20a41

Browse files
committed
Bump Spring Boot and Spring AMQP in sample project
1 parent 7cda063 commit aa20a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ext {
4141
rabbitMqJavaClientVersion = '5.6.0'
4242

4343
// Sample
44-
springBootVersion = '2.1.2.RELEASE'
45-
springAmqpVersion = '2.1.3.RELEASE'
44+
springBootVersion = '2.1.3.RELEASE'
45+
springAmqpVersion = '2.1.4.RELEASE'
4646

4747
// Testing
4848
mockitoVersion = '2.25.0'

0 commit comments

Comments
 (0)