Skip to content

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#1810) [skip ci]#1810

Merged
robfrank merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2
Nov 5, 2024
Merged

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#1810) [skip ci]#1810
robfrank merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

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.

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

Commits
  • ea9f049 [maven-release-plugin] prepare release surefire-3.5.2
  • e1f94a0 [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries
  • d24adb4 [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...
  • 4385e94 Remove links to non-existing report
  • 8881971 Remove outdated FAQ
  • 0121834 [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
  • 91d16c3 Fix formatting of XML schema files
  • 6cb417a Add .xsd to .gitattributes
  • 9ce5221 [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page
  • 620b983 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Nov 4, 2024
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]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2 branch from e2309c8 to 93dde0b Compare November 5, 2024 17:31
@robfrank robfrank changed the title build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#1810) [skip ci] Nov 5, 2024
@robfrank robfrank merged commit b466f48 into main Nov 5, 2024
@robfrank robfrank deleted the dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2 branch November 5, 2024 17:32
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)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=pdfmake&package-manager=npm\_and\_yarn&previous-version=0.3.1&new-version=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)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant