Skip to content

Commit

Permalink
Update all dependencies (#82)
Browse files Browse the repository at this point in the history
| datasource  | package                                                                                                                 | from    | to      |
| ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------- | ------- |
| github-tags | actions/checkout                                                                                                        | v3.0.0  | v3.0.1  |
| github-tags | actions/checkout                                                                                                        | v3.0.0  | v3.0.1  |
| github-tags | actions/checkout                                                                                                        | v3.0.0  | v3.0.1  |
| github-tags | stefanzweifel/git-auto-commit-action                                                                                    | v4.14.0 | v4.14.1 |
| maven       | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.19.0  | 1.20.0  |
| maven       | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.8.0   | 0.9.0   |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 1.6.20  | 1.6.21  |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.6.20  | 1.6.21  |
| maven       | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.6.10  | 1.6.20  |

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 20, 2022
1 parent ed2c847 commit 8d2506c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.0.0
- uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

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

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1

- uses: actions/setup-java@v3.1.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./gradlew --stop

- name: "Commit new API files"
uses: stefanzweifel/git-auto-commit-action@v4.14.0
uses: stefanzweifel/git-auto-commit-action@v4.14.1
with:
commit_message: Update API files
file_pattern: /**/api/*.api
8 changes: 4 additions & 4 deletions gradle/projects.libs.versions.toml
@@ -1,11 +1,11 @@
[versions]
arrow = "1.0.1"
dokka = "1.6.10"
dokka = "1.6.20"
arrowGradleConfig = "0.10.0"
kotlin = "1.6.20"
kotlin = "1.6.21"
kotest = "5.2.3"
kotlinBinaryCompatibilityValidator = "0.8.0"
detekt = "1.19.0"
kotlinBinaryCompatibilityValidator = "0.9.0"
detekt = "1.20.0"
animalsniffer = "1.5.4"
jacksonModuleKotlin = "2.13.2"
animalsnifferAnnoation = "1.21"
Expand Down

0 comments on commit 8d2506c

Please sign in to comment.