Skip to content

Commit 587b5ea

Browse files
chore(deps): bump the dependencies group with 2 updates (#355)
Bumps the dependencies group with 2 updates: [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `com.github.jknack:handlebars` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/jknack/handlebars.java/releases) - [Commits](jknack/handlebars.java@v4.5.2...v4.5.3) Updates `gradle-wrapper` from 9.5.1 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.5.1...v9.6.1) --- updated-dependencies: - dependency-name: com.github.jknack:handlebars dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
1 parent be451b4 commit 587b5ea

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configurations.testRuntimeClasspath {
6363
// WireMock 3.x hasn't backported the fix — only the 4.x beta line has.
6464
// We force the core jar only; handlebars-helpers cannot be forced to 4.5.2 because
6565
// NumberHelper moved packages between versions, which breaks WireMock at runtime.
66-
resolutionStrategy.force 'com.github.jknack:handlebars:4.5.2'
66+
resolutionStrategy.force 'com.github.jknack:handlebars:4.5.3'
6767
}
6868

6969
dependencies {

gradle/wrapper/gradle-wrapper.properties

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.5.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)