From ed41d35db652069fbfbaaf5659810f39437edd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:22:26 +0000 Subject: [PATCH 01/23] build(deps): bump org.jetbrains.kotlin:kotlin-reflect Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-msk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index 5af298e145..27ebf58d67 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -40,7 +40,7 @@ org.jetbrains.kotlin kotlin-reflect - 2.0.21 + 2.1.0 runtime From 4576f00fd92e4900079f295645235028e685ffa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:28:52 +0000 Subject: [PATCH 02/23] build(deps): bump fasterxml.jackson.version from 2.18.1 to 2.18.2 Bumps `fasterxml.jackson.version` from 2.18.1 to 2.18.2. Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.18.1...jackson-dataformats-binary-2.18.2) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.1...jackson-core-2.18.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) --- 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 ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6d1d7b8bb..228a9d6709 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 3.26.3 7.10.2 - 2.18.1 + 2.18.2 3.5.2 2.24.1 13.0.0 From 82409df242b38ea2824150293f688b3a6a716613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:36:08 +0000 Subject: [PATCH 03/23] build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.17.3 to 3.17.4. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.3...equalsverifier-3.17.4) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-google-bigquery/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-google-bigquery/pom.xml b/athena-google-bigquery/pom.xml index 24ae94785c..69fd5faf6e 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -66,7 +66,7 @@ nl.jqno.equalsverifier equalsverifier - 3.17.3 + 3.17.4 test From 6c0414277c7f75509aa622151995ac7045cfb2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:42:37 +0000 Subject: [PATCH 04/23] build(deps): bump org.jetbrains.kotlin:kotlin-stdlib Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-msk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index 27ebf58d67..bf7852caf4 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -25,7 +25,7 @@ org.jetbrains.kotlin kotlin-stdlib - 2.0.21 + 2.1.0 org.jetbrains.kotlin From d432c8c99b69572fb71040d9c4f6c2eeaf9d70a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:49:05 +0000 Subject: [PATCH 05/23] build(deps): bump io.confluent:kafka-protobuf-provider Bumps [io.confluent:kafka-protobuf-provider](https://github.com/confluentinc/schema-registry) from 7.7.1 to 7.7.2. - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.1...v7.7.2) --- updated-dependencies: - dependency-name: io.confluent:kafka-protobuf-provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-msk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index bf7852caf4..a00e74767b 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -103,7 +103,7 @@ io.confluent kafka-protobuf-provider - 7.7.1 + 7.7.2 com.fasterxml.jackson.core From de6c83322302b25413b0b22a6d36f027da22effa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:55:27 +0000 Subject: [PATCH 06/23] build(deps): bump io.confluent:kafka-protobuf-serializer Bumps [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) from 7.7.1 to 7.7.2. - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.1...v7.7.2) --- updated-dependencies: - dependency-name: io.confluent:kafka-protobuf-serializer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index 7618263568..cda91cd847 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -39,7 +39,7 @@ io.confluent kafka-protobuf-serializer - 7.7.1 + 7.7.2 com.fasterxml.jackson.core From 9c96b477d8148efc5bc364666fce48ac41406720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:01:15 +0000 Subject: [PATCH 07/23] build(deps): bump org.apache.kafka:kafka-clients Bumps org.apache.kafka:kafka-clients from 7.7.1-ce to 7.7.2-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] --- athena-kafka/pom.xml | 2 +- athena-msk/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index cda91cd847..c03b4d0490 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.kafka kafka-clients - 7.7.1-ce + 7.7.2-ce org.apache.avro diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index a00e74767b..b893216eba 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -83,7 +83,7 @@ org.apache.kafka kafka-clients - 7.7.1-ce + 7.7.2-ce org.apache.avro From f9e40e205e5e4b5d2f0217461b7a6b32bdc8719d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:07:28 +0000 Subject: [PATCH 08/23] build(deps): bump io.confluent:kafka-avro-serializer from 7.7.1 to 7.7.2 Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 7.7.1 to 7.7.2. - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.1...v7.7.2) --- updated-dependencies: - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index c03b4d0490..5c5242e0b1 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -34,7 +34,7 @@ io.confluent kafka-avro-serializer - 7.7.1 + 7.7.2 io.confluent From b8ae0373a96b85e8b04030ea1462de523a6549eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:13:24 +0000 Subject: [PATCH 09/23] build(deps-dev): bump log4j2Version from 2.24.1 to 2.24.2 Bumps `log4j2Version` from 2.24.1 to 2.24.2. Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.2 Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.2 Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.2 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 228a9d6709..b82939382b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 2.18.2 3.5.2 - 2.24.1 + 2.24.2 13.0.0 33.3.1-jre 3.25.3 From 1fe4fff17eb70a28a886197c3b2f9b4c69bbaf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:58:17 +0000 Subject: [PATCH 10/23] build(deps): bump org.codehaus.mojo:license-maven-plugin Bumps [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/mojohaus/license-maven-plugin/releases) - [Commits](https://github.com/mojohaus/license-maven-plugin/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:license-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-federation-sdk/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index 75269ede6b..9d1d5af124 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -397,7 +397,7 @@ org.codehaus.mojo license-maven-plugin - 2.4.0 + 2.5.0 false false diff --git a/pom.xml b/pom.xml index b82939382b..7706cac724 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ org.codehaus.mojo license-maven-plugin - 2.4.0 + 2.5.0 false false From 64ce4389792a551c11ef7906e12fb05c0e708058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:04:03 +0000 Subject: [PATCH 11/23] build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-msk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index b893216eba..9181efe401 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -35,7 +35,7 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - 2.0.21 + 2.1.0 org.jetbrains.kotlin From bbf2dcf7f067662020f58a2250c28b07e5ffa44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:10:18 +0000 Subject: [PATCH 12/23] build(deps): bump io.lettuce:lettuce-core Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.0.RELEASE to 6.5.1.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.0.RELEASE...6.5.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-redis/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml index 72f9c2ced1..114474ff50 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -25,7 +25,7 @@ io.lettuce lettuce-core - 6.5.0.RELEASE + 6.5.1.RELEASE org.slf4j From ff672dfa5a06677d8b8fefee511e0e4edcd7d81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:16:32 +0000 Subject: [PATCH 13/23] build(deps): bump software.amazon.awssdk:cloudwatchlogs Bumps software.amazon.awssdk:cloudwatchlogs from 2.29.20 to 2.29.24. --- updated-dependencies: - dependency-name: software.amazon.awssdk:cloudwatchlogs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-cloudwatch/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index afe86306d3..2c7f871eac 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -31,7 +31,7 @@ software.amazon.awssdk cloudwatchlogs - 2.29.20 + 2.29.24 From bdd10284069b78b50f7289192b086bc127d99e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:09:10 +0000 Subject: [PATCH 14/23] build(deps): bump aws-sdk-v2.version from 2.29.20 to 2.29.29 Bumps `aws-sdk-v2.version` from 2.29.20 to 2.29.29. Updates `software.amazon.awssdk:apache-client` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:athena` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:glue` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:kms` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:lambda` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:s3` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:secretsmanager` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:sts` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:cloudformation` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:cloudwatch` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:dynamodb` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:url-connection-client` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:ec2` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:emr` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:rds` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:docdb` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:elasticache` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:elasticsearch` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:redshift` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:redshiftserverless` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:timestreamwrite` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:timestreamquery` from 2.29.20 to 2.29.29 Updates `software.amazon.awssdk:bom` from 2.29.20 to 2.29.29 --- updated-dependencies: - dependency-name: software.amazon.awssdk:apache-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:athena dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:glue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:kms dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:lambda dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:secretsmanager dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sts dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:cloudformation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:cloudwatch dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:url-connection-client dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:ec2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:emr dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:rds dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:docdb dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:elasticache dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:elasticsearch dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:redshift dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:redshiftserverless dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:timestreamwrite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:timestreamquery dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7706cac724..d068472a84 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 11 3.13.0 - 2.29.20 + 2.29.29 1.2.2 1.6.0 1.204.0 From 1d533d6e170cd92405a1ede741e7cd35b4a35448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:15:38 +0000 Subject: [PATCH 15/23] build(deps): bump io.confluent:kafka-avro-serializer from 7.7.2 to 7.8.0 Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 7.7.2 to 7.8.0. - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.2...v7.8.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index 5c5242e0b1..7a0b381379 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -34,7 +34,7 @@ io.confluent kafka-avro-serializer - 7.7.2 + 7.8.0 io.confluent From 5a30e77905ab97c265f0088ef438c942629f9a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:21:56 +0000 Subject: [PATCH 16/23] 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.11.1 to 3.11.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d068472a84..92ee3ff6bd 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.6.0 3.6.0 3.3.1 - 3.11.1 + 3.11.2 3.4.2 none From 0ba87ee17fe3c314b4ac85273266c3476aea71e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:28:08 +0000 Subject: [PATCH 17/23] build(deps): bump org.apache.kafka:kafka-clients Bumps org.apache.kafka:kafka-clients from 7.7.2-ce to 7.8.0-ce. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-kafka/pom.xml | 2 +- athena-msk/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index 7a0b381379..afeba775fd 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.kafka kafka-clients - 7.7.2-ce + 7.8.0-ce org.apache.avro diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml index 9181efe401..b73f469a0c 100644 --- a/athena-msk/pom.xml +++ b/athena-msk/pom.xml @@ -83,7 +83,7 @@ org.apache.kafka kafka-clients - 7.7.2-ce + 7.8.0-ce org.apache.avro From 7822f85e43134b5fcf2b4c67e95d7f4f41c3c7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:34:17 +0000 Subject: [PATCH 18/23] build(deps): bump io.confluent:kafka-protobuf-serializer Bumps [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) from 7.7.2 to 7.8.0. - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.2...v7.8.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-protobuf-serializer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- athena-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml index afeba775fd..67d3eadd5b 100644 --- a/athena-kafka/pom.xml +++ b/athena-kafka/pom.xml @@ -39,7 +39,7 @@ io.confluent kafka-protobuf-serializer - 7.7.2 + 7.8.0 com.fasterxml.jackson.core From 3b28c0445f75b91adb10ce76f878800023d2c002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:40:19 +0000 Subject: [PATCH 19/23] build(deps): bump net.jqwik:jqwik from 1.9.1 to 1.9.2 Bumps [net.jqwik:jqwik](https://github.com/jqwik-team/jqwik) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/jqwik-team/jqwik/releases) - [Commits](https://github.com/jqwik-team/jqwik/compare/1.9.1...1.9.2) --- updated-dependencies: - dependency-name: net.jqwik:jqwik dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92ee3ff6bd..53d26b67d1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 2.0.16 4.11.0 4.13.2 - 1.9.1 + 1.9.2 3.26.3 7.10.2 From 0a7c5a49dbe4a660873450fe21a1021925dbd67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:46:31 +0000 Subject: [PATCH 20/23] build(deps): bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre11 to 12.9.0.jre11-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53d26b67d1..363e67d55f 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 4.3.4 2.15 4.5.14 - 12.8.1.jre11 + 12.9.0.jre11-preview 1.9.0 3.2.1 1.19.0 From 567d4edb09cafdbb600f025cef2edb09f86aaf89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:52:47 +0000 Subject: [PATCH 21/23] build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.17.4 to 3.17.5. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.4...equalsverifier-3.17.5) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-google-bigquery/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-google-bigquery/pom.xml b/athena-google-bigquery/pom.xml index 69fd5faf6e..ac5ae171a8 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -66,7 +66,7 @@ nl.jqno.equalsverifier equalsverifier - 3.17.4 + 3.17.5 test From 45870a9c1d0c33ebdabea10d4e9cb72713c8e6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:59:05 +0000 Subject: [PATCH 22/23] build(deps): bump software.amazon.awssdk:cloudwatchlogs Bumps software.amazon.awssdk:cloudwatchlogs from 2.29.24 to 2.29.29. --- updated-dependencies: - dependency-name: software.amazon.awssdk:cloudwatchlogs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- athena-cloudwatch/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index 2c7f871eac..bdf2dcda3d 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -31,7 +31,7 @@ software.amazon.awssdk cloudwatchlogs - 2.29.24 + 2.29.29 From 19c6209b71ea139565daf6adf0c1bfafcb3de791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:05:54 +0000 Subject: [PATCH 23/23] build(deps): bump com.teradata.jdbc:terajdbc Bumps [com.teradata.jdbc:terajdbc](https://github.com/Teradata/jdbc-driver) from 20.00.00.37 to 20.00.00.38. - [Commits](https://github.com/Teradata/jdbc-driver/commits) --- updated-dependencies: - dependency-name: com.teradata.jdbc:terajdbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- athena-teradata/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-teradata/pom.xml b/athena-teradata/pom.xml index 4d59d384c1..19149f2437 100644 --- a/athena-teradata/pom.xml +++ b/athena-teradata/pom.xml @@ -62,7 +62,7 @@ com.teradata.jdbc terajdbc - 20.00.00.37 + 20.00.00.38