Skip to content

Commit

Permalink
Bump software.amazon.smithy:smithy-model in the gradle group (#97)
Browse files Browse the repository at this point in the history
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](smithy-lang/smithy@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 0bf292e commit f84d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin-examples/tutorial/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f84d181

Please sign in to comment.