Skip to content

Commit 46fe88e

Browse files
authored
chore: Update JavaDoc Maven Plugin to 3.12.0 (#979)
1 parent 9ea19cf commit 46fe88e

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ updates:
3636
- dependency-name: 'com.github.ekryd.sortpom:sortpom-maven-plugin'
3737
# used by deprecated code only, not worth updating for now
3838
- dependency-name: 'org.apache.axis2:*'
39-
# newer versions cause issues with our release process
40-
- dependency-name: 'org.apache.maven.plugins:maven-javadoc-plugin'
4139
# Ignore problematic license versions
4240
- dependency-name: 'com.sap.cloud.security:java-security'
4341
versions: ['3.6.1', '3.6.2']

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-javadoc-plugin</artifactId>
348-
<version>3.11.2</version>
348+
<version>3.12.0</version>
349349
<executions>
350350
<execution>
351351
<id>javadoc-jar</id>

dependency-bundles/modules-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>org.apache.maven.plugins</groupId>
274274
<artifactId>maven-javadoc-plugin</artifactId>
275-
<version>3.11.2</version>
275+
<version>3.12.0</version>
276276
<executions>
277277
<execution>
278278
<id>javadoc-jar</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<plugin>
516516
<groupId>org.apache.maven.plugins</groupId>
517517
<artifactId>maven-javadoc-plugin</artifactId>
518-
<version>3.11.2</version>
518+
<version>3.12.0</version>
519519
</plugin>
520520
<plugin>
521521
<groupId>com.sap.cloud.sdk.datamodel</groupId>

0 commit comments

Comments
 (0)