HHH-12946 Upgrade to fobiddenapis 2.6 (compatible with JDK11)

This commit is contained in:
Yoann Rodière 2018-10-15 11:44:41 +02:00 committed by Guillaume Smet
parent e6cd7d8495
commit 919e4a6a39
1 changed files with 1 additions and 1 deletions

View File

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