Skip to content

Commit 692835e

Browse files
authored
Update forbiddenapis gradle plugin (#8202)
1 parent 8b63e5a commit 692835e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
id "com.diffplug.spotless" version "6.13.0"
1919
id 'com.github.spotbugs' version '5.0.14'
20-
id "de.thetaphi.forbiddenapis" version "3.5.1"
20+
id "de.thetaphi.forbiddenapis" version "3.8"
2121

2222
id 'pl.allegro.tech.build.axion-release' version '1.14.4'
2323
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'

gradle/forbiddenapis.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath "de.thetaphi:forbiddenapis:3.5.1"
8+
classpath "de.thetaphi:forbiddenapis:3.8"
99
}
1010
}
1111

@@ -27,5 +27,5 @@ afterEvaluate {
2727
}
2828

2929
dependencies {
30-
compileOnly group: 'de.thetaphi', name: 'forbiddenapis', version: '3.1'
30+
compileOnly group: 'de.thetaphi', name: 'forbiddenapis', version: '3.8'
3131
}

0 commit comments

Comments
 (0)