Skip to content

Commit 2faa90a

Browse files
committed
upgrade dependencies
1 parent 1db60fd commit 2faa90a

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

elevator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.assertj</groupId>
2424
<artifactId>assertj-core</artifactId>
25-
<version>1.5.0</version>
25+
<version>1.6.1</version>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>

elevator-participant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.assertj</groupId>
2727
<artifactId>assertj-core</artifactId>
28-
<version>1.5.0</version>
28+
<version>1.6.1</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

elevator-server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<dependency>
2828
<groupId>javax.ws.rs</groupId>
2929
<artifactId>javax.ws.rs-api</artifactId>
30-
<version>2.0</version>
30+
<version>2.0.1</version>
3131
</dependency>
3232
<dependency>
3333
<!-- needed by web.xml to instantiate org.glassfish.jersey.servlet.ServletContainer -->
3434
<groupId>org.glassfish.jersey.containers</groupId>
3535
<artifactId>jersey-container-servlet-core</artifactId>
36-
<version>2.6</version>
36+
<version>2.12</version>
3737
<scope>runtime</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.glassfish.jersey.media</groupId>
4141
<artifactId>jersey-media-multipart</artifactId>
42-
<version>2.6</version>
42+
<version>2.12</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>javax.servlet</groupId>
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>joda-time</groupId>
6161
<artifactId>joda-time</artifactId>
62-
<version>2.3</version>
62+
<version>2.4</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.guava</groupId>
6666
<artifactId>guava</artifactId>
67-
<version>16.0.1</version>
67+
<version>18.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>junit</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.assertj</groupId>
7777
<artifactId>assertj-core</artifactId>
78-
<version>1.5.0</version>
78+
<version>1.6.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<jetty.version>9.2.0.M0</jetty.version>
15+
<jetty.version>9.2.3.v20140905</jetty.version>
1616
</properties>
1717
<modules>
1818
<module>elevator-core</module>

0 commit comments

Comments
 (0)