Skip to content

Commit 2e80a43

Browse files
chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.1 (#1852)
* chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.1 Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.2.1 to 9.4.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.2.1...v9.4.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update DDB Mapper schema generator plugin to explicitly depend on gradleApi() --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Botsford <83236726+ianbotsf@users.noreply.github.com>
1 parent 8d145ca commit 2e80a43

5 files changed

Lines changed: 38 additions & 31 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

-12.4 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ kotlin {
2020
}
2121

2222
dependencies {
23+
implementation(gradleApi())
24+
2325
implementation(kotlin("gradle-plugin", version = kotlin.coreLibrariesVersion))
2426
implementation(libs.ksp.gradle.plugin)
2527

0 commit comments

Comments
 (0)