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

Bump batikVersion from 1.17 to 1.18 #706

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps batikVersion from 1.17 to 1.18.
Updates org.apache.xmlgraphics:batik-svggen from 1.17 to 1.18

Updates org.apache.xmlgraphics:batik-svgrasterizer from 1.17 to 1.18

Updates org.apache.xmlgraphics:batik-codec from 1.17 to 1.18

Updates org.apache.xmlgraphics:batik-bridge from 1.17 to 1.18

Updates org.apache.xmlgraphics:batik-script from 1.17 to 1.18

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `batikVersion` from 1.17 to 1.18.

Updates `org.apache.xmlgraphics:batik-svggen` from 1.17 to 1.18

Updates `org.apache.xmlgraphics:batik-svgrasterizer` from 1.17 to 1.18

Updates `org.apache.xmlgraphics:batik-codec` from 1.17 to 1.18

Updates `org.apache.xmlgraphics:batik-bridge` from 1.17 to 1.18

Updates `org.apache.xmlgraphics:batik-script` from 1.17 to 1.18

---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik-svggen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-svgrasterizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-bridge
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.xmlgraphics:batik-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 9, 2024
@pjfanning
Copy link
Contributor

2024-10-09T14:14:25.6931423Z > Task :poi:check
2024-10-09T14:14:28.7590039Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:96: error: module not found: batik.anim
2024-10-09T14:14:28.7591311Z     requires static batik.anim;
2024-10-09T14:14:28.7591840Z                          ^
2024-10-09T14:14:28.7592136Z 
2024-10-09T14:14:28.7593208Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:97: error: module not found: batik.awt.util
2024-10-09T14:14:28.7594929Z     requires static batik.awt.util;
2024-10-09T14:14:28.7595471Z                              ^
2024-10-09T14:14:28.7596724Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:98: error: module not found: batik.bridge
2024-10-09T14:14:28.7597921Z     requires static batik.bridge;
2024-10-09T14:14:28.7598423Z                          ^
2024-10-09T14:14:28.7599617Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:99: error: module not found: batik.codec
2024-10-09T14:14:28.7600810Z     requires static batik.codec;
2024-10-09T14:14:28.7601306Z                          ^
2024-10-09T14:14:28.7602549Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:100: error: module not found: batik.constants
2024-10-09T14:14:28.7603781Z     requires static batik.constants;
2024-10-09T14:14:28.7604336Z                          ^
2024-10-09T14:14:28.7605578Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:101: error: module not found: batik.css
2024-10-09T14:14:28.7606795Z     requires static batik.css;
2024-10-09T14:14:28.7607288Z                          ^
2024-10-09T14:14:28.7609120Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:102: error: module not found: batik.dom
2024-10-09T14:14:28.7610225Z     requires static batik.dom;
2024-10-09T14:14:28.7610707Z                          ^
2024-10-09T14:14:28.7611824Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:103: error: module not found: batik.ext
2024-10-09T14:14:28.7612987Z     requires static batik.ext;
2024-10-09T14:14:28.7613501Z                          ^
2024-10-09T14:14:28.7614706Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:104: error: module not found: batik.gvt
2024-10-09T14:14:28.7615878Z     requires static batik.gvt;
2024-10-09T14:14:28.7616726Z                          ^
2024-10-09T14:14:28.7618010Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:105: error: module not found: batik.i18n
2024-10-09T14:14:28.7619215Z     requires static batik.i18n;
2024-10-09T14:14:28.7619697Z                          ^
2024-10-09T14:14:28.7620962Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:106: error: module not found: batik.parser
2024-10-09T14:14:28.7622189Z     requires static batik.parser;
2024-10-09T14:14:28.7622704Z                          ^
2024-10-09T14:14:28.7623872Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:107: error: module not found: batik.script
2024-10-09T14:14:28.7625089Z     requires static batik.script;
2024-10-09T14:14:28.7625626Z                          ^
2024-10-09T14:14:28.7626897Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:109: error: module not found: batik.svg.dom
2024-10-09T14:14:28.7628159Z     requires static batik.svg.dom;
2024-10-09T14:14:28.7628702Z                              ^
2024-10-09T14:14:28.7629997Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:110: error: module not found: batik.svggen
2024-10-09T14:14:28.7631240Z     requires static batik.svggen;
2024-10-09T14:14:28.7631706Z                          ^
2024-10-09T14:14:28.7633030Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:111: error: module not found: batik.svgrasterizer
2024-10-09T14:14:28.7634343Z     requires static batik.svgrasterizer;
2024-10-09T14:14:28.7634914Z                          ^
2024-10-09T14:14:28.7636231Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:112: error: module not found: batik.transcoder
2024-10-09T14:14:28.7637479Z     requires static batik.transcoder;
2024-10-09T14:14:28.7638068Z                          ^
2024-10-09T14:14:28.7639319Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:113: error: module not found: batik.util
2024-10-09T14:14:28.7640544Z     requires static batik.util;
2024-10-09T14:14:28.7641050Z                          ^
2024-10-09T14:14:28.7642752Z /home/runner/work/poi/poi/poi-ooxml/src/main/java9/module-info.java:114: error: module not found: batik.xml
2024-10-09T14:14:28.7644299Z     requires static batik.xml;
2024-10-09T14:14:28.7644819Z                          ^
2024-10-09T14:14:28.7645271Z 18 errors
2024-10-09T14:14:28.7645770Z > Task :poi-ooxml:compileJava9 FAILED

@pjfanning
Copy link
Contributor

I found the commit.
apache/xmlgraphics-batik@04b46fd

There is an important typo in what should be 'bridge'.

org.apache.xmlgraphics.batik.brdige

@asfgit asfgit closed this Oct 9, 2024
@asfgit asfgit deleted the dependabot/gradle/batikVersion-1.18 branch October 9, 2024 17:48
Copy link
Author

dependabot bot commented on behalf of github Oct 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

2 participants