[java-decompiler] fixes versions of test dependencies to make one stupid AI happy (TPV-2349)
GitOrigin-RevId: abc48a40d5911f2a37bf6c6ca35ed230d5f014ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e2d2701ca9
commit
c0f01b9773
@@ -1,3 +1,4 @@
|
||||
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
apply plugin: 'java'
|
||||
|
||||
compileJava {
|
||||
@@ -12,8 +13,8 @@ sourceSets {
|
||||
|
||||
repositories { jcenter() }
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.+'
|
||||
testCompile 'org.assertj:assertj-core:3.+'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.assertj:assertj-core:3.12.2'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user