diff --git a/.gitignore b/.gitignore index 2be387e..ec405fd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ jredis.log *.ipr *.iws .sts4-cache +.factorypath diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 6648415..745db99 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-helloworld - 2.1.13.RELEASE + 2.1.15.RELEASE jar Spring AMQP Hello World https://www.spring.io @@ -16,8 +16,8 @@ true - 5.1.6.RELEASE - 2.1.13.RELEASE + 5.1.15.RELEASE + 2.1.15.RELEASE UTF-8 1.8 false diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 843d0a2..9b1f69c 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples log4j2 - 2.1.13.RELEASE + 2.1.15.RELEASE jar log4j2 @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.9.RELEASE + 2.1.14.RELEASE @@ -40,6 +40,18 @@ spring-boot-starter-log4j2 + + org.springframework.amqp + spring-amqp + 2.1.15.RELEASE + + + + org.springframework.amqp + spring-rabbit + 2.1.15.RELEASE + + org.springframework.boot spring-boot-starter-test diff --git a/spring-rabbit-confirms-returns/pom.xml b/spring-rabbit-confirms-returns/pom.xml index d7b1a3d..ebfd8bf 100644 --- a/spring-rabbit-confirms-returns/pom.xml +++ b/spring-rabbit-confirms-returns/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples spring-rabbit-confirms-returns - 2.1.13.RELEASE + 2.1.15.RELEASE jar spring-rabbit-confirms-returns @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.9.RELEASE + 2.1.14.RELEASE @@ -30,6 +30,18 @@ spring-boot-starter-amqp + + org.springframework.amqp + spring-amqp + 2.1.15.RELEASE + + + + org.springframework.amqp + spring-rabbit + 2.1.15.RELEASE + + org.springframework.boot spring-boot-starter-test diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml index cedaed8..98b70a4 100644 --- a/spring-rabbit-global-errorhandler/pom.xml +++ b/spring-rabbit-global-errorhandler/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-global-errorhandler - 2.1.13.RELEASE + 2.1.15.RELEASE jar spring-rabbit-global-errorhandler @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.9.RELEASE + 2.1.14.RELEASE @@ -30,10 +30,21 @@ spring-boot-starter-amqp + + org.springframework.amqp + spring-amqp + 2.1.15.RELEASE + + + + org.springframework.amqp + spring-rabbit + 2.1.15.RELEASE + + com.fasterxml.jackson.core jackson-databind - 2.9.8 diff --git a/spring-rabbit-json/pom.xml b/spring-rabbit-json/pom.xml index fd74b2c..37c4df4 100644 --- a/spring-rabbit-json/pom.xml +++ b/spring-rabbit-json/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-json - 2.1.13.RELEASE + 2.1.15.RELEASE jar spring-rabbit-json @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.9.RELEASE + 2.1.14.RELEASE @@ -30,10 +30,21 @@ spring-boot-starter-amqp + + org.springframework.amqp + spring-amqp + 2.1.15.RELEASE + + + + org.springframework.amqp + spring-rabbit + 2.1.15.RELEASE + + com.fasterxml.jackson.core jackson-databind - 2.9.8 diff --git a/stocks/pom.xml b/stocks/pom.xml index 3451a2b..5b0fa36 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-stocks - 2.1.13.RELEASE + 2.1.15.RELEASE war Spring Rabbit Stocks https://www.spring.io @@ -15,8 +15,8 @@ true - 5.1.6.RELEASE - 2.1.13.RELEASE + 5.1.15.RELEASE + 2.1.15.RELEASE UTF-8 1.8 false