Upgrade forbiddenapis to version 3.8

This commit is contained in:
Uwe Schindler 2024-10-07 12:25:26 +02:00
parent cbd8b5218a
commit 17cbb985a1
2 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,11 @@ Bug Fixes
* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended
when they were not sorted by startOffset. (Seunghan Jung)
Build
---------------------
* Upgrade forbiddenapis to version 3.8. (Uwe Schindler)
Other
---------------------
(No changes)

View File

@ -76,7 +76,7 @@ zstd = { module = "com.github.luben:zstd-jni", version.ref = "zstd" }
benmanes-versions = "com.github.ben-manes.versions:0.51.0"
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9"
errorprone = "net.ltgt.errorprone:3.1.0"
forbiddenapis = "de.thetaphi.forbiddenapis:3.7"
forbiddenapis = "de.thetaphi.forbiddenapis:3.8"
jacocolog = "org.barfuin.gradle.jacocolog:3.1.0"
owasp-dependencycheck = "org.owasp.dependencycheck:7.2.0"
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"