From 982f4b3faa746f057bf43145db3381480b271778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:11:43 +0000 Subject: [PATCH] chore(deps): bump software.amazon.glue:schema-registry-serde Bumps [software.amazon.glue:schema-registry-serde](https://github.com/awslabs/aws-glue-schema-registry) from 1.1.20 to 1.1.21. - [Release notes](https://github.com/awslabs/aws-glue-schema-registry/releases) - [Changelog](https://github.com/awslabs/aws-glue-schema-registry/blob/master/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-glue-schema-registry/compare/v1.1.20...v1.1.21) --- updated-dependencies: - dependency-name: software.amazon.glue:schema-registry-serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30a8bc68a..f9184ea40 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ dependencies { implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '2.2.0' // AWS Glue serde - implementation ("software.amazon.glue:schema-registry-serde:1.1.20") + implementation ("software.amazon.glue:schema-registry-serde:1.1.21") implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.11'