Skip to content

Commit

Permalink
Try upstream versions in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
soberich committed Nov 2, 2019
1 parent dbe3357 commit f916ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
*/
dependencies {
implementation(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9");
implementation(group: "com.github.fge", name: "msg-simple", version: "1.1");
implementation(group: "com.github.fge", name: "msg-simple", version: "1.2-SNAPSHOT");
implementation(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
testImplementation(group: "org.testng", name: "testng", version: "7.0.0-beta1") {
testImplementation(group: "org.testng", name: "testng", version: "6.8.7") {
exclude(group: "junit", module: "junit");
exclude(group: "org.beanshell", module: "bsh");
exclude(group: "org.yaml", module: "snakeyaml");
Expand Down

0 comments on commit f916ce4

Please sign in to comment.