Skip to content

Commit

Permalink
Update forbiddenapis gradle plugin (#8202)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Jan 15, 2025
1 parent 8b63e5a commit 692835e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

id "com.diffplug.spotless" version "6.13.0"
id 'com.github.spotbugs' version '5.0.14'
id "de.thetaphi.forbiddenapis" version "3.5.1"
id "de.thetaphi.forbiddenapis" version "3.8"

id 'pl.allegro.tech.build.axion-release' version '1.14.4'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
Expand Down
4 changes: 2 additions & 2 deletions gradle/forbiddenapis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "de.thetaphi:forbiddenapis:3.5.1"
classpath "de.thetaphi:forbiddenapis:3.8"
}
}

Expand All @@ -27,5 +27,5 @@ afterEvaluate {
}

dependencies {
compileOnly group: 'de.thetaphi', name: 'forbiddenapis', version: '3.1'
compileOnly group: 'de.thetaphi', name: 'forbiddenapis', version: '3.8'
}

0 comments on commit 692835e

Please sign in to comment.