Skip to content

Commit 2981dfe

Browse files
author
Michael Figuiere
committed
Update dependencies
1 parent 707e8c2 commit 2981dfe

4 files changed

Lines changed: 13 additions & 14 deletions

File tree

driver-core/pom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,19 @@
3636
<dependency>
3737
<groupId>com.google.guava</groupId>
3838
<artifactId>guava</artifactId>
39-
<version>14.0.1</version>
39+
<version>15.0</version>
4040
</dependency>
4141

4242
<dependency>
4343
<groupId>org.codehaus.jackson</groupId>
4444
<artifactId>jackson-core-asl</artifactId>
45-
<!-- Leave at 1.9.2 for Cassandra compatibility -->
46-
<version>1.9.2</version>
45+
<version>1.9.13</version>
4746
</dependency>
4847

4948
<dependency>
5049
<groupId>org.codehaus.jackson</groupId>
5150
<artifactId>jackson-mapper-asl</artifactId>
52-
<!-- Leave at 1.9.2 for Cassandra compatibility -->
53-
<version>[1.9.2]</version>
51+
<version>1.9.13</version>
5452
</dependency>
5553

5654
<dependency>
@@ -79,7 +77,7 @@
7977
<dependency>
8078
<groupId>org.testng</groupId>
8179
<artifactId>testng</artifactId>
82-
<version>6.8.1</version>
80+
<version>6.8.7</version>
8381
<scope>test</scope>
8482
</dependency>
8583

@@ -99,7 +97,7 @@
9997
<plugin>
10098
<groupId>org.apache.maven.plugins</groupId>
10199
<artifactId>maven-surefire-plugin</artifactId>
102-
<version>2.14</version>
100+
<version>2.16</version>
103101
<configuration>
104102
<groups>unit</groups>
105103
<useFile>false</useFile>
@@ -131,7 +129,7 @@
131129
<plugin>
132130
<groupId>org.apache.maven.plugins</groupId>
133131
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>2.14</version>
132+
<version>2.16</version>
135133
<configuration>
136134
<groups>unit,short</groups>
137135
<useFile>false</useFile>
@@ -155,7 +153,7 @@
155153
<plugin>
156154
<groupId>org.apache.maven.plugins</groupId>
157155
<artifactId>maven-surefire-plugin</artifactId>
158-
<version>2.14</version>
156+
<version>2.16</version>
159157
<configuration>
160158
<groups>unit,short,long</groups>
161159
<useFile>false</useFile>
@@ -179,7 +177,7 @@
179177
<plugin>
180178
<groupId>org.apache.maven.plugins</groupId>
181179
<artifactId>maven-surefire-plugin</artifactId>
182-
<version>2.14</version>
180+
<version>2.16</version>
183181
<configuration>
184182
<groups>unit,short,long,duration</groups>
185183
<useFile>false</useFile>
@@ -203,7 +201,7 @@
203201
<plugin>
204202
<groupId>org.apache.maven.plugins</groupId>
205203
<artifactId>maven-surefire-plugin</artifactId>
206-
<version>2.14</version>
204+
<version>2.16</version>
207205
<configuration>
208206
<groups>unit,doc</groups>
209207
<useFile>false</useFile>

driver-examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@
4949
<organization>DataStax</organization>
5050
</developer>
5151
</developers>
52-
5352
</project>

driver-examples/stress/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<plugins>
4949
<plugin>
5050
<artifactId>maven-assembly-plugin</artifactId>
51+
<version>2.4</version>
5152
<configuration>
5253
<archive>
5354
<manifest>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugins>
5858
<plugin>
5959
<artifactId>maven-compiler-plugin</artifactId>
60-
<version>2.5.1</version>
60+
<version>3.1</version>
6161
<configuration>
6262
<source>1.6</source>
6363
<target>1.6</target>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-javadoc-plugin</artifactId>
85-
<version>2.9</version>
85+
<version>2.9.1</version>
8686
<executions>
8787
<execution>
8888
<id>attach-javadocs</id>
@@ -94,6 +94,7 @@
9494
</plugin>
9595
<plugin>
9696
<artifactId>maven-assembly-plugin</artifactId>
97+
<version>2.4</version>
9798
<configuration>
9899
<descriptorRefs>
99100
<descriptorRef>jar-with-dependencies</descriptorRef>

0 commit comments

Comments
 (0)