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 fasterxml.jackson.version from 2.15.2 to 2.15.3 #1523

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps fasterxml.jackson.version from 2.15.2 to 2.15.3.
Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.2 to 2.15.3

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.15.2 to 2.15.3

Commits
  • 7260e10 [maven-release-plugin] prepare release jackson-dataformats-binary-2.15.3
  • 11ade2d Prepare for 2.15.3 release
  • 803a1bf Update maven wrapper version
  • ce68a2b Fix #384: change handling of SmileBufferRecycler to be thread-safe (#385)
  • a87e07a 2.15.3-SNAPSHOT
  • fa653e9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.15.3

Commits
  • 80e6c42 [maven-release-plugin] prepare release jackson-core-2.15.3
  • 18d61c9 Prepare for 2.15.3 release
  • 372a009 Update release notes wrt #1111
  • e2d2fc2 Call the right filterFinishArray/Object from FilteringParserDelegate (#1111)
  • e5f0004 Update Maven wrapper version
  • f3da625 Further tweaking of release notes
  • 22fd108 Add ref to #943 in release-notes/VERSION-2.x
  • c94fd87 2.15.3-SNAPSHOT
  • b7e1bb9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.15.3

Commits

Updates com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.15.2 to 2.15.3

Commits
  • 95f6f63 [maven-release-plugin] prepare release jackson-modules-base-2.15.3
  • 1d7e566 Prepare for 2.15.3 release
  • 66a7251 Udpate Maven wrapper version
  • fe426ca 2.15.3-SNAPSHOT
  • 96f8a40 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/fasterxml.jackson.version-2.15.3 branch 5 times, most recently from fa790e6 to 3f60f78 Compare October 16, 2023 15:02
Bumps `fasterxml.jackson.version` from 2.15.2 to 2.15.3.

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.2 to 2.15.3

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.15.2 to 2.15.3
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.15.2...jackson-dataformats-binary-2.15.3)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.2 to 2.15.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.15.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.15.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.2 to 2.15.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.15.2 to 2.15.3
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.15.2...jackson-modules-base-2.15.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  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/fasterxml.jackson.version-2.15.3 branch from 3f60f78 to b6d5c80 Compare October 16, 2023 15:02
@akuzin1 akuzin1 merged commit 48c0df9 into master Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/fasterxml.jackson.version-2.15.3 branch October 16, 2023 15:03
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
akuzin1 added a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - Debug release workflow (#1536)
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
github-actions bot pushed a commit that referenced this pull request Oct 17, 2023
  - add license header for BigQueryFederationExpressionParserTest (#1537)
  - Debug release workflow (#1536)
  - build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#1534)
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.43.0 to 2.44.0 (#1532)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.27.1 to 2.28.0 (#1531)
  - build(deps): bump org.apache.directory.api:api-ldap-model from 2.1.4 to 2.1.5 (#1530)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.33.1 to 2.33.2 (#1528)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#1527)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.26.0 to 1.30.0 (#1526)
  - build(deps): bump fasterxml.jackson.version from 2.15.2 to 2.15.3 (#1523)
  - build(deps): bump aws-sdk.version from 1.12.560 to 1.12.566 (#1524)
  - build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final (#1525)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#1518)
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 (#1517)
  - build(deps): bump Hive:HiveJDBC42 from 2.6.21.1025 to 2.6.23.1027 (#1516)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.17.12 to 2.18.13 (#1513)
  - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 (#1514)
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.89.0 to 1.90.0 (#1515)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.1 to 3.14.2 (#1512)
  - build(deps): bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 (#1511)
  - Fixing typo for look up of Materialized View in Postgres connector  (#1521)
  - Validation testing integrations (#1509)
  - Merge branch 'master' into validation_testing_integrations
  - predicate pushdown fix on complex expression (#1508)
  - Implement validation tests with PostgreSQL and Redshift. Add spill bucket to workflow
AbdulR3hman pushed a commit that referenced this pull request Nov 16, 2023
)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant