Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                  | from   | to    |
| -------------- | ---------------------------------------- | ------ | ----- |
| gradle-version | gradle                                   | 7.6    | 8.3   |
| maven          | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.2.1 |
| maven          | com.android.tools.build:gradle           | 7.4.1  | 8.1.1 |
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent e7ee73a commit baf7b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
android = "7.4.1"
android = "8.1.1"
arrow = "1.2.0"
arrowGradleConfig = "0.11.0"
coroutines = "1.7.2"
dokka = "1.8.20"
gradlePublish = "0.21.0"
gradlePublish = "1.2.1"
javierscSemverGradlePlugin = "0.5.0-rc.1"
kotlin = "1.8.22"
nexusPublish = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit baf7b0c

Please sign in to comment.