Browse Source

forbiddenapis 3.4

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904373 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
2d44ca7fab
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      build.gradle
  2. 1
    1
      build.xml

+ 2
- 2
build.gradle View File

@@ -39,7 +39,7 @@ plugins {
id 'org.nosphere.apache.rat' version '0.8.0'
id 'distribution'
id "com.github.spotbugs" version '5.0.12'
id 'de.thetaphi.forbiddenapis' version '3.3'
id 'de.thetaphi.forbiddenapis' version '3.4'
id 'com.github.jk1.dependency-license-report' version '2.0'
id 'org.cyclonedx.bom' version '1.7.1'
}
@@ -892,4 +892,4 @@ cyclonedxBom {
outputFormat = "xml"
// Exclude BOM Serial Number
includeBomSerialNumber = true
}
}

+ 1
- 1
build.xml View File

@@ -349,7 +349,7 @@ under the License.

<!-- license and api checks -->
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15" usage="util"/>
<dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.3" usage="util"/>
<dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.4" usage="util"/>

<!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->

Loading…
Cancel
Save