HHH-13682 Upgrade to forbiddenapis 2.7

So that we can feed it Java 13/14 bytecode
This commit is contained in:
Yoann Rodière 2020-04-03 11:01:07 +02:00 committed by gbadner
parent 5eb8ee32c5
commit 1356e0abb8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'de.thetaphi:forbiddenapis:2.6'
classpath 'de.thetaphi:forbiddenapis:2.7'
}
}