From 215056a82f3f2f6fc16b473e11ec9bee60495813 Mon Sep 17 00:00:00 2001 From: Sha Sha Chu Date: Thu, 11 Jul 2019 15:08:30 -0700 Subject: [PATCH] Upgrade AssertJ to 3.12.2 (#520) Resolves dependency check report https://ossindex.sonatype.org/vuln/206ca2c3-5cae-41e0-9c8a-c696212b9956 --- build.gradle | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 40932a8111..c1bf9405c1 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext.deps = [ 'picocli' : 'info.picocli:picocli:3.9.6', // Testing libraries 'junit' : 'junit:junit:4.12', - 'assertj' : 'org.assertj:assertj-core:3.9.0', + 'assertj' : 'org.assertj:assertj-core:3.12.2', 'jimfs' : 'com.google.jimfs:jimfs:1.1' ] @@ -67,7 +67,7 @@ allprojects { tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 - + kotlinOptions { jvmTarget = '1.8' } diff --git a/pom.xml b/pom.xml index 8a44113e77..372a5bdbc0 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.3.9 3.9.6 4.12 - 3.9.0 + 3.12.2 1.1 false ${project.version}