Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

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.2.0 | v3.3.0  |
| github-tags | actions/setup-java                                                                  | v3.9.0 | v3.10.0 |
| github-tags | actions/upload-artifact                                                             | v3.1.1 | v3.1.2  |
| maven       | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                           | 3.12   | 3.12.3  |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.10  |
| maven       | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.5.4  | 5.5.5   |
| maven       | io.kotest:kotest-runner-junit5                                                      | 5.5.4  | 5.5.5   |
| maven       | io.kotest:kotest-property                                                           | 5.5.4  | 5.5.5   |
| maven       | io.kotest:kotest-framework-engine                                                   | 5.5.4  | 5.5.5   |
| maven       | io.kotest:kotest-assertions-core                                                    | 5.5.4  | 5.5.5   |
| maven       | io.arrow-kt:arrow-fx-coroutines                                                     | 1.1.3  | 1.1.5   |
| maven       | io.arrow-kt:arrow-optics                                                            | 1.1.3  | 1.1.5   |
| maven       | io.arrow-kt:arrow-core                                                              | 1.1.3  | 1.1.5   |
  • Loading branch information
renovate[bot] committed Feb 7, 2023
1 parent 8bedfd5 commit 3df58ad
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-alpha-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -64,7 +64,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

Expand All @@ -29,7 +29,7 @@ jobs:
xcode-version: '13.4.1'

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Upload reports
if: always()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -52,7 +52,7 @@ jobs:
arguments: build --scan --full-stacktrace

- name: Upload reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand All @@ -78,7 +78,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'temurin'
java-version: 11
Expand Down
8 changes: 4 additions & 4 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
arrow = "1.1.3"
arrow = "1.1.5"
arrowGradleConfig = "0.11.0"
coroutines = "1.6.4"
dokka = "1.7.20"
kotest = "5.5.4"
kotest-plugin = "5.5.4"
kotlin = "1.7.22"
kotest = "5.5.5"
kotest-plugin = "5.5.5"
kotlin = "1.8.10"
kotlinBinaryCompatibilityValidator = "0.12.1"
kover = "0.6.1"
nexusPublish = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS")
rootProject.name = "Saga"

plugins {
id("com.gradle.enterprise") version "3.12"
id("com.gradle.enterprise") version "3.12.3"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 3df58ad

Please sign in to comment.