diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c218e1..72a8fca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0c5e13b..f7c4f13 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml index 81db0c8..11ed919 100644 --- a/gradle/projects.libs.versions.toml +++ b/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.9.0" 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" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d..17a8ddc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/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.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists