Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                             | from   | to     |
| -------------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | actions/checkout                                                                    | v3.5.2 | v3.5.3 |
| gradle-version | gradle                                                                              | 8.1.1  | 8.2    |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                       | 1.7.0  | 1.7.1  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21 | 1.8.22 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.21 | 1.8.22 |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.10 | 1.8.20 |
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 2918f2c commit d276b41
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
integrations-version: ${{ steps.get-integrations-version.outputs.integrations-version }}

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- uses: actions/setup-java@v3.11.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions gradle/projects.libs.versions.toml
@@ -1,12 +1,12 @@
[versions]
arrow = "1.1.5"
dokka = "1.8.10"
dokka = "1.8.20"
arrowGradleConfig = "0.11.0"
kotlin = "1.8.21"
kotlin = "1.8.22"
kotest = "5.6.2"
kotlinBinaryCompatibilityValidator = "0.13.2"
detekt = "1.23.0"
animalsniffer = "1.7.0"
animalsniffer = "1.7.1"
jacksonModuleKotlin = "2.15.2"
animalsnifferAnnoation = "1.23"
kotestExtensionsArrow = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
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
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d276b41

Please sign in to comment.