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/upload-artifact                                                                                                 | v3.0.0 | v3.1.0 |
| github-tags | actions/upload-artifact                                                                                                 | v3.0.0 | v3.1.0 |
| github-tags | gradle/gradle-build-action                                                                                              | v2.1.5 | v2.1.6 |
| github-tags | gradle/gradle-build-action                                                                                              | v2.1.5 | v2.1.6 |
| github-tags | gradle/gradle-build-action                                                                                              | v2.1.5 | v2.1.6 |
| maven       | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.9.0  | 0.10.0 |
| maven       | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.10.1 | 0.10.2 |
| maven       | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.10.1 | 0.10.2 |
| maven       | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.10.1 | 0.10.2 |
| maven       | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.10.1 | 0.10.2 |
| maven       | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.10.1 | 0.10.2 |
  • Loading branch information
renovate-bot committed May 20, 2022
1 parent e2060cf commit 8c5b986
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/[email protected].5
uses: gradle/[email protected].6
with:
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace

Expand All @@ -53,7 +53,7 @@ jobs:
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/[email protected].5
uses: gradle/[email protected].6
with:
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0

- name: Build
uses: gradle/[email protected].5
uses: gradle/[email protected].6
with:
arguments: apiDump

Expand Down
4 changes: 2 additions & 2 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
arrow = "1.1.2"
arrowMeta = "1.6.1-alpha.5"
arrowGradleConfig = "0.10.1"
arrowGradleConfig = "0.10.2"
classgraph = "4.8.146"
dokka = "1.6.21"
junit = "5.8.2"
Expand All @@ -12,7 +12,7 @@ javaSmt = "3.12.0"
javaCompileTesting = "0.19"
apacheCommonsText = "1.9"
sarif4k = "0.0.1"
kotlinBinaryCompatibilityValidator = "0.9.0"
kotlinBinaryCompatibilityValidator = "0.10.0"
detekt = "1.20.0"

[libraries]
Expand Down

0 comments on commit 8c5b986

Please sign in to comment.