Skip to content

chore(deps): bump org.apereo.cas:cas-server-webapp-tomcat from 6.6.15.2 to 8.0.1.1 in /examples - #1848

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/examples/main/org.apereo.cas-cas-server-webapp-tomcat-8.0.1.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/examples/main/org.apereo.cas-cas-server-webapp-tomcat-8.0.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apereo.cas:cas-server-webapp-tomcat from 6.6.15.2 to 8.0.1.1.

Release notes

Sourced from org.apereo.cas:cas-server-webapp-tomcat's releases.

v8.0.1

⭐ Release Notes

👫 Contributions

Special thanks to the following individuals for their excellent contributions:

v8.0.0

⭐ Release Notes

👫 Contributions

Special thanks to the following individuals for their excellent contributions:

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.apereo.cas:cas-server-webapp-tomcat [>= 7.a, < 8]
org.apereo.cas:cas-server-webapp-tomcat [>= 6.a, < 7]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 24, 2026

Copy link
Copy Markdown
Member

Code Review — Automated

Summary

This bumps org.apereo.cas:cas-server-webapp-tomcat in the war-overlay example from 5.3.16 to 8.0.1.1. Only one line changes, and the WAR-overlay mechanism itself (unzip + merge) doesn't execute any CAS code, so it's unlikely to break assemble/check on its own.


Should fix before merge — major version jump skips two majors that were previously blocked

examples/war/overlay/build.gradle, war.overlays.cas

This goes straight from 5.3.16 to 8.0.1.1, skipping CAS 6.x and 7.x entirely. The PR body itself shows ignore conditions for >= 6.a, < 7 and >= 7.a, < 8 — so those major upgrades were deliberately blocked before, probably for a reason. Starting with CAS 7.x (carried into 8.x), the project moved to Spring Boot 3 and the jakarta.* namespace, while this same example still declares providedCompile "javax.faces:javax.faces-api:2.3" (old javax namespace). It likely won't fail the build, but the example no longer represents a coherent/realistic overlay setup, and a 3-major-version leap deserves a manual look rather than a blind merge.


Result

Since this is a major version bump, it doesn't qualify for auto-merge for bot dependency PRs anyway (patch/minor only). Recommend a maintainer checks whether this example should be upgraded stepwise through 6.x/7.x instead, or whether the CAS overlay + javax.faces combo still makes sense at 8.x.


Generated by Claude Code

Bumps [org.apereo.cas:cas-server-webapp-tomcat](https://github.com/apereo/cas) from 6.6.15.2 to 8.0.1.1.
- [Release notes](https://github.com/apereo/cas/releases)
- [Commits](https://github.com/apereo/cas/commits)

---
updated-dependencies:
- dependency-name: org.apereo.cas:cas-server-webapp-tomcat
  dependency-version: 8.0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump org.apereo.cas:cas-server-webapp-tomcat from 5.3.16 to 8.0.1.1 in /examples chore(deps): bump org.apereo.cas:cas-server-webapp-tomcat from 6.6.15.2 to 8.0.1.1 in /examples Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/examples/main/org.apereo.cas-cas-server-webapp-tomcat-8.0.1.1 branch from 76ad638 to 1c890a6 Compare August 24, 2026 11:19
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1855.

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/examples/main/org.apereo.cas-cas-server-webapp-tomcat-8.0.1.1 branch August 31, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant