Skip to content

Commit

Permalink
Merge pull request #1110 from jpmorganchase/java14_compat
Browse files Browse the repository at this point in the history
Upgrade build files for java 14
  • Loading branch information
Krish1979 authored Jul 29, 2020
2 parents 89e50e4 + eb81248 commit 2869500
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ allprojects {

testCompile "junit:junit:4.12"
testCompile "org.assertj:assertj-core:3.9.1"
testCompile "org.mockito:mockito-core:2.23.0"
testCompile "org.mockito:mockito-core:3.4.4"
testCompile "com.openpojo:openpojo:0.8.10"
testCompile "com.github.stefanbirkner:system-rules:1.18.0"
testCompile "nl.jqno.equalsverifier:equalsverifier:3.1.5"
testCompile "nl.jqno.equalsverifier:equalsverifier:3.4.1"
compile "com.github.jnr:jnr-unixsocket:0.28"
compile "de.mkammerer:argon2-jvm:2.5"
compile "javax.validation:validation-api:2.0.1.Final"
Expand Down
4 changes: 2 additions & 2 deletions ddls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.1</version>
<version>2.1.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.5.6</version>
<version>3.0.5</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<version>0.8.5</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
Expand Down Expand Up @@ -745,7 +745,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.4.4</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -1024,7 +1024,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.1.5</version>
<version>3.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1417,7 +1417,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.5</version>

<reportSets>
<reportSet>
Expand Down

0 comments on commit 2869500

Please sign in to comment.