Skip to content

Commit 5b7bfe0

Browse files
authored
fix: upgrade dependencies (casbin#260)
Signed-off-by: tangyang9464 <[email protected]>
1 parent 5b43351 commit 5b7bfe0

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

pom.xml

+13-10
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<properties>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46-
<slf4j.version>1.7.25</slf4j.version>
46+
<slf4j.version>1.7.36</slf4j.version>
4747
</properties>
4848

4949
<distributionManagement>
@@ -182,51 +182,54 @@
182182
<dependency>
183183
<groupId>junit</groupId>
184184
<artifactId>junit</artifactId>
185-
<version>4.13.1</version>
185+
<version>4.13.2</version>
186186
<scope>test</scope>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.googlecode.aviator</groupId>
190190
<artifactId>aviator</artifactId>
191-
<version>5.3.0-beta2</version>
191+
<version>5.3.0</version>
192192
</dependency>
193+
193194
<dependency>
194195
<groupId>com.github.seancfoley</groupId>
195196
<artifactId>ipaddress</artifactId>
196-
<version>4.2.0</version>
197+
<version>5.3.4</version>
197198
</dependency>
198199
<dependency>
199200
<groupId>commons-io</groupId>
200201
<artifactId>commons-io</artifactId>
201-
<version>2.7</version>
202+
<version>2.11.0</version>
202203
</dependency>
203204
<dependency>
204205
<groupId>org.openjdk.jmh</groupId>
205206
<artifactId>jmh-core</artifactId>
206-
<version>1.19</version>
207+
<version>1.34</version>
207208
<scope>test</scope>
208209
</dependency>
209210
<dependency>
210211
<groupId>org.openjdk.jmh</groupId>
211212
<artifactId>jmh-generator-annprocess</artifactId>
212-
<version>1.19</version>
213+
<version>1.34</version>
213214
<scope>test</scope>
214215
</dependency>
215216
<dependency>
216217
<groupId>org.apache.commons</groupId>
217218
<artifactId>commons-csv</artifactId>
218-
<version>1.8</version>
219+
<version>1.9.0</version>
219220
</dependency>
220221
<dependency>
221222
<groupId>com.google.code.gson</groupId>
222223
<artifactId>gson</artifactId>
223-
<version>2.8.9</version>
224+
<version>2.9.0</version>
224225
</dependency>
226+
225227
<dependency>
226228
<groupId>com.google.guava</groupId>
227229
<artifactId>guava</artifactId>
228-
<version>19.0</version>
230+
<version>31.1-jre</version>
229231
</dependency>
232+
230233
</dependencies>
231234

232235
</project>

0 commit comments

Comments
 (0)