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

Don't declare jsii-runtime as a dependency of any component directly #2228

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

MarioRial22
Copy link
Contributor

Description of changes:

  • Don't declare jsii-runtime as a dependency of any component directly
    this direct dependency that was added to some modules is a transitive
    dependency of the cdk packages that are used just for testing.
    The original intent of adding jsii-runtime as a dependency was to just
    exclude the jackson version that are dependencies of it.
    The scope of the dependency was missing when it should be
    test which cause the dependency to be included in the
    final jar of the connectors.
    Instead I declare it in the top-level dependency management with its
    exclusions so the dependency scope is unchanged

  • The test scope tag was also missing on a cdk dependency of the cloudwatch connector

  this direct dependency that was added to some modules is a transitive
  dependency of the cdk packages that are used just for testing.
  The original intent of adding jsii-runtime as a dependency was to just
  exclude the jackson version that are dependencies of it.
  The scope of the dependency was missing when it should be
  <scope>test</scope> which cause the dependency to be included in the
  final jar of the connectors.
  Instead I declare it in the top-level dependency management with its
  exclusions so the dependency scope is unchanged

- The test scope tag was also missing on a cdk dependency of the
  cloudwatch connector
@AbdulR3hman AbdulR3hman merged commit d559100 into awslabs:master Aug 30, 2024
6 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
  - Add athena connector exception class to classify Runtime Exception (#2241)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.17 to 2.27.21 (#2249)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.17 to 2.27.21
  - build(deps-dev): bump log4j2Version from 2.23.1 to 2.24.0 (#2247)
  - build(deps-dev): bump log4j2Version from 2.23.1 to 2.24.0
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.15.0 to 8.15.1 (#2246)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump aws-sdk.version from 1.12.770 to 1.12.771 (#2245)
  - build(deps): bump aws-sdk.version from 1.12.770 to 1.12.771
  - Updated Postgresql Split Query Comment (#2242)
  - Collate Aware Postgresql String Builder (#2216)
  - build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3 (#2236)
  - build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3
  - build(deps): bump surefire.failsafe.version from 3.4.0 to 3.5.0 (#2233)
  - build(deps): bump surefire.failsafe.version from 3.4.0 to 3.5.0
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.18.0 to 3.19.0 (#2235)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.18.0 to 3.19.0
  - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#2234)
  - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  - build(deps): bump com.microsoft.azure:msal4j from 1.17.0 to 1.17.1 (#2231)
  - build(deps): bump com.microsoft.azure:msal4j from 1.17.0 to 1.17.1
  - build(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#2237)
  - build(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.4 to 0.6.5 (#2232)
  - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.4 to 0.6.5
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.102.0 to 1.103.1 (#2229)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump software.amazon.awssdk:bom from 2.27.12 to 2.27.17 (#2230)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.12 to 2.27.17
  - Don't declare jsii-runtime as a dependency of any component directly (#2228)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.10 to 2.27.12 (#2214)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.10 to 2.27.12
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 (#2213)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump com.microsoft.sqlserver:mssql-jdbc from 12.8.0.jre11 to 12.8.1.jre11 (#2212)
  - build(deps): bump com.microsoft.sqlserver:mssql-jdbc
  - build(deps): bump com.microsoft.azure:msal4j from 1.16.2 to 1.17.0 (#2210)
  - build(deps): bump com.microsoft.azure:msal4j from 1.16.2 to 1.17.0
  - build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 (#2211)
  - build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
  - build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2209)
  - build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4
  - Revert "build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.1.1 to 2.2.0" (#2181)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.41.0 to 2.42.0 (#2189)
  - build(deps): bump com.google.cloud:google-cloud-storage
ejeffrli pushed a commit to MarioRial22/aws-athena-query-federation that referenced this pull request Sep 25, 2024
* Don't declare jsii-runtime as a dependency of any component directly (awslabs#2228)

* build(deps): bump software.amazon.awssdk:bom from 2.27.12 to 2.27.17

Bumps software.amazon.awssdk:bom from 2.27.12 to 2.27.17.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump software.amazon.jsii:jsii-runtime

Bumps [software.amazon.jsii:jsii-runtime](https://github.com/aws/jsii) from 1.102.0 to 1.103.1.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](aws/jsii@v1.102.0...v1.103.1)

---
updated-dependencies:
- dependency-name: software.amazon.jsii:jsii-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.4 to 0.6.5

Bumps [com.clickhouse:clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-java) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-java@v0.6.4...v0.6.5)

---
updated-dependencies:
- dependency-name: com.clickhouse:clickhouse-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0

Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.microsoft.azure:msal4j from 1.17.0 to 1.17.1

Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-java/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump net.snowflake:snowflake-jdbc from 3.18.0 to 3.19.0

Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
- [Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst)
- [Commits](snowflakedb/snowflake-jdbc@v3.18.0...v3.19.0)

---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump surefire.failsafe.version from 3.4.0 to 3.5.0

Bumps `surefire.failsafe.version` from 3.4.0 to 3.5.0.

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3

Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Collate Aware Postgresql String Builder (awslabs#2216)

* Updated Postgresql Split Query Comment (awslabs#2242)

* build(deps): bump aws-sdk.version from 1.12.770 to 1.12.771

Bumps `aws-sdk.version` from 1.12.770 to 1.12.771.

Updates `com.amazonaws:jmespath-java` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-core` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-secretsmanager` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-sts` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-glue` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-athena` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-lambda` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-kms` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-cloudformation` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-logs` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-cloudwatch` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-ec2` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-emr` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-rds` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-docdb` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-elasticache` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-elasticsearch` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-redshift` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-redshiftserverless` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-timestreamwrite` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

Updates `com.amazonaws:aws-java-sdk-timestreamquery` from 1.12.770 to 1.12.771
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.770...1.12.771)

---
updated-dependencies:
- dependency-name: com.amazonaws:jmespath-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-glue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-logs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-emr
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-rds
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-docdb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-elasticache
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-redshift
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-redshiftserverless
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.elasticsearch.client:elasticsearch-rest-client

Bumps [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 8.15.0 to 8.15.1.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.15.0...v8.15.1)

---
updated-dependencies:
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps-dev): bump log4j2Version from 2.23.1 to 2.24.0

Bumps `log4j2Version` from 2.23.1 to 2.24.0.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.0

Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0

Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump software.amazon.awssdk:bom from 2.27.17 to 2.27.21

Bumps software.amazon.awssdk:bom from 2.27.17 to 2.27.21.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add athena connector exception class to classify Runtime Exception (awslabs#2241)

* Remove dynamodb:ListSchemas as its no longer valid (awslabs#2252)

* update new uses of semantic version (awslabs#2258)

* build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common

Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.jetbrains.kotlin:kotlin-reflect

Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.jetbrains.kotlin:kotlin-stdlib

Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8

Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* v2 changes for timestream (awslabs#2239)

* build(deps): bump com.squareup.wire:wire-compiler from 4.9.0 to 5.0.0

Bumps [com.squareup.wire:wire-compiler](https://github.com/square/wire) from 4.9.0 to 5.0.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.0...5.0.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.squareup.wire:wire-schema from 4.9.0 to 5.0.0

Bumps [com.squareup.wire:wire-schema](https://github.com/square/wire) from 4.9.0 to 5.0.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.0...5.0.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.squareup.wire:wire-runtime-jvm from 4.9.0 to 5.0.0

Bumps [com.squareup.wire:wire-runtime-jvm](https://github.com/square/wire) from 4.9.0 to 5.0.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.0...5.0.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-runtime-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump software.amazon.awssdk:bom from 2.27.21 to 2.28.1

Bumps software.amazon.awssdk:bom from 2.27.21 to 2.28.1.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0

Bumps [net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) from 5.14.0 to 5.15.0.
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.14.0...5.15.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna-platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump io.confluent:kafka-protobuf-serializer

Bumps [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) from 7.7.0 to 7.7.1.
- [Commits](https://github.com/confluentinc/schema-registry/commits)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-protobuf-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.0.0 to 5.1.0

Bumps [com.squareup.wire:wire-runtime-jvm](https://github.com/square/wire) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-runtime-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump io.confluent:kafka-avro-serializer from 7.7.0 to 7.7.1

Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 7.7.0 to 7.7.1.
- [Commits](https://github.com/confluentinc/schema-registry/commits)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump io.confluent:kafka-protobuf-provider

Bumps [io.confluent:kafka-protobuf-provider](https://github.com/confluentinc/schema-registry) from 7.7.0 to 7.7.1.
- [Commits](https://github.com/confluentinc/schema-registry/commits)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-protobuf-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.squareup.wire:wire-compiler from 5.0.0 to 5.1.0

Bumps [com.squareup.wire:wire-compiler](https://github.com/square/wire) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.apache.maven.plugins:maven-gpg-plugin

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.squareup.wire:wire-schema from 5.0.0 to 5.1.0

Bumps [com.squareup.wire:wire-schema](https://github.com/square/wire) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump aws-sdk.version from 1.12.771 to 1.12.772

Bumps `aws-sdk.version` from 1.12.771 to 1.12.772.

Updates `com.amazonaws:jmespath-java` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-core` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-secretsmanager` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-sts` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-glue` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-athena` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-lambda` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-kms` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-cloudformation` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-logs` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-cloudwatch` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-ec2` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-emr` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-rds` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-docdb` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-elasticache` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-elasticsearch` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-redshift` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-redshiftserverless` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-timestreamwrite` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

Updates `com.amazonaws:aws-java-sdk-timestreamquery` from 1.12.771 to 1.12.772
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.771...1.12.772)

---
updated-dependencies:
- dependency-name: com.amazonaws:jmespath-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-glue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-logs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-emr
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-rds
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-docdb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-elasticache
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-redshift
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-redshiftserverless
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.apache.kafka:kafka-clients from 3.8.0 to 7.7.0-ce (awslabs#2166)

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

* build(deps): bump com.google.protobuf:protobuf-java in /athena-msk

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.3...v3.25.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump org.apache.kafka:kafka-clients

Bumps org.apache.kafka:kafka-clients from 7.7.0-ce to 7.7.1-ce.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11

Bumps com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11.

---
updated-dependencies:
- dependency-name: com.sap.cloud.db.jdbc:ngdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump software.amazon.awssdk:bom from 2.28.1 to 2.28.6

Bumps software.amazon.awssdk:bom from 2.28.1 to 2.28.6.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump com.google.cloud:google-cloud-storage

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.42.0 to 2.43.0.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.42.0...v2.43.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update all ImageURI to use correct repo name (no prod)

* v2 sdk changes emr (awslabs#2288)

* v2 sdk changes redshift (awslabs#2289)

* migrate awslogs to cloudwatchlogs (v1 to v2) (awslabs#2272)

* v2 Cloudformation (awslabs#2281)

* v2 DocDB (awslabs#2282)

* V2 rds (awslabs#2273)

* fix missed error from merge

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mario Rial <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: AbdulRehman <[email protected]>
Co-authored-by: yipez-spec <[email protected]>
Co-authored-by: Trianz-Akshay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants