Skip to content

Commit e3bc8b4

Browse files
Bump the gradle group across 1 directory with 2 updates
Bumps the gradle group with 2 updates in the / directory: [software.amazon.api.models:s3](https://github.com/aws/api-models-aws) and org.jreleaser. Updates `software.amazon.api.models:s3` from 1.0.17 to 1.0.18 - [Commits](https://github.com/aws/api-models-aws/commits) Updates `org.jreleaser` from 1.23.0 to 1.24.0 --- updated-dependencies: - dependency-name: software.amazon.api.models:s3 dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.jreleaser dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 903df65 commit e3bc8b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compile-testing = "0.23.0"
1616
json-schema = "1.12.1"
1717
shadow = "9.4.1"
1818
api-guardian = "1.1.2"
19-
jreleaser = "1.23.0"
19+
jreleaser = "1.24.0"
2020
runtime = "2.0.1"
2121
gradle-checksum = "1.4.0"
2222

smithy-aws-endpoints/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api(project(":smithy-model"))
2323
api(project(":smithy-utils"))
2424

25-
s3Model("software.amazon.api.models:s3:1.0.17")
25+
s3Model("software.amazon.api.models:s3:1.0.18")
2626
}
2727

2828
// Integration test source set for tests that require the S3 model

0 commit comments

Comments
 (0)