Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                       | from         | to           |
| -------------- | ------------------------------------------------------------- | ------------ | ------------ |
| cdnjs          | bodymovin/lottie.min.js                                       | 5.8.1        | 5.9.1        |
| gradle-version | gradle                                                        | 7.4          | 7.4.1        |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.10-1.0.2 | 1.6.10-1.0.4 |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.10-1.0.2 | 1.6.10-1.0.4 |
| maven          | com.google.devtools.ksp:symbol-processing-api                 | 1.6.10-1.0.2 | 1.6.10-1.0.4 |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.1.0        | 5.2.1        |
| maven          | io.kotest:kotest-runner-junit5                                | 5.1.0        | 5.2.1        |
| maven          | io.kotest:kotest-property                                     | 5.1.0        | 5.2.1        |
| maven          | io.kotest:kotest-framework-engine                             | 5.1.0        | 5.2.1        |
| maven          | io.kotest:kotest-assertions-core                              | 5.1.0        | 5.2.1        |
| maven          | io.github.classgraph:classgraph                               | 4.8.138      | 4.8.141      |
  • Loading branch information
renovate-bot committed Mar 14, 2022
1 parent 74c3718 commit eeb5ee0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.8.1/lottie.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.1/lottie.min.js" type="text/javascript"></script>

<!-- Highlight -->
<script src="/js/highlight.pack.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Expand Up @@ -3,18 +3,18 @@ animalSniffer = "1.5.4"
arrowGradleConfig = "0.10.0"
assertj = "3.22.0"
coroutines = "1.6.0"
classgraph = "4.8.138"
classgraph = "4.8.141"
dokka = "1.6.10"
jUnit = "4.13.2"
jUnitJupiter = "5.8.2"
jUnitVintage = "5.8.2"
kotest = "5.1.0"
kotestGradle = "5.1.0"
kotest = "5.2.1"
kotestGradle = "5.2.1"
kotlin = "1.6.10"
kotlinBinaryCompatibilityValidator = "0.8.0"
kotlinCompileTesting = "1.4.7"
knit = "0.3.0"
kspVersion = "1.6.10-1.0.2"
kspVersion = "1.6.10-1.0.4"
kotlinxSerialization = "1.3.2"
mockWebServer = "4.9.3"
retrofit = "2.9.0"
Expand Down
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit eeb5ee0

Please sign in to comment.