Skip to content

Commit 3c912cb

Browse files
committed
Updated several dependencies. Increased the version to 0.1.3.
1 parent 1e1b109 commit 3c912cb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

palmetto/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>org.aksw</groupId>
1616
<artifactId>palmetto</artifactId>
17-
<version>0.1.2</version>
17+
<version>0.1.3</version>
1818
<name>Palmetto</name>
1919
<description>Palmetto is a quality measure tool for topics.</description>
2020
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<properties>
2525
<java.version>1.7</java.version>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27-
<slf4j-version>1.7.5</slf4j-version>
27+
<slf4j-version>1.7.32</slf4j-version>
2828
<lucene-version>4.4.0</lucene-version>
2929
<project.inceptionYear>2014</project.inceptionYear>
3030
</properties>
@@ -70,13 +70,13 @@
7070
<dependency>
7171
<groupId>commons-io</groupId>
7272
<artifactId>commons-io</artifactId>
73-
<version>2.4</version>
73+
<version>2.11.0</version>
7474
</dependency>
7575
<!-- cache implementations -->
7676
<dependency>
7777
<groupId>com.google.guava</groupId>
7878
<artifactId>guava</artifactId>
79-
<version>18.0</version>
79+
<version>31.0.1-jre</version>
8080
</dependency>
8181

8282
<!-- ~~~~~~~~~~~~~~~~~~~ Logging ~~~~~~~~~~~~~~~~~~~~~~ -->
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.slf4j</groupId>
9898
<artifactId>jul-to-slf4j</artifactId>
99-
<version>1.6.5</version>
99+
<version>${slf4j-version}</version>
100100
</dependency>
101101
<!-- ~~~~~~~~~~~~~~~~~~~ End Logging ~~~~~~~~~~~~~~~~~~~~~~ -->
102102

@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>junit</groupId>
107107
<artifactId>junit</artifactId>
108-
<version>4.8.1</version>
108+
<version>4.13.2</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<!-- ~~~~~~~~~~~~~~~~~~~ End Testing ~~~~~~~~~~~~~~~~~~~~~~ -->

webApp/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ default: build
33
build:
44
mvn clean package
55

6-
Major=1
7-
Minor=2
8-
Patch=0
6+
Major=0
7+
Minor=1
8+
Patch=3
99

1010
dockerize:
1111
docker build -t dicegroup/palmetto-service:latest .

webApp/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<!-- PROPERTIES -->
3232
<properties>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34-
<slf4j-version>1.7.5</slf4j-version>
34+
<slf4j-version>1.7.32</slf4j-version>
3535
<lucene-version>4.4.0</lucene-version>
36-
<spring.version>3.2.17.RELEASE</spring.version>
36+
<spring.version>5.3.13</spring.version>
3737
</properties>
3838

3939
<!-- DEVELOPERS -->
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.aksw</groupId>
7272
<artifactId>palmetto</artifactId>
73-
<version>0.1.2-SNAPSHOT</version>
73+
<version>0.1.3</version>
7474
</dependency>
7575
<!-- javax annotations -->
7676
<dependency>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.slf4j</groupId>
127127
<artifactId>jul-to-slf4j</artifactId>
128-
<version>1.6.5</version>
128+
<version>${slf4j-version}</version>
129129
</dependency>
130130
<!-- ~~~~~~~~~~~~~~~~~~~ End Logging ~~~~~~~~~~~~~~~~~~~~~~ -->
131131

@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>junit</groupId>
136136
<artifactId>junit</artifactId>
137-
<version>4.8.1</version>
137+
<version>4.13.2</version>
138138
<scope>test</scope>
139139
</dependency>
140140
<!-- ~~~~~~~~~~~~~~~~~~~ End Testing ~~~~~~~~~~~~~~~~~~~~~~ -->

0 commit comments

Comments
 (0)