Skip to content

Commit 4e10810

Browse files
chore(deps): bump the maven-dependencies group with 2 updates (#35)
Bumps the maven-dependencies group with 2 updates: gradle-wrapper and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf). Updates `gradle-wrapper` from 9.3.0 to 9.3.1 Updates `com.google.protobuf:protobuf-java` from 4.33.4 to 4.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65ad533 commit 4e10810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kotlinx-protobuf = "1.10.0"
1212
material = "1.13.0"
1313
materialedittext = "2.1.4"
1414
okhttp = "5.3.2"
15-
protobuf-java = "4.33.4"
15+
protobuf-java = "4.33.5"
1616
recyclerview = "1.4.0"
1717
xposed-api = "82"
1818

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

0 commit comments

Comments
 (0)