Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                                 | from          | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| gradle-version | gradle                                                                                                                  | 8.0.2         | 8.5           |
| cdnjs          | jquery/jquery.min.js                                                                                                    | 3.6.0         | 3.7.1         |
| maven          | com.google.devtools.ksp:symbol-processing                                                                               | 1.8.21-1.0.11 | 1.9.21-1.0.16 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 1.8.21-1.0.11 | 1.9.21-1.0.16 |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.22.0        | 1.23.4        |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0        | 0.13.2        |
| maven          | org.junit.jupiter:junit-jupiter-engine                                                                                  | 5.9.2         | 5.10.1        |
| maven          | org.junit.jupiter:junit-jupiter                                                                                         | 5.9.2         | 5.10.1        |
| maven          | org.javassist:javassist                                                                                                 | 3.29.2-GA     | 3.30.0-GA     |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.157       | 4.8.165       |
| maven          | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.12.0-rc.3   | 0.12.0-rc.6   |
| maven          | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.12.0-rc.3   | 0.12.0-rc.6   |
| maven          | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.12.0-rc.3   | 0.12.0-rc.6   |
| maven          | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.12.0-rc.3   | 0.12.0-rc.6   |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.12.0-rc.3   | 0.12.0-rc.6   |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.2.0-RC      | 1.2.1         |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.2.0-RC      | 1.2.1         |
  • Loading branch information
renovate[bot] committed Dec 16, 2023
1 parent d372ad2 commit 2ebec25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.7.1/jquery.min.js"></script>
<!-- Github functions -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

Expand Down
16 changes: 8 additions & 8 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
arrow = "1.2.0-RC"
arrowGradleConfig = "0.12.0-rc.3"
arrow = "1.2.1"
arrowGradleConfig = "0.12.0-rc.6"
assertj = "3.24.2"
classgraph = "4.8.157"
classgraph = "4.8.165"
dokka = "1.8.10"
intellijOpenApi = "7.0.3"
javaAssist = "3.29.2-GA"
junit = "5.9.2"
javaAssist = "3.30.0-GA"
junit = "5.10.1"
kotlin = "1.8.21"
kotlinCompileTesting = "1.5.0"
javaCompileTesting = "0.21.0"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"
ksp = "1.8.21-1.0.11"
kotlinBinaryCompatibilityValidator = "0.13.2"
detekt = "1.23.4"
ksp = "1.9.21-1.0.16"

[libraries]
arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2ebec25

Please sign in to comment.