Skip to content

Commit

Permalink
Merge pull request #688 from cheenamalhotra/dependency-update
Browse files Browse the repository at this point in the history
Updating multiple Maven Dependency and Plugin versions.
  • Loading branch information
cheenamalhotra authored May 1, 2018
2 parents 6ea661a + 7b73e02 commit 4a9c840
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.platform.version>1.1.1</junit.platform.version>
<junit.jupiter.version>5.1.1</junit.jupiter.version>
<junit.platform.version>1.2.0</junit.platform.version>
<junit.jupiter.version>5.2.0</junit.jupiter.version>
</properties>

<dependencies>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -267,7 +267,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -289,7 +289,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0</version>

<configuration>
<failOnError>true</failOnError>
Expand All @@ -308,7 +308,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<version>2.21.0</version>

<configuration>
<properties>
Expand Down

0 comments on commit 4a9c840

Please sign in to comment.