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.0        |
| 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.github.classgraph:classgraph                               | 4.8.138      | 4.8.141      |
  • Loading branch information
renovate-bot committed Mar 4, 2022
1 parent e9528b4 commit 1745bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0/lottie.min.js" type="text/javascript"></script>

<!-- Highlight -->
<script src="/js/highlight.pack.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Expand Up @@ -3,7 +3,7 @@ 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"
Expand All @@ -14,7 +14,7 @@ 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

0 comments on commit 1745bcd

Please sign in to comment.