Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Bumps gremlin.version from 3.5.2 to 3.6.0.
Updates gremlin-core from 3.5.2 to 3.6.0

Changelog

Sourced from gremlin-core's changelog.

=== TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.
  • Removed requirement that "ids" used to filter vertices and edges need to be all of a single type.
  • Created gremlin-annotations module where the @GremlinDsl annotation and related code has been moved.
  • Moved GremlinScriptChecker to gremlin-core from gremlin-groovy since it is not Groovy dependent.
  • Removed groovy and groovy-json dependencies from gremlin-driver as well as related JsonBuilder serialization support.
  • Replaced log4j usage with logback where builds rely on and packaged distributions now contain the latter.
  • Improved behavior of V() and E() when null is an argument producing a filtering behavior rather than an exception.
  • Prevented metrics computation unless the traversal is in a locked state.
  • Added syntax to Gremlin grammar to explicitly define byte, short and BigInteger.
  • Added syntax to Gremlin grammar to allow construction of a reference Vertex.
  • Changed Gremlin grammar to allow for Groovy-like syntax when parsing a Map literal.
  • Created a way to produce a corpus of Gremlin traversals via FeatureReader and DocumentationReader in gremlin-language.
  • Changed mechanism for determining if id equality with toString() is used by validating that elements of the predicate collection are all String rather than enforcing homogenous collections in the process.
  • Exposed Gherkin tests as part of the provider test suite.
  • Packaged Gherkin tests and data as standalone package as a convenience distribution.
  • Removed ProductiveByStrategy as a strategy that is applied by default.
  • Changed by() modulator semantics to consistently filter.
  • Removed previously deprecated Gryo MessageSerializer implementations.
  • Removed previously deprecated AuthenticationSettings.enableAuditLog.
  • Removed previously deprecated GroovyTranslator from gremlin-groovy module.
  • Removed previously deprecated Gremlin steps that conflicted with Python keywords.
  • Removed the dependency on six from gremlin-python.
  • Bumped to Apache Hadoop 3.3.1.
  • Bumped to Apache Spark 3.2.0.
  • Bumped node.js in gremlin-javascript to v16.13.0.
  • Changed NumberHelper to properly cast to byte and short rather than default coercing to Integer.
  • Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another.
  • Fixed a potential connection load balancing issue due to a race condition not updating the usage count.
  • Extended property()`` to allow for setting a Map` of property values.

==== Bugs

... (truncated)

Commits
  • ad2f67b TinkerPop 3.6.0 release
  • 8996ba5 Ignored some new website binaries (e.g. images) in validate-distribution.sh CTR
  • 4d87b8a Merge branch '3.5-dev'
  • 8b30b63 TinkerPop 3.5.3 release
  • 1dcf048 Removed check for docs - we no longer package those CTR
  • 0d9ae79 Included some exclusions for gremlin-go in source release
  • 78ae276 Minor adjustments to release steps
  • 92920d0 Fixed code sample so that it generates CTR
  • f9b81cc Updated gremlin-go code to support new godog tests that were added for 3.6.0....
  • 414684e Merge branch '3.5-dev'
  • Additional commits viewable in compare view

Updates gremlin-server from 3.5.2 to 3.6.0

Changelog

Sourced from gremlin-server's changelog.

=== TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.
  • Removed requirement that "ids" used to filter vertices and edges need to be all of a single type.
  • Created gremlin-annotations module where the @GremlinDsl annotation and related code has been moved.
  • Moved GremlinScriptChecker to gremlin-core from gremlin-groovy since it is not Groovy dependent.
  • Removed groovy and groovy-json dependencies from gremlin-driver as well as related JsonBuilder serialization support.
  • Replaced log4j usage with logback where builds rely on and packaged distributions now contain the latter.
  • Improved behavior of V() and E() when null is an argument producing a filtering behavior rather than an exception.
  • Prevented metrics computation unless the traversal is in a locked state.
  • Added syntax to Gremlin grammar to explicitly define byte, short and BigInteger.
  • Added syntax to Gremlin grammar to allow construction of a reference Vertex.
  • Changed Gremlin grammar to allow for Groovy-like syntax when parsing a Map literal.
  • Created a way to produce a corpus of Gremlin traversals via FeatureReader and DocumentationReader in gremlin-language.
  • Changed mechanism for determining if id equality with toString() is used by validating that elements of the predicate collection are all String rather than enforcing homogenous collections in the process.
  • Exposed Gherkin tests as part of the provider test suite.
  • Packaged Gherkin tests and data as standalone package as a convenience distribution.
  • Removed ProductiveByStrategy as a strategy that is applied by default.
  • Changed by() modulator semantics to consistently filter.
  • Removed previously deprecated Gryo MessageSerializer implementations.
  • Removed previously deprecated AuthenticationSettings.enableAuditLog.
  • Removed previously deprecated GroovyTranslator from gremlin-groovy module.
  • Removed previously deprecated Gremlin steps that conflicted with Python keywords.
  • Removed the dependency on six from gremlin-python.
  • Bumped to Apache Hadoop 3.3.1.
  • Bumped to Apache Spark 3.2.0.
  • Bumped node.js in gremlin-javascript to v16.13.0.
  • Changed NumberHelper to properly cast to byte and short rather than default coercing to Integer.
  • Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another.
  • Fixed a potential connection load balancing issue due to a race condition not updating the usage count.
  • Extended property()`` to allow for setting a Map` of property values.

==== Bugs

... (truncated)

Commits
  • ad2f67b TinkerPop 3.6.0 release
  • 8996ba5 Ignored some new website binaries (e.g. images) in validate-distribution.sh CTR
  • 4d87b8a Merge branch '3.5-dev'
  • 8b30b63 TinkerPop 3.5.3 release
  • 1dcf048 Removed check for docs - we no longer package those CTR
  • 0d9ae79 Included some exclusions for gremlin-go in source release
  • 78ae276 Minor adjustments to release steps
  • 92920d0 Fixed code sample so that it generates CTR
  • f9b81cc Updated gremlin-go code to support new godog tests that were added for 3.6.0....
  • 414684e Merge branch '3.5-dev'
  • Additional commits viewable in compare view

Updates gremlin-groovy from 3.5.2 to 3.6.0

Changelog

Sourced from gremlin-groovy's changelog.

=== TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.
  • Removed requirement that "ids" used to filter vertices and edges need to be all of a single type.
  • Created gremlin-annotations module where the @GremlinDsl annotation and related code has been moved.
  • Moved GremlinScriptChecker to gremlin-core from gremlin-groovy since it is not Groovy dependent.
  • Removed groovy and groovy-json dependencies from gremlin-driver as well as related JsonBuilder serialization support.
  • Replaced log4j usage with logback where builds rely on and packaged distributions now contain the latter.
  • Improved behavior of V() and E() when null is an argument producing a filtering behavior rather than an exception.
  • Prevented metrics computation unless the traversal is in a locked state.
  • Added syntax to Gremlin grammar to explicitly define byte, short and BigInteger.
  • Added syntax to Gremlin grammar to allow construction of a reference Vertex.
  • Changed Gremlin grammar to allow for Groovy-like syntax when parsing a Map literal.
  • Created a way to produce a corpus of Gremlin traversals via FeatureReader and DocumentationReader in gremlin-language.
  • Changed mechanism for determining if id equality with toString() is used by validating that elements of the predicate collection are all String rather than enforcing homogenous collections in the process.
  • Exposed Gherkin tests as part of the provider test suite.
  • Packaged Gherkin tests and data as standalone package as a convenience distribution.
  • Removed ProductiveByStrategy as a strategy that is applied by default.
  • Changed by() modulator semantics to consistently filter.
  • Removed previously deprecated Gryo MessageSerializer implementations.
  • Removed previously deprecated AuthenticationSettings.enableAuditLog.
  • Removed previously deprecated GroovyTranslator from gremlin-groovy module.
  • Removed previously deprecated Gremlin steps that conflicted with Python keywords.
  • Removed the dependency on six from gremlin-python.
  • Bumped to Apache Hadoop 3.3.1.
  • Bumped to Apache Spark 3.2.0.
  • Bumped node.js in gremlin-javascript to v16.13.0.
  • Changed NumberHelper to properly cast to byte and short rather than default coercing to Integer.
  • Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another.
  • Fixed a potential connection load balancing issue due to a race condition not updating the usage count.
  • Extended property()`` to allow for setting a Map` of property values.

==== Bugs

... (truncated)

Commits
  • ad2f67b TinkerPop 3.6.0 release
  • 8996ba5 Ignored some new website binaries (e.g. images) in validate-distribution.sh CTR
  • 4d87b8a Merge branch '3.5-dev'
  • 8b30b63 TinkerPop 3.5.3 release
  • 1dcf048 Removed check for docs - we no longer package those CTR
  • 0d9ae79 Included some exclusions for gremlin-go in source release
  • 78ae276 Minor adjustments to release steps
  • 92920d0 Fixed code sample so that it generates CTR
  • f9b81cc Updated gremlin-go code to support new godog tests that were added for 3.6.0....
  • 414684e Merge branch '3.5-dev'
  • Additional commits viewable in compare view

Updates gremlin-test from 3.5.2 to 3.6.0

Changelog

Sourced from gremlin-test's changelog.

=== TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.
  • Removed requirement that "ids" used to filter vertices and edges need to be all of a single type.
  • Created gremlin-annotations module where the @GremlinDsl annotation and related code has been moved.
  • Moved GremlinScriptChecker to gremlin-core from gremlin-groovy since it is not Groovy dependent.
  • Removed groovy and groovy-json dependencies from gremlin-driver as well as related JsonBuilder serialization support.
  • Replaced log4j usage with logback where builds rely on and packaged distributions now contain the latter.
  • Improved behavior of V() and E() when null is an argument producing a filtering behavior rather than an exception.
  • Prevented metrics computation unless the traversal is in a locked state.
  • Added syntax to Gremlin grammar to explicitly define byte, short and BigInteger.
  • Added syntax to Gremlin grammar to allow construction of a reference Vertex.
  • Changed Gremlin grammar to allow for Groovy-like syntax when parsing a Map literal.
  • Created a way to produce a corpus of Gremlin traversals via FeatureReader and DocumentationReader in gremlin-language.
  • Changed mechanism for determining if id equality with toString() is used by validating that elements of the predicate collection are all String rather than enforcing homogenous collections in the process.
  • Exposed Gherkin tests as part of the provider test suite.
  • Packaged Gherkin tests and data as standalone package as a convenience distribution.
  • Removed ProductiveByStrategy as a strategy that is applied by default.
  • Changed by() modulator semantics to consistently filter.
  • Removed previously deprecated Gryo MessageSerializer implementations.
  • Removed previously deprecated AuthenticationSettings.enableAuditLog.
  • Removed previously deprecated GroovyTranslator from gremlin-groovy module.
  • Removed previously deprecated Gremlin steps that conflicted with Python keywords.
  • Removed the dependency on six from gremlin-python.
  • Bumped to Apache Hadoop 3.3.1.
  • Bumped to Apache Spark 3.2.0.
  • Bumped node.js in gremlin-javascript to v16.13.0.
  • Changed NumberHelper to properly cast to byte and short rather than default coercing to Integer.
  • Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another.
  • Fixed a potential connection load balancing issue due to a race condition not updating the usage count.
  • Extended property()`` to allow for setting a Map` of property values.

==== Bugs

... (truncated)

Commits
  • ad2f67b TinkerPop 3.6.0 release
  • 8996ba5 Ignored some new website binaries (e.g. images) in validate-distribution.sh CTR
  • 4d87b8a Merge branch '3.5-dev'
  • 8b30b63 TinkerPop 3.5.3 release
  • 1dcf048 Removed check for docs - we no longer package those CTR
  • 0d9ae79 Included some exclusions for gremlin-go in source release
  • 78ae276 Minor adjustments to release steps
  • 92920d0 Fixed code sample so that it generates CTR
  • f9b81cc Updated gremlin-go code to support new godog tests that were added for 3.6.0....
  • 414684e Merge branch '3.5-dev'
  • Additional commits viewable in compare view

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 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 Apr 18, 2022
@arcade-player
Copy link
Contributor

@dependabot rebase

Bumps `gremlin.version` from 3.5.2 to 3.6.0.

Updates `gremlin-core` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.0)

Updates `gremlin-server` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.0)

Updates `gremlin-groovy` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.0)

Updates `gremlin-test` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.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 force-pushed the dependabot/maven/gremlin.version-3.6.0 branch from 1c7209b to bf5b613 Compare June 3, 2022 14:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2022

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.6.0 branch July 14, 2022 21:07
mergify bot added a commit that referenced this pull request Aug 17, 2025
…3.11.2 to 3.11.3 [skip ci]

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.11.3.
Release notes

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

