Conversation
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
e2309c8 to
93dde0b
Compare
mergify bot
added a commit
that referenced
this pull request
Jan 18, 2026
… [skip ci] Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.3.1 to 0.3.2. Release notes *Sourced from [pdfmake's releases](https://github.com/bpampuch/pdfmake/releases).* > 0.3.2 > ----- > > * Fixed non-working `open()` and `print()` methods in browser > * Added SVG validation: width and height must be specified (in SVG string/element or `svg` node) > * Added support for image scaling with only `height` defined > * Added custom `markerColor` for each item of `ul` and `ol` Changelog *Sourced from [pdfmake's changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md).* > 0.3.2 - 2026-01-11 > ------------------ > > * Fixed non-working `open()` and `print()` methods in browser > * Added SVG validation: width and height must be specified (in SVG string/element or `svg` node) > * Added support for image scaling with only `height` defined > * Added custom `markerColor` for each item of `ul` and `ol` Commits * [`2dd6c35`](bpampuch/pdfmake@2dd6c35) 0.3.2 * [`47f3742`](bpampuch/pdfmake@47f3742) refresh pdf examples * [`542c40b`](bpampuch/pdfmake@542c40b) update dependencies * [`f8a257e`](bpampuch/pdfmake@f8a257e) custom marker color for each item of ul/ol [#1810](https://redirect.github.com/bpampuch/pdfmake/issues/1810) * [`1f96b69`](bpampuch/pdfmake@1f96b69) added support for image scaling with only `height` defined [#1756](https://redirect.github.com/bpampuch/pdfmake/issues/1756) * [`ed940bc`](bpampuch/pdfmake@ed940bc) Added SVG validation: width and height must be specified [#2195](https://redirect.github.com/bpampuch/pdfmake/issues/2195) [#2062](https://redirect.github.com/bpampuch/pdfmake/issues/2062) * [`0e1fe17`](bpampuch/pdfmake@0e1fe17) Update .npmignore * [`1b8c67a`](bpampuch/pdfmake@1b8c67a) Fixed non-working `open()` and `print()` methods in browser [#2906](https://redirect.github.com/bpampuch/pdfmake/issues/2906) * See full diff in [compare view](bpampuch/pdfmake@0.3.1...0.3.2) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2.
Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
Commits
ea9f049[maven-release-plugin] prepare release surefire-3.5.2e1f94a0[SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retriesd24adb4[SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...4385e94Remove links to non-existing report8881971Remove outdated FAQ0121834[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin91d16c3Fix formatting of XML schema files6cb417aAdd .xsd to .gitattributes9ce5221[SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page620b983[SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA StackDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)