From 8ac3a10020aa1d42c18106571fe1b92613608bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Sat, 14 Sep 2019 15:04:38 +0200 Subject: [PATCH] Bump kotlin test version --- pmd-lang-test/pom.xml | 6 ++++++ pom.xml | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pmd-lang-test/pom.xml b/pmd-lang-test/pom.xml index c1a03ab2c7..cb9294fb80 100644 --- a/pmd-lang-test/pom.xml +++ b/pmd-lang-test/pom.xml @@ -105,6 +105,12 @@ compile + + org.jetbrains.kotlin + kotlin-reflect + compile + + org.jetbrains.kotlin kotlin-stdlib-jdk8 diff --git a/pom.xml b/pom.xml index edd6ca710e..afcd1d347f 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a ${maven.compiler.test.target} - 1.2.61 + 1.3.0 0.9.18 @@ -780,6 +780,13 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a test + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + test + + org.jetbrains.kotlin kotlin-test-junit