aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-04 14:23:19 +0000
committerGitHub <noreply@github.com>2025-04-04 14:23:19 +0000
commit8cfc74b2c63dc6a987d10a2c7346785eca25a40a (patch)
treea50f98a790519a9d05586f826217ac1b85df71a3
parentfbd97d76726a683496e27b5cac4cd9a00b0d22b3 (diff)
downloadpoi-dependabot/gradle/de.thetaphi.forbiddenapis-3.9.tar.gz
poi-dependabot/gradle/de.thetaphi.forbiddenapis-3.9.zip
Bump de.thetaphi.forbiddenapis from 3.8 to 3.9dependabot/gradle/de.thetaphi.forbiddenapis-3.9
Bumps de.thetaphi.forbiddenapis from 3.8 to 3.9. --- updated-dependencies: - dependency-name: de.thetaphi.forbiddenapis dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1ce6a29e5c..774339cc36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ plugins {
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
id "com.github.spotbugs" version '6.0.27'
- id 'de.thetaphi.forbiddenapis' version '3.8'
+ id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.2.0'
id 'com.adarshr.test-logger' version '3.2.0'