> 3.11.3
> ------
>
> 🚨 Removed
> ---------
>
> * Remove workaround for long patched CVE in javadoc ([#388](https://github.com/apache/maven-javadoc-plugin/pull/388)) [`@​elharo`](https://github.com/elharo)
>
> 🚀 New features and improvements
> -------------------------------
>
> * Issue [#369](https://github.com/apache/maven-javadoc-plugin/issues/369) Support --no-fonts option per default for jdk 23+ ([#375](https://github.com/apache/maven-javadoc-plugin/pull/375)) [`@​olamy`](https://github.com/olamy)
>
> 🐛 Bug Fixes
> -----------
>
> * Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) ([#1217](https://github.com/apache/maven-javadoc-plugin/pull/1217)) [`@​fridrich`](https://github.com/fridrich)
> * [[MJAVADOC-826]](https://issues.apache.org/jira/browse/MJAVADOC-826) - Don't try to modify project source roots ([#358](https://github.com/apache/maven-javadoc-plugin/pull/358)) [`@​oehme`](https://github.com/oehme)
>
> 📝 Documentation updates
> -----------------------
>
> * Correct javadoc-no-fork description on index-page ([#368](https://github.com/apache/maven-javadoc-plugin/pull/368)) [`@​Bukama`](https://github.com/Bukama)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#360](https://github.com/apache/maven-javadoc-plugin/pull/360)) [`@​Bukama`](https://github.com/Bukama)
> * (doc) Close links tag in links parameter javadoc example ([#355](https://github.com/apache/maven-javadoc-plugin/pull/355)) [`@​sixcorners`](https://github.com/sixcorners)
>
> 👻 Maintenance
> -------------
>
> * Be consistent about data encoding when copying files ([#1215](https://github.com/apache/maven-javadoc-plugin/pull/1215)) [`@​fridrich`](https://github.com/fridrich)
> * Clean up JavadocUtilTest ([#1210](https://github.com/apache/maven-javadoc-plugin/pull/1210)) [`@​elharo`](https://github.com/elharo)
> * Use Java 7 relativization instead of hand-rolled code ([#385](https://github.com/apache/maven-javadoc-plugin/pull/385)) [`@​elharo`](https://github.com/elharo)
> * Rephrase source code fix interactive messages for clarity ([#390](https://github.com/apache/maven-javadoc-plugin/pull/390)) [`@​elharo`](https://github.com/elharo)
> * Reduce non-debug logging ([#389](https://github.com/apache/maven-javadoc-plugin/pull/389)) [`@​elharo`](https://github.com/elharo)
> * Delete duplicate [`@​throws`](https://github.com/throws) clause ([#384](https://github.com/apache/maven-javadoc-plugin/pull/384)) [`@​elharo`](https://github.com/elharo)
> * Use Java 7 relativization instead of our hand-rolled code ([#381](https://github.com/apache/maven-javadoc-plugin/pull/381)) [`@​elharo`](https://github.com/elharo)
> * Clean up comments and argument names ([#386](https://github.com/apache/maven-javadoc-plugin/pull/386)) [`@​elharo`](https://github.com/elharo)
> * Remove workaround for long patched CVE in javadoc ([#388](https://github.com/apache/maven-javadoc-plugin/pull/388)) [`@​elharo`](https://github.com/elharo)
> * Issue [#378](https://github.com/apache/maven-javadoc-plugin/issues/378) Cleanup of code related to old non supported Java version ([#382](https://github.com/apache/maven-javadoc-plugin/pull/382)) [`@​olamy`](https://github.com/olamy)
> * Cure deprecation warning ([#383](https://github.com/apache/maven-javadoc-plugin/pull/383)) [`@​elharo`](https://github.com/elharo)
> * [[MJAVADOC-773]](https://issues.apache.org/jira/browse/MJAVADOC-773) - deprecate toRelative ([#379](https://github.com/apache/maven-javadoc-plugin/pull/379)) [`@​elharo`](https://github.com/elharo)
> * Issue [#373](https://github.com/apache/maven-javadoc-plugin/issues/373) Fix JDK 23 build ([#374](https://github.com/apache/maven-javadoc-plugin/pull/374)) [`@​olamy`](https://github.com/olamy)
> * Fix `aggregate` Javadoc typo ([#371](https://github.com/apache/maven-javadoc-plugin/pull/371)) [`@​JackPGreen`](https://github.com/JackPGreen)
> * Enable GH issues ([#365](https://github.com/apache/maven-javadoc-plugin/pull/365)) [`@​Bukama`](https://github.com/Bukama)
> * [[MJAVADOC-825]](https://issues.apache.org/jira/browse/MJAVADOC-825) - Prefer NullPointerExceptions for null arguments ([#350](https://github.com/apache/maven-javadoc-plugin/pull/350)) [`@​elharo`](https://github.com/elharo)
>
> 📦 Dependency updates
> --------------------
>
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#1221](https://github.com/apache/maven-javadoc-plugin/pull/1221)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 ([#1222](https://github.com/apache/maven-javadoc-plugin/pull/1222)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-787 ([#1227](https://github.com/apache/maven-javadoc-plugin/pull/1227)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Maven Archiver 3.6.4 ([#1226](https://github.com/apache/maven-javadoc-plugin/pull/1226)) [`@​olamy`](https://github.com/olamy)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-575\_source8-module-info ([#1224](https://github.com/apache/maven-javadoc-plugin/pull/1224)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 ([#1223](https://github.com/apache/maven-javadoc-plugin/pull/1223)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in /src/it/projects/MJAVADOC-506\_excl-module-info ([#1218](https://github.com/apache/maven-javadoc-plugin/pull/1218)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 ([#363](https://github.com/apache/maven-javadoc-plugin/pull/363)) @[dependabot[bot]](https://github.com/apps/dependabot)

... (truncated)


Commits

* [`8357bc2`](apache/maven-javadoc-plugin@8357bc2) [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3
* [`ab6e97e`](apache/maven-javadoc-plugin@ab6e97e) Bump commons-io:commons-io from 2.19.0 to 2.20.0
* [`83788c1`](apache/maven-javadoc-plugin@83788c1) Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
* [`99ee1fc`](apache/maven-javadoc-plugin@99ee1fc) Bump org.apache.commons:commons-lang3 in /src/it/projects/MJAVADOC-787
* [`18bfeb8`](apache/maven-javadoc-plugin@18bfeb8) Maven Archiver 3.6.4 ([#1226](https://github.com/apache/maven-javadoc-plugin/issues/1226))
* [`63618bb`](apache/maven-javadoc-plugin@63618bb) Bump org.apache.commons:commons-lang3 ([#1224](https://github.com/apache/maven-javadoc-plugin/issues/1224))
* [`81afff9`](apache/maven-javadoc-plugin@81afff9) Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 ([#1223](https://github.com/apache/maven-javadoc-plugin/issues/1223))
* [`8bcdebf`](apache/maven-javadoc-plugin@8bcdebf) Add Apache 2.0 LICENSE file ([#1220](https://github.com/apache/maven-javadoc-plugin/issues/1220))
* [`2299072`](apache/maven-javadoc-plugin@2299072) Make the legacyMode consistent and actually useful ([#1217](https://github.com/apache/maven-javadoc-plugin/issues/1217))
* [`33c9f01`](apache/maven-javadoc-plugin@33c9f01) Be consistent about data encoding when copying files ([#1215](https://github.com/apache/maven-javadoc-plugin/issues/1215))
* Additional commits viewable in [compare view](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.11.2&new-version=3.11.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 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