Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps gremlin.version from 3.6.5 to 3.7.0.
Updates org.apache.tinkerpop:gremlin-core from 3.6.5 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-core's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.
  • Removed gremlin-io-test and moved that IO type of testing to gremlin-util.
  • Bumped Groovy to 4.0.9.
  • Bumped GMavenPlus to 2.1.0.
  • Bumped Spark to 3.3.2.
  • Enabled building and testing with JDK 17.
  • Raised minimum node version for gremlin-javascript and gremlint to node 18

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • 18ea3d5 Merge branch '3.6-dev'
  • 0eb5211 Updated tx docs a little bit in preparation for release CTR
  • d70aa4e CTR Upgrade to node 16 and update upgrade docs
  • de52226 Merge branch '3.6-dev'
  • eeaf6b1 resolve merge conflicts
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-server from 3.6.5 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-server's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.
  • Removed gremlin-io-test and moved that IO type of testing to gremlin-util.
  • Bumped Groovy to 4.0.9.
  • Bumped GMavenPlus to 2.1.0.
  • Bumped Spark to 3.3.2.
  • Enabled building and testing with JDK 17.
  • Raised minimum node version for gremlin-javascript and gremlint to node 18

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • 18ea3d5 Merge branch '3.6-dev'
  • 0eb5211 Updated tx docs a little bit in preparation for release CTR
  • d70aa4e CTR Upgrade to node 16 and update upgrade docs
  • de52226 Merge branch '3.6-dev'
  • eeaf6b1 resolve merge conflicts
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-groovy from 3.6.5 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.
  • Removed gremlin-io-test and moved that IO type of testing to gremlin-util.
  • Bumped Groovy to 4.0.9.
  • Bumped GMavenPlus to 2.1.0.
  • Bumped Spark to 3.3.2.
  • Enabled building and testing with JDK 17.
  • Raised minimum node version for gremlin-javascript and gremlint to node 18

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • 18ea3d5 Merge branch '3.6-dev'
  • 0eb5211 Updated tx docs a little bit in preparation for release CTR
  • d70aa4e CTR Upgrade to node 16 and update upgrade docs
  • de52226 Merge branch '3.6-dev'
  • eeaf6b1 resolve merge conflicts
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-test from 3.6.5 to 3.7.0

Changelog

Sourced from org.apache.tinkerpop:gremlin-test's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.
  • Removed gremlin-io-test and moved that IO type of testing to gremlin-util.
  • Bumped Groovy to 4.0.9.
  • Bumped GMavenPlus to 2.1.0.
  • Bumped Spark to 3.3.2.
  • Enabled building and testing with JDK 17.
  • Raised minimum node version for gremlin-javascript and gremlint to node 18

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • 18ea3d5 Merge branch '3.6-dev'
  • 0eb5211 Updated tx docs a little bit in preparation for release CTR
  • d70aa4e CTR Upgrade to node 16 and update upgrade docs
  • de52226 Merge branch '3.6-dev'
  • eeaf6b1 resolve merge conflicts
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `gremlin.version` from 3.6.5 to 3.7.0.

Updates `org.apache.tinkerpop:gremlin-core` from 3.6.5 to 3.7.0
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.5...3.7.0)

Updates `org.apache.tinkerpop:gremlin-server` from 3.6.5 to 3.7.0
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.5...3.7.0)

Updates `org.apache.tinkerpop:gremlin-groovy` from 3.6.5 to 3.7.0
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.5...3.7.0)

Updates `org.apache.tinkerpop:gremlin-test` from 3.6.5 to 3.7.0
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.6.5...3.7.0)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-test
  dependency-type: direct:development
  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 Aug 7, 2023
@lvca lvca self-assigned this Oct 16, 2023
@lvca lvca closed this Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

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.

@dependabot dependabot bot deleted the dependabot/maven/gremlin.version-3.7.0 branch October 16, 2023 22:52
mergify bot added a commit that referenced this pull request Sep 8, 2025
… to 2.19.0 [skip ci]

Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.18.0 to 2.19.0.
Release notes

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

