Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2#1

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

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2#1
robfrank merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 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)

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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 14, 2024
@robfrank robfrank merged commit e3820e5 into main Nov 14, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.2 branch November 14, 2024 23:06
mergify bot added a commit that referenced this pull request Oct 15, 2025
…4 [skip ci]

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14.
Release notes

*Sourced from [org.jacoco:jacoco-maven-plugin's releases](https://github.com/jacoco/jacoco/releases).*

> 0.8.14
> ------
>
> New Features
> ------------
>
> * JaCoCo now officially supports Java 25 (GitHub [#1950](https://redirect.github.com/jacoco/jacoco/issues/1950)).
> * Experimental support for Java 26 class files (GitHub [#1870](https://redirect.github.com/jacoco/jacoco/issues/1807)).
> * Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub [#1655](https://redirect.github.com/jacoco/jacoco/issues/1655)).
> * Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub [#1814](https://redirect.github.com/jacoco/jacoco/issues/1814), [#1954](https://redirect.github.com/jacoco/jacoco/issues/1954)).
> * Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub [#1956](https://redirect.github.com/jacoco/jacoco/issues/1956)).
> * Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub [#1929](https://redirect.github.com/jacoco/jacoco/issues/1929)).
> * Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub [#1945](https://redirect.github.com/jacoco/jacoco/issues/1945)).
> * Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub [#1871](https://redirect.github.com/jacoco/jacoco/issues/1871)).
> * Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub [#1911](https://redirect.github.com/jacoco/jacoco/issues/1911)).
> * Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub [#1885](https://redirect.github.com/jacoco/jacoco/issues/1885), [#1970](https://redirect.github.com/jacoco/jacoco/issues/1970), [#1971](https://redirect.github.com/jacoco/jacoco/issues/1971)).
>
> Fixed bugs
> ----------
>
> * Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub [#1813](https://redirect.github.com/jacoco/jacoco/issues/1813), [#1940](https://redirect.github.com/jacoco/jacoco/issues/1940)).
> * Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub [#1813](https://redirect.github.com/jacoco/jacoco/issues/1813), [#1940](https://redirect.github.com/jacoco/jacoco/issues/1940)).
>   Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub [#1819](https://redirect.github.com/jacoco/jacoco/issues/1819)).
>
> Non-functional Changes
> ----------------------
>
> * JaCoCo now depends on ASM 9.9 (GitHub [#1965](https://redirect.github.com/jacoco/jacoco/issues/1965)).


Commits

* [`2eb2483`](jacoco/jacoco@2eb2483) Prepare release v0.8.14
* [`de76181`](jacoco/jacoco@de76181) KotlinSerializableFilter should filter more methods ([#1971](https://redirect.github.com/jacoco/jacoco/issues/1971))
* [`89c4bd5`](jacoco/jacoco@89c4bd5) Fix NPE in KotlinSerializableFilter ([#1970](https://redirect.github.com/jacoco/jacoco/issues/1970))
* [`0981128`](jacoco/jacoco@0981128) Migrate release staging to the Central Publisher Portal ([#1968](https://redirect.github.com/jacoco/jacoco/issues/1968))
* [`d07bc6b`](jacoco/jacoco@d07bc6b) Add filter for bytecode generated by Kotlin serialization compiler plugin ([#1](https://redirect.github.com/jacoco/jacoco/issues/1)...
* [`5e35fd5`](jacoco/jacoco@5e35fd5) Upgrade maven-dependency-plugin to 3.9.0 ([#1966](https://redirect.github.com/jacoco/jacoco/issues/1966))
* [`c2fe5cc`](jacoco/jacoco@c2fe5cc) Upgrade ASM to 9.9 ([#1965](https://redirect.github.com/jacoco/jacoco/issues/1965))
* [`b0f8e23`](jacoco/jacoco@b0f8e23) KotlinSafeCallOperatorFilter should filter "unoptimized" safe call followed b...
* [`c7bd3f4`](jacoco/jacoco@c7bd3f4) Upgrade spotless-maven-plugin to 3.0.0 ([#1961](https://redirect.github.com/jacoco/jacoco/issues/1961))
* [`faa289d`](jacoco/jacoco@faa289d) KotlinSafeCallOperatorFilter should not be affected by presence of pseudo ins...
* Additional commits viewable in [compare view](jacoco/jacoco@v0.8.13...v0.8.14)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.13&new-version=0.8.14)](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)
mergify bot added a commit that referenced this pull request Jan 9, 2026
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) to 7.12.0 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together.
Updates `react-router` from 7.11.0 to 7.12.0
Release notes

*Sourced from [react-router's releases](https://github.com/remix-run/react-router/releases).*

> v7.12.0
> -------
>
> See the changelog for release notes: <https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120>


Changelog

*Sourced from [react-router's changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md).*

> 7.12.0
> ------
>
> ### Minor Changes
>
> * Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the `react-router.config.ts` config `allowedActionOrigins` field. ([#14708](https://redirect.github.com/remix-run/react-router/pull/14708))
>
> ### Patch Changes
>
> * Fix `generatePath` when used with suffixed params (i.e., "/books/:id.json") ([#14269](https://redirect.github.com/remix-run/react-router/pull/14269))
> * Export `UNSAFE_createMemoryHistory` and `UNSAFE_createHashHistory` alongside `UNSAFE_createBrowserHistory` for consistency. These are not intended to be used for new apps but intended to help apps usiong `unstable_HistoryRouter` migrate from v6->v7 so they can adopt the newer APIs. ([#14663](https://redirect.github.com/remix-run/react-router/pull/14663))
> * Escape HTML in scroll restoration keys ([#14705](https://redirect.github.com/remix-run/react-router/pull/14705))
> * Validate redirect locations ([#14706](https://redirect.github.com/remix-run/react-router/pull/14706))
> * [UNSTABLE] Pass `<Scripts nonce>` value through to the underlying `importmap` `script` tag when using `future.unstable_subResourceIntegrity` ([#14675](https://redirect.github.com/remix-run/react-router/pull/14675))
> * [UNSTABLE] Add a new `future.unstable_trailingSlashAwareDataRequests` flag to provide consistent behavior of `request.pathname` inside `middleware`, `loader`, and `action` functions on document and data requests when a trailing slash is present in the browser URL. ([#14644](https://redirect.github.com/remix-run/react-router/pull/14644))
>
>   Currently, your HTTP and `request` pathnames would be as follows for `/a/b/c` and `/a/b/c/`
>
>   | URL `/a/b/c` | **HTTP pathname** | **`request` pathname`** |
>   | --- | --- | --- |
>   | **Document** | `/a/b/c` | `/a/b/c` ✅ |
>   | **Data** | `/a/b/c.data` | `/a/b/c` ✅ |
>
>   | URL `/a/b/c/` | **HTTP pathname** | **`request` pathname`** |
>   | --- | --- | --- |
>   | **Document** | `/a/b/c/` | `/a/b/c/` ✅ |
>   | **Data** | `/a/b/c.data` | `/a/b/c` ⚠️ |
>
>   With this flag enabled, these pathnames will be made consistent though a new `_.data` format for client-side `.data` requests:
>
>   | URL `/a/b/c` | **HTTP pathname** | **`request` pathname`** |
>   | --- | --- | --- |
>   | **Document** | `/a/b/c` | `/a/b/c` ✅ |
>   | **Data** | `/a/b/c.data` | `/a/b/c` ✅ |
>
>   | URL `/a/b/c/` | **HTTP pathname** | **`request` pathname`** |
>   | --- | --- | --- |
>   | **Document** | `/a/b/c/` | `/a/b/c/` ✅ |
>   | **Data** | `/a/b/c/_.data` ⬅️ | `/a/b/c/` ✅ |
>
>   This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.
>
>   Enabling this flag also changes the format of client side `.data` requests from `/_root.data` to `/_.data` when navigating to `/` to align with the new format. This does not impact the `request` pathname which is still `/` in all cases.
> * Preserve `clientLoader.hydrate=true` when using `<HydratedRouter unstable_instrumentations>` ([#14674](https://redirect.github.com/remix-run/react-router/pull/14674))


Commits

* [`26653a6`](remix-run/react-router@26653a6) chore: Update version for release ([#14712](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14712))
* [`7ac2346`](remix-run/react-router@7ac2346) chore: Update version for release (pre) ([#14709](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14709))
* [`75b1ef5`](remix-run/react-router@75b1ef5) Add origin checks for UI route submissions ([#14708](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14708))
* [`c05ef93`](remix-run/react-router@c05ef93) Validate redirect locations ([#14706](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14706))
* [`c89c32c`](remix-run/react-router@c89c32c) Escape HTML in scroll restoration keys ([#14705](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14705))
* [`cbcbf30`](remix-run/react-router@cbcbf30) fix: pass nonce to importmap script when using subResourceIntegrity ([#14675](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14675))
* [`30f6c1d`](remix-run/react-router@30f6c1d) fix(react-router): handle parameters with static suffixes in generatePath ([#1](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/1)...
* [`7f140e0`](remix-run/react-router@7f140e0) Handle data requests with trailing slash consistently ([#14644](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14644))
* [`1954af6`](remix-run/react-router@1954af6) Preserve hydrate property on client loaders during instrumentation ([#14674](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14674))
* [`5ce5cd4`](remix-run/react-router@5ce5cd4) chore: format
* Additional commits viewable in [compare view](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router)
  
Updates `react-router-dom` from 7.11.0 to 7.12.0
Release notes

*Sourced from [react-router-dom's releases](https://github.com/remix-run/react-router/releases).*

> react-router-dom-v5-compat@6.4.0-pre.15
> ---------------------------------------
>
> ### Patch Changes
>
> * Updated dependencies
>   + react-router@6.4.0-pre.15
>   + react-router-dom@6.4.0-pre.15


Changelog

*Sourced from [react-router-dom's changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md).*

> 7.12.0
> ------
>
> ### Patch Changes
>
> * Updated dependencies:
>   + `react-router@7.12.0`


Commits

* [`26653a6`](remix-run/react-router@26653a6) chore: Update version for release ([#14712](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14712))
* [`7ac2346`](remix-run/react-router@7ac2346) chore: Update version for release (pre) ([#14709](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/14709))
* See full diff in [compare view](https://github.com/remix-run/react-router/commits/react-router-dom@7.12.0/packages/react-router-dom)
  
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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/robfrank/linklift/network/alerts).
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 dependency_approved java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant