From f84d1815ef5f020d4e53c23166c9e237c0bb1f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:55:49 -0600 Subject: [PATCH] Bump software.amazon.smithy:smithy-model in the gradle group (#97) Bumps the gradle group with 1 update: [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy). Updates `software.amazon.smithy:smithy-model` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.48.0...1.49.0) --- updated-dependencies: - dependency-name: software.amazon.smithy:smithy-model dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle-plugin-examples/tutorial/lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin-examples/tutorial/lib/build.gradle.kts b/gradle-plugin-examples/tutorial/lib/build.gradle.kts index ec0d039..6aca5c5 100644 --- a/gradle-plugin-examples/tutorial/lib/build.gradle.kts +++ b/gradle-plugin-examples/tutorial/lib/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation(libs.guava) - implementation("software.amazon.smithy:smithy-model:1.48.0") + implementation("software.amazon.smithy:smithy-model:1.49.0") } // Apply a specific Java toolchain to ease working on different environments.