diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index d6453557d..26fb5b752 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.1)
- public_suffix (>= 2.0.2, < 6.0)
+ addressable (2.8.7)
+ public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
- concurrent-ruby (1.2.2)
+ concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
- google-protobuf (3.22.2-x86_64-darwin)
+ google-protobuf (3.22.5)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
- jekyll (4.3.2)
+ jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@@ -46,15 +46,19 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (5.0.1)
+ public_suffix (5.0.5)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
- rexml (3.2.5)
- rouge (4.1.0)
+ rexml (3.2.9)
+ strscan
+ rouge (4.1.3)
safe_yaml (1.0.5)
- sass-embedded (1.59.2-x86_64-darwin)
+ sass-embedded (1.59.3-x86_64-darwin)
google-protobuf (~> 3.21)
+ sass-embedded (1.59.3-x86_64-linux-gnu)
+ google-protobuf (~> 3.21)
+ strscan (1.0.3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
@@ -62,6 +66,7 @@ GEM
PLATFORMS
x86_64-darwin-21
+ x86_64-linux
DEPENDENCIES
jekyll (~> 4.3.2)
diff --git a/docs/docs/_includes/_js-bottom-docs.html b/docs/docs/_includes/_js-bottom-docs.html
index f39c727cb..4b00cbea0 100644
--- a/docs/docs/_includes/_js-bottom-docs.html
+++ b/docs/docs/_includes/_js-bottom-docs.html
@@ -1,5 +1,5 @@
-
+
diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml
index 6d1d29f9b..609e06d02 100644
--- a/gradle/projects.libs.versions.toml
+++ b/gradle/projects.libs.versions.toml
@@ -1,18 +1,18 @@
[versions]
-arrow = "1.2.0-RC"
-arrowGradleConfig = "0.12.0-rc.3"
-assertj = "3.24.2"
-classgraph = "4.8.157"
-dokka = "1.8.10"
+arrow = "1.2.4"
+arrowGradleConfig = "0.12.0-rc.24"
+assertj = "3.26.3"
+classgraph = "4.8.174"
+dokka = "1.9.20"
intellijOpenApi = "7.0.3"
-javaAssist = "3.29.2-GA"
-junit = "5.9.2"
-kotlin = "1.9.21"
-kotlinCompileTesting = "0.4.0"
+javaAssist = "3.30.2-GA"
+junit = "5.11.0"
+kotlin = "1.9.25"
+kotlinCompileTesting = "0.5.1"
javaCompileTesting = "0.21.0"
-kotlinBinaryCompatibilityValidator = "0.13.0"
-detekt = "1.22.0"
-ksp = "1.9.21-1.0.15"
+kotlinBinaryCompatibilityValidator = "0.16.3"
+detekt = "1.23.6"
+ksp = "1.9.25-1.0.20"
[libraries]
arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e1bef7e87..e1adfb493 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.0.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists