Skip to content

Commit d7b04af

Browse files
committed
Use Jedis 3.8.0 and Java 8 since it's required by Jedis now
2 parents 417975a + 142c634 commit d7b04af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-source-plugin</artifactId>
133-
<version>2.2.1</version>
133+
<version>3.2.1</version>
134134
<executions>
135135
<execution>
136136
<id>attach-sources</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-javadoc-plugin</artifactId>
146-
<version>2.9.1</version>
146+
<version>3.3.1</version>
147147
<executions>
148148
<execution>
149149
<id>attach-javadocs</id>
@@ -196,12 +196,12 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-source-plugin</artifactId>
199-
<version>3.0.1</version>
199+
<version>3.2.1</version>
200200
</plugin>
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>2.10.4</version>
204+
<version>3.3.1</version>
205205
<configuration>
206206
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
207207
<links>
@@ -300,7 +300,7 @@
300300
<dependency>
301301
<groupId>junit</groupId>
302302
<artifactId>junit</artifactId>
303-
<version>4.13.1</version>
303+
<version>4.13.2</version>
304304
<scope>test</scope>
305305
</dependency>
306306
<dependency>

0 commit comments

Comments
 (0)