Skip to content

Commit eddab73

Browse files
update dependencies
1 parent 270aa29 commit eddab73

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

pom.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
</profile>
6565
</profiles>
6666
<dependencies>
67-
<dependency>
68-
<groupId>com.googlecode.json-simple</groupId>
69-
<artifactId>json-simple</artifactId>
70-
<version>1.1.1</version>
71-
</dependency>
7267
<dependency>
7368
<groupId>org.apache.httpcomponents</groupId>
7469
<artifactId>httpclient</artifactId>
@@ -100,35 +95,30 @@
10095
<artifactId>base64</artifactId>
10196
<version>2.3.9</version>
10297
</dependency>
103-
<dependency>
104-
<groupId>commons-lang</groupId>
105-
<artifactId>commons-lang</artifactId>
106-
<version>2.6</version>
107-
<scope>test</scope>
108-
</dependency>
10998
<dependency>
11099
<groupId>org.hamcrest</groupId>
111-
<artifactId>hamcrest-all</artifactId>
112-
<version>1.3</version>
100+
<artifactId>hamcrest</artifactId>
101+
<version>2.2</version>
113102
<scope>test</scope>
114103
</dependency>
115104
</dependencies>
116105
<build>
117106
<plugins>
118107
<plugin>
119108
<artifactId>maven-antrun-plugin</artifactId>
109+
<version>3.1.0</version>
120110
<executions>
121111
<execution>
122112
<phase>generate-sources</phase>
123113
<configuration>
124-
<tasks>
114+
<target>
125115
<filterset id="filters">
126116
<filter token="VERSION" value="${project.version}" />
127117
</filterset>
128118
<copy preservelastmodified="true" file="./src/main/java/com/testingbot/resources/BuildUtils.template" tofile="./src/main/java/com/testingbot/BuildUtils.java" overwrite="true">
129119
<filterset refid="filters" />
130120
</copy>
131-
</tasks>
121+
</target>
132122
</configuration>
133123
<goals>
134124
<goal>run</goal>
@@ -215,7 +205,7 @@
215205
<plugin>
216206
<groupId>org.apache.maven.plugins</groupId>
217207
<artifactId>maven-gpg-plugin</artifactId>
218-
<version>1.6</version>
208+
<version>3.2.4</version>
219209
<executions>
220210
<execution>
221211
<id>sign-artifacts</id>
@@ -229,6 +219,7 @@
229219
<plugin>
230220
<groupId>org.apache.maven.plugins</groupId>
231221
<artifactId>maven-source-plugin</artifactId>
222+
<version>3.3.1</version>
232223
<executions>
233224
<execution>
234225
<id>attach-sources</id>
@@ -241,6 +232,7 @@
241232
<plugin>
242233
<groupId>org.apache.maven.plugins</groupId>
243234
<artifactId>maven-javadoc-plugin</artifactId>
235+
<version>3.6.3</version>
244236
<configuration>
245237
<source>8</source>
246238
<detectJavaApiLink>false</detectJavaApiLink>

0 commit comments

Comments
 (0)