Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2023
1 parent 61bfdc8 commit 73205d1
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 59 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ coreKtx = "1.10.1"
espressoCore = "3.5.1"
firebaseCrashlyticsGradle = "2.9.6"
googleServices = "4.3.15"
grpc-protobuf = "1.56.0"
guava = "32.0.1-jre"
grpc-protobuf = "1.56.1"
guava = "32.1.1-jre"
json = "20230618"
junit-junit = "4.13.2"
lifecycleRuntimeKtx = "2.6.1"
mockk = "1.13.3"
mockk = "1.13.5"
navigationCompose = "2.6.0"
orgJacocoCore = "0.8.10"
protobuf-compiler = "3.23.0"
junit = "1.1.5"
kotest = "5.6.2"
kotlin = "1.8.21"
kotlin = "1.9.0"
gradle = "8.0.2"
kotlinxCoroutines = "1.7.1"
kotlinxCoroutines = "1.7.2"
mockitoAndroid = "5.3.1"
orchestrator = "1.4.2"
protobuf = "3.23.3"
protobuf = "3.23.4"
retrofit = "2.9.0"
retrofitProtobufJsonConverter = "1.0.0"
roomKtx = "2.5.2"
Expand Down Expand Up @@ -139,7 +139,7 @@ dokka = "org.jetbrains.dokka:1.8.20"
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
application = { id = "com.android.application", version.ref = "gradle" }
library = { id = "com.android.library", version.ref = "gradle" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.46.0" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.47.0" }
taskTree = { id = "com.dorongold.task-tree", version = "2.1.1" }
protobuf-plugin = { id = "com.google.protobuf", version = "0.9.3" }
sem-ver = { id = "io.github.andreabrighi.android-git-sensitive-semantic-versioning-gradle-plugin", version = "1.0.2" }
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
116 changes: 67 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"semantic-release-preconfigured-conventional-commits": "1.1.38"
"semantic-release-preconfigured-conventional-commits": "1.1.41"
},
"engines": {
"node": "18.16"
Expand Down

0 comments on commit 73205d1

Please sign in to comment.