Skip to content

Commit

Permalink
Revert SB to 2.7.18 for backwards compatibility
Browse files Browse the repository at this point in the history
Revert SB to 2.7.18 for backwards compatibility

#431
  • Loading branch information
smcvb committed Apr 22, 2024
1 parent 325f0db commit b2b0175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amqp-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<kotlin.version>1.9.21</kotlin.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<rabbitmq.version>5.20.0</rabbitmq.version>

<spring.version>5.3.34</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>

<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.23.1</log4j.version>
Expand Down

0 comments on commit b2b0175

Please sign in to comment.