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/cache                                                                                                           | v2.1.6        | v2.1.7 |
| github-tags    | actions/cache                                                                                                           | v2.1.6        | v2.1.7 |
| github-tags    | actions/cache                                                                                                           | v2.1.6        | v2.1.7 |
| github-tags    | actions/cache                                                                                                           | v2.1.6        | v2.1.7 |
| github-tags    | actions/cache                                                                                                           | v2.1.6        | v2.1.7 |
| github-tags    | actions/cache                                                                                                           | v2.1.6        | v2.1.7 |
| cdnjs          | bodymovin/lottie.min.js                                                                                                 | 5.5.6         | 5.8.1  |
| gradle-version | gradle                                                                                                                  | 7.3           | 7.3.2  |
| cdnjs          | jquery/jquery.min.js                                                                                                    | 3.2.1         | 3.6.0  |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19          | 1.20   |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19          | 1.20   |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19          | 1.20   |
| maven          | com.squareup.retrofit2:retrofit                                                                                         | 2.8.1         | 2.9.0  |
| maven          | com.squareup.retrofit2:converter-gson                                                                                   | 2.8.1         | 2.9.0  |
| maven          | com.squareup.okhttp3:mockwebserver                                                                                      | 4.9.2         | 4.9.3  |
| maven          | com.squareup:kotlinpoet                                                                                                 | 1.5.0         | 1.10.2 |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.7.1         | 0.8.0  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 1.5.31        | 1.6.10 |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                                       | 1.5.31        | 1.6.10 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.5.31        | 1.6.10 |
| maven          | io.kotlintest:kotlintest-runner-junit4                                                                                  | 3.3.3         | 3.4.2  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                                                           | 5.0.0.5       | 5.0.2  |
| maven          | io.kotest:kotest-runner-junit5                                                                                          | 5.0.0.M2      | 5.0.2  |
| maven          | io.kotest:kotest-property                                                                                               | 5.0.0.M2      | 5.0.2  |
| maven          | io.kotest:kotest-framework-engine                                                                                       | 5.0.0.M2      | 5.0.2  |
| maven          | io.kotest:kotest-assertions-core                                                                                        | 5.0.0.M2      | 5.0.2  |
| maven          | org.junit.vintage:junit-vintage-engine                                                                                  | 5.5.2         | 5.8.2  |
| maven          | junit:junit                                                                                                             | 4.12          | 4.13.2 |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.5.30        | 1.6.0  |
| maven          | com.google.testing.compile:compile-testing                                                                              | 0.18          | 0.19   |
| maven          | com.google.auto.service:auto-service                                                                                    | 1.0-rc7       | 1.0.1  |
| maven          | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.6.0-alpha.4 | 0.6.0  |
| maven          | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.6.0-alpha.4 | 0.6.0  |
| maven          | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.6.0-alpha.4 | 0.6.0  |
| maven          | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.6.0-alpha.4 | 0.6.0  |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.6.0-alpha.4 | 0.6.0  |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                                                           | 1.5.0         | 1.5.4  |
  • Loading branch information
renovate-bot committed Dec 15, 2021
1 parent 6d7fc75 commit 140a215
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: |
~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions arrow-libs/gradle/animalsniffer-mpp.gradle
Expand Up @@ -23,12 +23,12 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.19"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.20"
}
}
jvmMain {
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.19"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.20"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion arrow-libs/gradle/animalsniffer.gradle
Expand Up @@ -22,6 +22,6 @@ animalsniffer {
ignore 'java.lang.*'
}
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.19"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.20"
signature 'net.sf.androidscents.signature:android-api-level-21:5.0.1_r2@signature'
}
2 changes: 1 addition & 1 deletion arrow-site/docs/_includes/_head.html
Expand Up @@ -32,7 +32,7 @@

<!-- Site main css -->
<link rel="stylesheet" type="text/css" href="/css/home-styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.5.6/lottie.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.8.1/lottie.min.js" type="text/javascript"></script>

<!-- Highlight -->
<script src="/js/highlight.pack.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion arrow-site/docs/_includes/_js-bottom-docs.html
@@ -1,5 +1,5 @@
<!-- Jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

<!-- Github functions -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand Down
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
@@ -1,21 +1,21 @@
[versions]
animalSniffer = "1.5.0"
arrowGradleConfig = "0.6.0-alpha.4"
autoService = "1.0-rc7"
compileTesting = "0.18"
animalSniffer = "1.5.4"
arrowGradleConfig = "0.6.0"
autoService = "1.0.1"
compileTesting = "0.19"
coroutines = "1.5.2"
dokka = "1.5.30"
jUnit = "4.12"
jUnitVintage = "5.5.2"
kotest = "5.0.0.M2"
kotestGradle = "5.0.0.5"
kotlinTest = "3.3.3"
kotlin = "1.5.31"
kotlinBinaryCompatibilityValidator = "0.7.1"
kotlinPoet = "1.5.0"
dokka = "1.6.0"
jUnit = "4.13.2"
jUnitVintage = "5.8.2"
kotest = "5.0.2"
kotestGradle = "5.0.2"
kotlinTest = "3.4.2"
kotlin = "1.6.10"
kotlinBinaryCompatibilityValidator = "0.8.0"
kotlinPoet = "1.10.2"
knit = "0.3.0"
mockWebServer = "4.9.2"
retrofit = "2.8.1"
mockWebServer = "4.9.3"
retrofit = "2.9.0"

[libraries]
arrow-kotlinMetadata = { module = "io.arrow-kt:kotlin-metadata", version.ref = "kotlin" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 140a215

Please sign in to comment.