Skip to content

Commit

Permalink
spring-retry version pushed/unified to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Feb 11, 2021
1 parent 2df2217 commit a7823db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/model-impl/pom.xml
Expand Up @@ -222,13 +222,13 @@
<!--
Excluding javax.annotation-api coming via:
org.springframework.boot:spring-boot-starter-amqp -> org.springframework.amqp:spring-rabbit
-> org.springframework.amqp:spring-amqp -> org.springframework.retry:spring-retry:jar:1.3.0:runtime
-> org.springframework.amqp:spring-amqp -> org.springframework.retry:spring-retry:jar:1.3.1:runtime
-> javax.annotation:javax.annotation-api
-->
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit a7823db

Please sign in to comment.