This is an automated email from the ASF dual-hosted git repository. mthl pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 81f82b12034b7e02827b8ebedf5e5fa544cd0b05 Author: Mathieu Lirzin <mathieu.lir...@nereide.fr> AuthorDate: Sat Nov 30 01:59:19 2019 +0100 Improved: Upgrade some dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ae9e523..98c7d93 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ plugins { id 'org.asciidoctor.convert' version '2.0.0' id 'org.owasp.dependencycheck' version '5.2.2' apply false id 'se.patrikerdes.use-latest-versions' version '0.2.12' apply false - id 'com.github.ben-manes.versions' version '0.25.0' apply false + id 'com.github.ben-manes.versions' version '0.27.0' apply false id "com.github.ManifestClasspath" version "0.1.0-RELEASE" } @@ -195,8 +195,8 @@ dependencies { implementation 'oro:oro:2.0.8' implementation 'wsdl4j:wsdl4j:1.6.3' implementation 'com.auth0:java-jwt:3.8.3' - testImplementation 'org.hamcrest:hamcrest-library:2.1' // Enable junit4 to not depend on hamcrest-1.3 - testImplementation 'org.mockito:mockito-core:3.1.0' + testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3 + testImplementation 'org.mockito:mockito-core:3.2.0' testImplementation 'com.pholser:junit-quickcheck-generators:0.9' runtimeOnly 'javax.xml.soap:javax.xml.soap-api:1.4.0' runtimeOnly 'de.odysseus.juel:juel-spi:2.2.7'