Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ updates:
- dependency-name: 'com.github.ekryd.sortpom:sortpom-maven-plugin'
# used by deprecated code only, not worth updating for now
- dependency-name: 'org.apache.axis2:*'
# newer versions cause issues with our release process
- dependency-name: 'org.apache.maven.plugins:maven-javadoc-plugin'
# Ignore problematic license versions
- dependency-name: 'com.sap.cloud.security:java-security'
versions: ['3.6.1', '3.6.2']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
continue-on-error: true
with:
workflow: javadoc.yaml
workflow-ref: main
workflow-ref: javadoc-aggregate-delombok-3.12.0
parameters: -f branch=${{ needs.create-release.outputs.release-name }}

create-release-notes-pr:
Expand Down
2 changes: 1 addition & 1 deletion dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<version>3.12.0</version>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down
2 changes: 1 addition & 1 deletion dependency-bundles/modules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<version>3.12.0</version>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<version>3.12.0</version>
</plugin>
<plugin>
<groupId>com.sap.cloud.sdk.datamodel</groupId>
Expand Down