Skip to content

chore(deps): bump net.sourceforge.plantuml:plantuml from 1.2026.6 to 1.2026.7 in /examples - #1854

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/examples/main/net.sourceforge.plantuml-plantuml-1.2026.7
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/examples/main/net.sourceforge.plantuml-plantuml-1.2026.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026 •

Copy link
Copy Markdown
Contributor

Bumps net.sourceforge.plantuml:plantuml from 1.2026.6 to 1.2026.7.

Release notes

Sourced from net.sourceforge.plantuml:plantuml's releases.

v1.2026.7

What's Changed

New Contributors

Full Changelog: plantuml/plantuml@v1.2026.6...v1.2026.7

Changelog

Sourced from net.sourceforge.plantuml:plantuml's changelog.

V1.2026.7 (Aug 25, 2026)

... (truncated)

Commits
  • e131e27 🎉 version 1.2026.7
  • 27c11e2 Bump org.graalvm.buildtools.native from 1.1.9 to 1.1.10 (#2829)
  • 546bab5 🐛 fix activated/deactivated sequence issues
  • 71a10a1 🐛 fix exit code 0 when GraphViz/dot crashes during rendering
  • 54575fb ✨ js-plantuml: Open diagrams in live SVG and PNG tabs (#2831)
  • b4ca3f0 ✨ js-plantuml: Persist zoom and pan across deployments (#2830)
  • 7480bfc ✅ improve tests management
  • 23eabca ✅ skip PicoWebServer test
  • d350e7e ✅ skip ELK tests when ELK libraries are not available
  • 3700a42 ✨ js-plantuml: Persist URL sharing across deployments (#2827)
  • Additional commits viewable in compare view

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

Copy link
Copy Markdown
Member

Code Review — Automated

Summary

This bumps net.sourceforge.plantuml:plantuml from 1.2026.6 to 1.2026.7 in documentation/build.gradle and plantuml-plugin/build.gradle. It's a patch release, mostly bug fixes and rendering improvements upstream (release notes: fixed NPE with ELK, fixed image ownership in Docker, arrowhead fill fix, plus an XXE hardening fix for XmlFactories). No breaking changes are mentioned. However, the update is incomplete.


Should fix before merge — version not kept in sync with PlantumlPlugin.java

plantuml-plugin/src/main/java/io/freefair/gradle/plugins/plantuml/PlantumlPlugin.java, line 27

plantuml-plugin/build.gradle has a comment saying plantUmlVersion "should be kept in sync with src/main/java/io/freefair/gradle/plugins/plantuml/PlantumlPlugin.java", and that Java file hardcodes the same version as the default runtime dependency:

s.add(project.getDependencies().create("net.sourceforge.plantuml:plantuml:1.2026.6"));

This PR only updates the two build.gradle files, so PlantumlPlugin.java still pins 1.2026.6. After merging, the plugin would compile/test against 1.2026.7 but apply 1.2026.6 as the default PlantUML dependency for consumers, which is exactly the mismatch that comment warns about. PlantumlPlugin.java:27 needs to be bumped to 1.2026.7 too.


Result

Not safe to auto-merge as-is: the version bump is incomplete and leaves the plugin's default runtime dependency out of sync with the build. Once PlantumlPlugin.java is updated to 1.2026.7 as well, this should be fine to merge.


Generated by Claude Code

Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2026.6 to 1.2026.7.
- [Release notes](https://github.com/plantuml/plantuml/releases)
- [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md)
- [Commits](plantuml/plantuml@v1.2026.6...v1.2026.7)

---
updated-dependencies:
- dependency-name: net.sourceforge.plantuml:plantuml
  dependency-version: 1.2026.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/examples/main/net.sourceforge.plantuml-plantuml-1.2026.7 branch from ffc8545 to d425e50 Compare September 7, 2026 07:33
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like net.sourceforge.plantuml:plantuml is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/examples/main/net.sourceforge.plantuml-plantuml-1.2026.7 branch September 7, 2026 13:15
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