Skip to content

Commit 44e7d1a

Browse files
Bump de.thetaphi:forbiddenapis from 3.9 to 3.10 (#23845)
* Bump de.thetaphi:forbiddenapis from 3.9 to 3.10 Bumps [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.9 to 3.10. - [Commits](policeman-tools/forbidden-apis@3.9...3.10) --- updated-dependencies: - dependency-name: de.thetaphi:forbiddenapis dependency-version: '3.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update commons-io bundled signature to use version variable --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Othello Maurer <[email protected]>
1 parent e0225b3 commit 44e7d1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674
<plugin>
675675
<groupId>de.thetaphi</groupId>
676676
<artifactId>forbiddenapis</artifactId>
677-
<version>3.9</version>
677+
<version>3.10</version>
678678
</plugin>
679679
<plugin>
680680
<groupId>com.github.eirslett</groupId>
@@ -870,8 +870,7 @@
870870
<bundledSignature>jdk-reflection</bundledSignature>
871871
<!-- disallow undocumented classes like sun.misc.Unsafe: -->
872872
<bundledSignature>jdk-non-portable</bundledSignature>
873-
<!-- Workaround until signatures for ${commons-io.version} are released: -->
874-
<bundledSignature>commons-io-unsafe-2.14.0</bundledSignature>
873+
<bundledSignature>commons-io-unsafe-${commons-io.version}</bundledSignature>
875874
</bundledSignatures>
876875
<signatures>
877876
<![CDATA[

0 commit comments

Comments
 (0)