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

Commit 8470d3d

Browse files
committed
Bump Spring Boot and Spring AMQP
For samples.
1 parent af39dcb commit 8470d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
ext {
3232
gradleScriptDir = "${rootProject.projectDir}/gradle"
3333

34-
reactorCoreVersion = "3.3.1.BUILD-SNAPSHOT"
34+
reactorCoreVersion = "3.3.0.RELEASE"
3535

3636
// Logging
3737
slf4jVersion = '1.7.28'
@@ -41,8 +41,8 @@ ext {
4141
rabbitMqJavaClientVersion = '5.7.3'
4242

4343
// Sample
44-
springBootVersion = '2.2.0.RELEASE'
45-
springAmqpVersion = '2.2.0.RELEASE'
44+
springBootVersion = '2.2.1.RELEASE'
45+
springAmqpVersion = '2.2.1.RELEASE'
4646

4747
// Testing
4848
mockitoVersion = '3.0.0'

0 commit comments

Comments
 (0)