From fc13f336a25e9987ab22507d95d962746dd208f2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 11:36:54 +0000
Subject: [PATCH] Update all dependencies

| datasource     | package                                                                                                                 | from          | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| gradle-version | gradle                                                                                                                  | 8.1.1         | 8.8           |
| 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.24-1.0.20 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 1.8.21-1.0.11 | 1.9.24-1.0.20 |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-core                                                                        | 1.5.0         | 1.7.1         |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.22.0        | 1.23.6        |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0        | 0.15.0        |
| maven          | io.github.detekt.sarif4k:sarif4k                                                                                        | 0.3.0         | 0.6.0         |
| maven          | org.apache.commons:commons-text                                                                                         | 1.10.0        | 1.12.0        |
| maven          | org.junit.platform:junit-platform-launcher                                                                              | 1.9.2         | 1.10.3        |
| maven          | org.junit.jupiter:junit-jupiter-engine                                                                                  | 5.9.2         | 5.10.3        |
| maven          | org.junit.jupiter:junit-jupiter                                                                                         | 5.9.2         | 5.10.3        |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.157       | 4.8.174       |
| 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.24  |
| 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.24  |
| 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.24  |
| 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.24  |
| 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.24  |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.2.0-RC      | 1.2.4         |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.2.0-RC      | 1.2.4         |
| maven          | io.arrow-kt:arrow-annotations                                                                                           | 1.2.0-RC      | 1.2.4         |
---
 docs/docs/_includes/_js-bottom-docs.html |  2 +-
 gradle/projects.libs.versions.toml       | 22 +++++++++++-----------
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/docs/_includes/_js-bottom-docs.html b/docs/docs/_includes/_js-bottom-docs.html
index f39c727c..4b00cbea 100644
--- a/docs/docs/_includes/_js-bottom-docs.html
+++ b/docs/docs/_includes/_js-bottom-docs.html
@@ -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>
 
diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml
index af18a90d..9231808b 100644
--- a/gradle/projects.libs.versions.toml
+++ b/gradle/projects.libs.versions.toml
@@ -1,21 +1,21 @@
 [versions]
-arrow = "1.2.0-RC"
+arrow = "1.2.4"
 arrowMeta = "1.6.2"
-arrowGradleConfig = "0.12.0-rc.3"
-classgraph = "4.8.157"
+arrowGradleConfig = "0.12.0-rc.24"
+classgraph = "4.8.174"
 dokka = "1.8.10"
-junit = "5.9.2"
-junitLauncher = "1.9.2"
+junit = "5.10.3"
+junitLauncher = "1.10.3"
 kotlin = "1.8.21"
 kotest = "5.6.1"
 javaSmt = "3.14.3"
 javaCompileTesting = "0.21.0"
-apacheCommonsText = "1.10.0"
-sarif4k = "0.3.0"
-kotlinBinaryCompatibilityValidator = "0.13.0"
-detekt = "1.22.0"
-kotlinxSerialization = "1.5.0"
-ksp = "1.8.21-1.0.11"
+apacheCommonsText = "1.12.0"
+sarif4k = "0.6.0"
+kotlinBinaryCompatibilityValidator = "0.15.0"
+detekt = "1.23.6"
+kotlinxSerialization = "1.7.1"
+ksp = "1.9.24-1.0.20"
 
 [libraries]
 arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index fae08049..0d184210 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists