Skip to content

Commit

Permalink
[Warthog] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Apr 27, 2019
1 parent 62b2cd3 commit 01fdcca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.jfrog.bintray" version "1.8.4"
id "com.github.ben-manes.versions" version "0.20.0"
id "com.github.ben-manes.versions" version "0.21.0"
}
apply plugin: "maven-publish"
apply plugin: "java"
Expand Down Expand Up @@ -70,10 +70,10 @@ project.ext.set("baseJvmArgs", baseJvmArgs)
allprojects {
ext {
awaitilityVersion = "3.1.6"
commonsLangVersion = "3.8.1"
commonsLangVersion = "3.9"
commonsMathsVersion = "3.6.1"
equalsverifierVersion = "3.1.4"
fulcrumVersion = "0.29.0"
equalsverifierVersion = "3.1.8"
fulcrumVersion = "0.31.0"
gsonVersion = "2.8.5"
gsonExtrasVersion = "0.2.1"
junitVersion = "4.12"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-5.1.1-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
DEFAULT_JVM_OPTS='"-Xmx64m"'

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
set DEFAULT_JVM_OPTS="-Xmx64m"

@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
Expand Down

0 comments on commit 01fdcca

Please sign in to comment.