aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-02-27 06:26:24 -0800
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-27 10:59:58 -0800
commitf48e33f56b37de7bba6eb899df5ad536b5e23f3f (patch)
tree3fbd6281486c34918f94c48cfca3aebcf446096f /pom.xml
parente656b8ca8f5112a90ab016ce1afb0d76ec83ba7e (diff)
downloadcheckstyle-f48e33f56b37de7bba6eb899df5ad536b5e23f3f.tar.gz
config: bump forbiddenapis version to 2.3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 18d8e2bbd..ddead6827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -961,7 +961,7 @@
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
<configuration>
<targetVersion>${java.version}</targetVersion>
<failOnUnsupportedJava>false</failOnUnsupportedJava>