Skip to content

Commit

Permalink
Use the same SLF4J version than the stack uses
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Apr 21, 2018
1 parent 9fb149e commit 1668065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<properties>
<stack.version>3.6.0-SNAPSHOT</stack.version>
<rabbitmq.client.version>5.2.0</rabbitmq.client.version>
<slf4j.version>1.7.16</slf4j.version>
<slf4j.version>1.7.21</slf4j.version>
</properties>

<dependencyManagement>
Expand Down

2 comments on commit 1668065

@Sammers21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version should be also updated here: https://github.com/vert-x3/vertx-stack/blob/master/stack-manager/pom.xml#L44? Right?

@vietj
Copy link
Contributor Author

@vietj vietj commented on 1668065 May 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess so but its less important

Please sign in to comment.