Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1 #1643

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps gremlinDriverVersion from 3.7.0 to 3.7.1.
Updates org.apache.tinkerpop:gremlin-driver from 3.7.0 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver'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-2]] === TinkerPop 3.7.2 (NOT OFFICIALLY RELEASED YET)

[[release-3-7-1]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:tinkergraph-gremlin from 3.7.0 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:tinkergraph-gremlin'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-2]] === TinkerPop 3.7.2 (NOT OFFICIALLY RELEASED YET)

[[release-3-7-1]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-core from 3.7.0 to 3.7.1

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-2]] === TinkerPop 3.7.2 (NOT OFFICIALLY RELEASED YET)

[[release-3-7-1]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

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

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-2]] === TinkerPop 3.7.2 (NOT OFFICIALLY RELEASED YET)

[[release-3-7-1]] === TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 11, 2023
@github-actions github-actions bot enabled auto-merge December 11, 2023 06:33
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/gremlinDriverVersion-3.7.1 branch from e636737 to f127d67 Compare December 11, 2023 06:34
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/gremlinDriverVersion-3.7.1 branch from f127d67 to 2851a62 Compare December 11, 2023 06:35
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/gremlinDriverVersion-3.7.1 branch from 2851a62 to 31629cf Compare December 11, 2023 06:37
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps `gremlinDriverVersion` from 3.7.0 to 3.7.1.

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

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

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

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

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/gremlinDriverVersion-3.7.1 branch from 31629cf to 2db6a37 Compare December 11, 2023 06:37
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 4366cfb into master Dec 11, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/gremlinDriverVersion-3.7.1 branch December 11, 2023 06:38
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641 (#1721)
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.2 to 2.0.3 (#1722)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - snowflake package size issue fix (#1719)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.4 to 8.12.0 (#1720)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Adding extra cleanup procedures before executing release tests  (#1717)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.35.0 to 2.36.0 (#1714)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump io.lettuce:lettuce-core from 6.3.0.RELEASE to 6.3.1.RELEASE (#1713)
  - build(deps): bump io.lettuce:lettuce-core
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.34.0 to 1.35.0 (#1707)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637 (#1703)
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql from 3.6.3 to 3.7.7 (#1709)
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5 (#1711)
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.3 to 8.11.4 (#1716)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.93.0 to 1.94.0 (#1712)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.30.1 to 2.31.0 (#1710)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 (#1708)
  - build(deps): bump com.google.protobuf:protobuf-java
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.24 to 2.1.0.25 (#1705)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#1706)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11 (#1704)
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11
  - Reduce Maven logging levels  (#1700)
  - Reducing Maven Logging level; and increase Assume Role timeout (#1699)
  - Remove explicit use of AWS Creds in Release Tests --  (#1697)
  - Change L2 redshift construct to L1 (#1694)
  - Remove direct dependency of Netty (#1692)
  - build(deps): bump actions/setup-java from 3 to 4 (#1629)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - improve transitive dependency for with-arrow uber jar (#1691)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5 (#1689)
  - Merge branch 'master' into dependabot/maven/org.junit.support-testng-engine-1.0.5
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632 (#1688)
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632
  - build(deps): bump github/codeql-action from 2 to 3 (#1656)
  - Merge branch 'master' into dependabot/github_actions/github/codeql-action-3
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (#1669)
  - build(deps): bump github/codeql-action from 2 to 3
  - Merge branch 'master' into dependabot/maven/com.google.guava-guava-33.0.0-jre
  - modifying maven push to not skip checks on pull_request (#1684)
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1 (#1672)
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.33.0 to 1.34.0 (#1661)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.2 to 8.11.3 (#1662)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.1 to 2.0.2 (#1664)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0 (#1680)
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1 (#1679)
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.23 to 2.1.0.24 (#1663)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10 (#1677)
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#1686)
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631 (#1687)
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631
  - Remove problematic Composite Handler Tests that used mockStatic
  - Revert "build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final"
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625 (#1667)
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3 (#1671)
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16 (#1675)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#1659)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2 (#1674)
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#1670)
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#1676)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final (#1658)
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3 (#1660)
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.0 to 2.0.1 (#1652)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11 (#1653)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 (#1650)
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.32.0 to 1.33.0 (#1648)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1 (#1647)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.92.0 to 1.93.0 (#1649)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4 (#1654)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.34.2 to 2.35.0 (#1651)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1 (#1643)
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.29.1 to 2.30.1 (#1646)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0 (#1645)
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609 (#1642)
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.5.3 to 8.11.2 (#1644)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump actions/setup-java from 3 to 4
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants