Skip to content

Commit 9b033d1

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ---------------------------------------- | ------ | ----- | | gradle-version | gradle | 8.14.3 | 9.0.0 | | maven | com.squareup.okhttp3:logging-interceptor | 4.12.0 | 5.1.0 |
1 parent a17c08f commit 9b033d1

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ktlint = "1.0.0"
3232
mockk = "1.14.5"
3333
poko = "0.19.3"
3434
squareup-leakcanary = "2.14"
35-
squareup-logging-interceptor = "4.12.0"
35+
squareup-logging-interceptor = "5.1.0"
3636
squareup-moshi = "1.15.2"
3737
squareup-retrofit = "3.0.0"
3838
spotless = "7.2.1"

gradle/wrapper/gradle-wrapper.jar

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

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)