Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0#1712

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.0
Sep 2, 2024
Merged

build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0#1712
lvca merged 1 commit into
mainfrom
dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 2, 2024

Bumps org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0.

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • See full diff 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-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Sep 2, 2024
@lvca lvca self-assigned this Sep 2, 2024
@lvca lvca added this to the 24.8.1 milestone Sep 2, 2024
@lvca lvca merged commit 723e769 into main Sep 2, 2024
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.0 branch September 2, 2024 14:25
mergify Bot added a commit that referenced this pull request Mar 4, 2026
…6.0.3 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 5.28.10 to 6.0.3.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.0.3
> -----
>
> This is a refinement release that brings improvements and dependency updates.
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * fix(values): Add support for multiple iterations over values of List Value [#1716](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1716)
>
> #### 🔧 Build
>
> ---
>
> * build(semgrep): Add .semgrepignore [#1719](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1719)
> * build(semgrep): Update .semgrepignore [#1723](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1723)
> * build(deps): update dependencies [#1727](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1727)
>
> 6.0.2
> -----
>
> This is a refinement release that brings several improvements and dependency updates.
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * feature(observation): Set driver dependency as provided [#1708](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1708)
> * feat(query-api): Add support for bearer and none tokens [#1713](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1713)
>
> #### 🔧 Build
>
> ---
>
> * build(deps): Update dependencies [#1709](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1709) [#1712](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1712)
>
> 6.0.1
> -----
>
> The `neo4j-java-driver-bom` has been updated to not import `netty-bom`.
>
> If you are using Netty Native Transport, please ensure to either:
>
> * Use a compatible Netty Native Transport version with Netty version used by the driver.
> * Import `netty-bom` with the desired Netty version (at present, the driver is shipped with Netty 4.2+)
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * feat(bom): delete netty-bom from neo4j-java-driver-bom [#1707](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1707)
>
> 6.0.0
> -----
>
> This release brings news features, general improvements and dependency updates.

... (truncated)


Commits

* [`defe99e`](neo4j/neo4j-java-driver@defe99e) build(deps): update dependencies ([#1727](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1727))
* [`d6e6dde`](neo4j/neo4j-java-driver@d6e6dde) build(semgrep): Update .semgrepignore ([#1723](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1723))
* [`7ba01ab`](neo4j/neo4j-java-driver@7ba01ab) build(semgrep): Add .semgrepignore ([#1719](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1719))
* [`4506611`](neo4j/neo4j-java-driver@4506611) fix(values): Add support for multiple iterations over values of List Value (#...
* [`b432eb0`](neo4j/neo4j-java-driver@b432eb0) build(deps): Update dependencies ([#1712](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1712))
* [`e51d31e`](neo4j/neo4j-java-driver@e51d31e) feat(query-api): Add support for bearer and none tokens ([#1713](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1713))
* [`3c60d6b`](neo4j/neo4j-java-driver@3c60d6b) build(deps): Update dependencies ([#1709](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1709))
* [`8d3232a`](neo4j/neo4j-java-driver@8d3232a) feature(observation): Set driver dependency as provided ([#1708](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1708))
* [`82f74a1`](neo4j/neo4j-java-driver@82f74a1) feat(bom): delete netty-bom from neo4j-java-driver-bom ([#1707](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1707))
* [`f96a053`](neo4j/neo4j-java-driver@f96a053) feat(bom): Add netty-bom to neo4j-java-driver-bom ([#1706](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1706))
* Additional commits viewable in [compare view](neo4j/neo4j-java-driver@5.28.10...6.0.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=5.28.10&new-version=6.0.3)](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 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