Skip to content

Commit

Permalink
fix #49
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgregorio committed Feb 8, 2019
1 parent f738da9 commit 3e29204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

<properties>
<feign.version>10.1.0</feign.version>
<jackson.version>2.9.5</jackson.version>
<hibernate.version>5.3.7.Final</hibernate.version>
<jackson.version>[2.9.8,)</jackson.version>
<deltaspike.version>1.9.0</deltaspike.version>
<hibernate.version>[5.3.6.Final,)</hibernate.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 3e29204

Please sign in to comment.