|
65 | 65 | <dependency> |
66 | 66 | <groupId>org.apache.commons</groupId> |
67 | 67 | <artifactId>commons-lang3</artifactId> |
68 | | - <version>3.7</version> |
| 68 | + <version>3.8.1</version> |
69 | 69 | </dependency> |
70 | 70 |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.apache.commons</groupId> |
73 | 73 | <artifactId>commons-text</artifactId> |
74 | | - <version>1.3</version> |
| 74 | + <version>1.6</version> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <!-- Guava --> |
78 | 78 | <dependency> |
79 | 79 | <groupId>com.google.guava</groupId> |
80 | 80 | <artifactId>guava</artifactId> |
81 | | - <version>14.0.1</version> |
| 81 | + <version>18.0</version> |
82 | 82 | </dependency> |
83 | 83 |
|
84 | 84 | <dependency> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.slf4j</groupId> |
100 | 100 | <artifactId>slf4j-api</artifactId> |
101 | | - <version>1.6.4</version> |
| 101 | + <version>1.7.25</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <!-- Servlet API --> |
|
109 | 109 | <scope>provided</scope> |
110 | 110 | </dependency> |
111 | 111 |
|
112 | | - <!-- Jackson 1.x --> |
113 | | - <dependency> |
114 | | - <groupId>org.codehaus.jackson</groupId> |
115 | | - <artifactId>jackson-mapper-asl</artifactId> |
116 | | - <version>${jackson-version}</version> |
117 | | - </dependency> |
118 | | - |
119 | 112 | <!-- Jackson 2.x --> |
120 | 113 | <dependency> |
121 | 114 | <groupId>com.fasterxml.jackson.core</groupId> |
|
127 | 120 | <dependency> |
128 | 121 | <groupId>org.pegdown</groupId> |
129 | 122 | <artifactId>pegdown</artifactId> |
130 | | - <version>1.2.1</version> |
| 123 | + <version>1.6.0</version> |
131 | 124 | </dependency> |
132 | 125 |
|
133 | 126 | <!-- Humanize --> |
134 | 127 | <dependency> |
135 | 128 | <groupId>com.github.mfornos</groupId> |
136 | 129 | <artifactId>humanize-slim</artifactId> |
137 | | - <version>1.1.1</version> |
| 130 | + <version>${humanize.version}</version> |
| 131 | + </dependency> |
| 132 | + |
| 133 | + <dependency> |
| 134 | + <groupId>com.github.mfornos</groupId> |
| 135 | + <artifactId>humanize-icu</artifactId> |
| 136 | + <version>${humanize.version}</version> |
138 | 137 | </dependency> |
139 | 138 |
|
140 | 139 | <!-- Test dependencies --> |
141 | 140 | <dependency> |
142 | 141 | <groupId>ch.qos.logback</groupId> |
143 | 142 | <artifactId>logback-classic</artifactId> |
144 | | - <version>1.0.3</version> |
| 143 | + <version>1.2.3</version> |
145 | 144 | <scope>test</scope> |
146 | 145 | </dependency> |
147 | 146 |
|
|
422 | 421 | <properties> |
423 | 422 | <!-- Encoding UTF-8 --> |
424 | 423 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
425 | | - <jackson2-version>2.1.4</jackson2-version> |
426 | | - <jackson-version>1.9.12</jackson-version> |
| 424 | + <jackson2-version>2.9.7</jackson2-version> |
| 425 | + <humanize.version>1.2.2</humanize.version> |
427 | 426 | <jacoco.version>0.8.1</jacoco.version> |
428 | 427 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format> |
429 | 428 | <timestamp>${maven.build.timestamp}</timestamp> |
|
0 commit comments