We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc681d2 commit 6f4a06eCopy full SHA for 6f4a06e
pom.xml
@@ -65,6 +65,7 @@
65
<version.jackson>2.10.0</version.jackson>
66
<version.slf4j>1.7.25</version.slf4j>
67
<version.common-lang3>3.5</version.common-lang3>
68
+ <version.joni>2.1.31</version.joni>
69
<version.logback>1.2.3</version.logback>
70
<version.junit>4.12</version.junit>
71
<version.mockito>2.7.21</version.mockito>
@@ -90,7 +91,7 @@
90
91
<dependency>
92
<groupId>org.jruby.joni</groupId>
93
<artifactId>joni</artifactId>
- <version>2.1.31</version>
94
+ <version>${version.joni}</version>
95
</dependency>
96
97
<groupId>ch.qos.logback</groupId>
0 commit comments