Skip to content

Commit c68bf07

Browse files
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: com.android.tools.build:gradle, [com.google.zxing:core](https://github.com/zxing/zxing) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `com.android.tools.build:gradle` from 8.2.2 to 9.1.0 Updates `com.google.zxing:core` from 3.5.2 to 3.5.4 - [Release notes](https://github.com/zxing/zxing/releases) - [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES) - [Commits](zxing/zxing@zxing-3.5.2...zxing-3.5.4) Updates `gradle-wrapper` from 9.0.0 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.0.0...v9.4.1) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: com.google.zxing:core dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96a1bd2 commit c68bf07

6 files changed

Lines changed: 5 additions & 9 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:8.2.2'
7+
classpath 'com.android.tools.build:gradle:9.1.0'
88
}
99
}
1010

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
22
api "com.badlogicgames.gdx:gdx:$gdxVersion"
33
api "com.github.crykn:kryonet:2.22.9"
4-
api "com.google.zxing:core:3.5.2"
4+
api "com.google.zxing:core:3.5.4"
55
}

gradle/wrapper/gradle-wrapper.jar

3.43 KB
Binary file not shown.

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.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

Lines changed: 1 addition & 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)