|
14 | 14 | <modelVersion>4.0.0</modelVersion>
|
15 | 15 | <groupId>org.aksw</groupId>
|
16 | 16 | <artifactId>palmetto</artifactId>
|
17 |
| - <version>0.1.2</version> |
| 17 | + <version>0.1.3</version> |
18 | 18 | <name>Palmetto</name>
|
19 | 19 | <description>Palmetto is a quality measure tool for topics.</description>
|
20 | 20 | <packaging>jar</packaging>
|
|
24 | 24 | <properties>
|
25 | 25 | <java.version>1.7</java.version>
|
26 | 26 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
27 |
| - <slf4j-version>1.7.5</slf4j-version> |
| 27 | + <slf4j-version>1.7.32</slf4j-version> |
28 | 28 | <lucene-version>4.4.0</lucene-version>
|
29 | 29 | <project.inceptionYear>2014</project.inceptionYear>
|
30 | 30 | </properties>
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>commons-io</groupId>
|
72 | 72 | <artifactId>commons-io</artifactId>
|
73 |
| - <version>2.4</version> |
| 73 | + <version>2.11.0</version> |
74 | 74 | </dependency>
|
75 | 75 | <!-- cache implementations -->
|
76 | 76 | <dependency>
|
77 | 77 | <groupId>com.google.guava</groupId>
|
78 | 78 | <artifactId>guava</artifactId>
|
79 |
| - <version>18.0</version> |
| 79 | + <version>31.0.1-jre</version> |
80 | 80 | </dependency>
|
81 | 81 |
|
82 | 82 | <!-- ~~~~~~~~~~~~~~~~~~~ Logging ~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.slf4j</groupId>
|
98 | 98 | <artifactId>jul-to-slf4j</artifactId>
|
99 |
| - <version>1.6.5</version> |
| 99 | + <version>${slf4j-version}</version> |
100 | 100 | </dependency>
|
101 | 101 | <!-- ~~~~~~~~~~~~~~~~~~~ End Logging ~~~~~~~~~~~~~~~~~~~~~~ -->
|
102 | 102 |
|
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>junit</groupId>
|
107 | 107 | <artifactId>junit</artifactId>
|
108 |
| - <version>4.8.1</version> |
| 108 | + <version>4.13.2</version> |
109 | 109 | <scope>test</scope>
|
110 | 110 | </dependency>
|
111 | 111 | <!-- ~~~~~~~~~~~~~~~~~~~ End Testing ~~~~~~~~~~~~~~~~~~~~~~ -->
|
|
0 commit comments