> 2.19.0
> ------
>
> 💥 Breaking changes
> -----------------------
>
> * Removed numeric and mercury comparators, further refactoring ([#1222](https://redirect.github.com/mojohaus/versions/pull/1222)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 🚀 New features and improvements
> -------------------------------
>
> * Parallel version updates ([#1207](https://redirect.github.com/mojohaus/versions/pull/1207)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixes [#1140](https://redirect.github.com/mojohaus/versions/issues/1140): Added showVersionless (default true) ([#1187](https://redirect.github.com/mojohaus/versions/pull/1187)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 🐛 Bug Fixes
> -----------
>
> * Resolves [#1227](https://redirect.github.com/mojohaus/versions/issues/1227): revert working in case of a non-standard "pom.xml" filename ([#1263](https://redirect.github.com/mojohaus/versions/pull/1263)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Resolves [#1255](https://redirect.github.com/mojohaus/versions/issues/1255): set-property special case when a property has no value ([#1261](https://redirect.github.com/mojohaus/versions/pull/1261)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Resolves [#1251](https://redirect.github.com/mojohaus/versions/issues/1251): nextSnapshotIndexToIncrement should zeros on the right ([#1262](https://redirect.github.com/mojohaus/versions/pull/1262)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixed #1233- set-property in profile without module property ([#1234](https://redirect.github.com/mojohaus/versions/pull/1234)) [`@​mcarlett`](https://github.com/mcarlett)
> * Fix closing code tags ([#1206](https://redirect.github.com/mojohaus/versions/pull/1206)) [`@​pzygielo`](https://github.com/pzygielo)
> * Resolves [#1197](https://redirect.github.com/mojohaus/versions/issues/1197): Handling a no-version case in dependencyManagement for CompareDependenciesMojo ([#1198](https://redirect.github.com/mojohaus/versions/pull/1198)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixed the failed release build ([#1194](https://redirect.github.com/mojohaus/versions/pull/1194)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixed [#1191](https://redirect.github.com/mojohaus/versions/issues/1191): Processes (all) profiles from original model if transitive is false ([#1193](https://redirect.github.com/mojohaus/versions/pull/1193)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixes [#1140](https://redirect.github.com/mojohaus/versions/issues/1140) for reports ([#1188](https://redirect.github.com/mojohaus/versions/pull/1188)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixes [#1140](https://redirect.github.com/mojohaus/versions/issues/1140): Added showVersionless (default true) ([#1187](https://redirect.github.com/mojohaus/versions/pull/1187)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixes [#1182](https://redirect.github.com/mojohaus/versions/issues/1182) and [#1184](https://redirect.github.com/mojohaus/versions/issues/1184): Bug fixes ([#1185](https://redirect.github.com/mojohaus/versions/pull/1185)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 👻 Maintenance
> -------------
>
> * Remove manual default from docs for parameters ([#1264](https://redirect.github.com/mojohaus/versions/pull/1264)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Use default configuration for release-drafter ([#1256](https://redirect.github.com/mojohaus/versions/pull/1256)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Bump project version to 2.19.0-SNAPSHOT ([#1237](https://redirect.github.com/mojohaus/versions/pull/1237)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Exposing the problem causing artifact if Resolver throws an exception ([#1224](https://redirect.github.com/mojohaus/versions/pull/1224)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Site fix for rule-2.1.0.xsd and rule-2.0.0.xsd; getOutputPath() for reports ([#1223](https://redirect.github.com/mojohaus/versions/pull/1223)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Removed numeric and mercury comparators, further refactoring ([#1222](https://redirect.github.com/mojohaus/versions/pull/1222)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Pom helper refactoring ([#1221](https://redirect.github.com/mojohaus/versions/pull/1221)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * PR Automation only on close event ([#1220](https://redirect.github.com/mojohaus/versions/pull/1220)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Refactoring: ArtifactFactory and ArtifactVersionService ([#1218](https://redirect.github.com/mojohaus/versions/pull/1218)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Versions refactor 2 ([#1204](https://redirect.github.com/mojohaus/versions/pull/1204)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Refactoring: coalesce use-*-* goals. ([#1202](https://redirect.github.com/mojohaus/versions/pull/1202)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * PR Automation - must use pull\_request\_target ([#1205](https://redirect.github.com/mojohaus/versions/pull/1205)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Add PR Automation ([#1201](https://redirect.github.com/mojohaus/versions/pull/1201)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
>
> 📦 Dependency updates
> --------------------
>
> * Bump actions/stale from 9 to 10 ([#1265](https://redirect.github.com/mojohaus/versions/pull/1265)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 ([#1260](https://redirect.github.com/mojohaus/versions/pull/1260)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#1259](https://redirect.github.com/mojohaus/versions/pull/1259)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump byteBuddyVersion from 1.17.6 to 1.17.7 ([#1258](https://redirect.github.com/mojohaus/versions/pull/1258)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 92 to 93 ([#1257](https://redirect.github.com/mojohaus/versions/pull/1257)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 ([#1254](https://redirect.github.com/mojohaus/versions/pull/1254)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 ([#1253](https://redirect.github.com/mojohaus/versions/pull/1253)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`b625a90`](mojohaus/versions@b625a90) [maven-release-plugin] prepare release 2.19.0
* [`ba67cf1`](mojohaus/versions@ba67cf1) Bump actions/stale from 9 to 10
* [`28ac80d`](mojohaus/versions@28ac80d) Remove manual default from docs for parameters
* [`0ce0fba`](mojohaus/versions@0ce0fba) Resolves [#1227](https://redirect.github.com/mojohaus/versions/issues/1227): revert working in case a non-standard "pom.xml" file name is ...
* [`d547a03`](mojohaus/versions@d547a03) Resolves [#1255](https://redirect.github.com/mojohaus/versions/issues/1255): set-property special case when the property has no value ([#1261](https://redirect.github.com/mojohaus/versions/issues/1261))
* [`e99daf3`](mojohaus/versions@e99daf3) Resolves [#1251](https://redirect.github.com/mojohaus/versions/issues/1251): nextSnapshotIndexToIncrement should zero versions components ...
* [`7a05285`](mojohaus/versions@7a05285) Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 ([#1260](https://redirect.github.com/mojohaus/versions/issues/1260))
* [`7444785`](mojohaus/versions@7444785) Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1
* [`e3584a2`](mojohaus/versions@e3584a2) Bump byteBuddyVersion from 1.17.6 to 1.17.7
* [`129aad2`](mojohaus/versions@129aad2) Bump org.codehaus.mojo:mojo-parent from 92 to 93
* Additional commits viewable in [compare view](mojohaus/versions@2.18.0...2.19.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.codehaus.mojo:versions-maven-plugin&package-manager=maven&previous-version=2.18.0&new-version=2.19.0)](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.

2 participants