From 02c2f153a0da0744cf5612e877dfa72745a98fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:14:30 -0600 Subject: [PATCH] Bump software.amazon.smithy:smithy-model in the gradle group (#95) 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.47.0 to 1.48.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.47.0...1.48.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 3374b9a..ec0d039 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.47.0") + implementation("software.amazon.smithy:smithy-model:1.48.0") } // Apply a specific Java toolchain to ease working on different environments.