Skip to content

Commit

Permalink
Dependencies updates (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored and jplock committed Nov 18, 2018
1 parent 9102ef4 commit 3ac68ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
10 changes: 5 additions & 5 deletions dropwizard-bom/pom.xml
Expand Up @@ -22,7 +22,7 @@
<guava.version>27.0-jre</guava.version>
<jersey.version>2.27</jersey.version>
<jackson.version>2.9.7</jackson.version>
<jetty.version>9.4.12.v20180830</jetty.version>
<jetty.version>9.4.14.v20181114</jetty.version>
<servlet.version>3.0.0.v201112011016</servlet.version>
<metrics4.version>4.0.3</metrics4.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>9.0.12</version>
<version>9.0.13</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.23.1-GA</version>
<version>3.24.0-GA</version>
</dependency>
<dependency>
<groupId>com.fasterxml</groupId>
Expand All @@ -170,7 +170,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.9.2</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dropwizard-example/pom.xml
Expand Up @@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>

This comment has been minimized.

Copy link
@Tibor17

Tibor17 Nov 24, 2018

Use 3.0.0-M1. It's stable on Linux and JDK 1.8.

</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -353,7 +353,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
<version>0.6.0</version>
<version>0.6.3</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
Expand Down Expand Up @@ -474,7 +474,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -536,7 +536,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.3.1</version>
<version>3.3.4</version>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
Expand Down

0 comments on commit 3ac68ac

Please sign in to comment.