Skip to content

Commit

Permalink
Bump the gradle group with 1 update (#88)
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.45.0 to 1.46.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.45.0...1.46.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 Mar 27, 2024
1 parent 3ef3926 commit ab34851
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.45.0")
implementation("software.amazon.smithy:smithy-model:1.46.0")
}

// Apply a specific Java toolchain to ease working on different environments.
Expand Down

0 comments on commit ab34851

Please sign in to comment.