Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.apache:apache from 33 to 34 #2038

Merged
merged 3 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,13 @@
# under the License.

version: 2
# Add Maven Central explicitly to work around:
# https://github.com/dependabot/dependabot-core/issues/8329
registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2

updates:
# Dependencies for Maven
- package-ecosystem: 'maven'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 50
registries:
- maven-central
ignore:
- dependency-name: "jakarta.platform:*"
update-types: [ "version-update:semver-major" ]
Expand Down Expand Up @@ -82,8 +73,6 @@ updates:
schedule:
interval: 'daily'
open-pull-requests-limit: 50
registries:
- maven-central
ignore:
- dependency-name: "jakarta.servlet.*:*"
update-types: [ "version-update:semver-major" ]
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>33</version>
<version>34</version>
</parent>

<groupId>org.apache.shiro</groupId>
Expand Down Expand Up @@ -309,9 +309,9 @@
<excludePackageNames>org.apache.shiro.samples.*</excludePackageNames>
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/javase/${jdk.version}/docs/api/</link>
<link>https://docs.oracle.com/en/java/javase/${jdk.version}/docs/api/</link>
<link>https://www.slf4j.org/api/</link>
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
<link>https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
<link>https://junit.org/junit5/docs/${junit.version}/api/</link>
<link>https://www.quartz-scheduler.org/api/${quartz.docs.version}/</link>
Expand Down