Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit eac92ca

Browse files
author
Florian Wallner
authored
Merge pull request #228 from dacrome/bump-dependencies-and-plugins
Bump dependencies and plugins
2 parents 19028ba + 4247e01 commit eac92ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.fasterxml.jackson.core</groupId>
100100
<artifactId>jackson-databind</artifactId>
101-
<version>2.6.7</version>
101+
<version>2.8.1</version>
102102
</dependency>
103103

104104
<dependency>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>cglib</groupId>
126126
<artifactId>cglib-nodep</artifactId>
127-
<version>3.2.2</version>
127+
<version>3.2.4</version>
128128
<scope>test</scope>
129129
</dependency>
130130

@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-jar-plugin</artifactId>
268-
<version>3.0.0</version>
268+
<version>3.0.2</version>
269269
<configuration>
270270
<archive>
271271
<manifest>
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.codehaus.mojo</groupId>
295295
<artifactId>build-helper-maven-plugin</artifactId>
296-
<version>1.10</version>
296+
<version>1.11</version>
297297
<executions>
298298
<execution>
299299
<id>add-test-source</id>
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.jacoco</groupId>
315315
<artifactId>jacoco-maven-plugin</artifactId>
316-
<version>0.7.6.201602180812</version>
316+
<version>0.7.7.201606060606</version>
317317
<configuration>
318318
<dataFile>${project.build.directory}/coverage-reports/jacoco.exec</dataFile>
319319
<destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
@@ -348,7 +348,7 @@
348348

349349
<plugin>
350350
<artifactId>maven-source-plugin</artifactId>
351-
<version>3.0.0</version>
351+
<version>3.0.1</version>
352352
<executions>
353353
<execution>
354354
<id>attach-sources</id>

0 commit comments

Comments
 (0)