Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                       | from         | to            |
| ---------- | --------------------------------------------- | ------------ | ------------- |
| cdnjs      | jquery/jquery.min.js                          | 3.6.0        | 3.6.4         |
| maven      | com.google.devtools.ksp:symbol-processing     | 1.8.10-1.0.9 | 1.8.20-1.0.10 |
| maven      | com.google.devtools.ksp:symbol-processing-api | 1.8.10-1.0.9 | 1.8.20-1.0.10 |
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 2dafda4 commit fc1e5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/_includes/_js-bottom-docs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<!-- Github functions -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kotlinCompileTesting = "1.5.0"
javaCompileTesting = "0.21.0"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"
ksp = "1.8.10-1.0.9"
ksp = "1.8.20-1.0.10"

[libraries]
arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
Expand Down

0 comments on commit fc1e5bb

Please sign in to comment.