diff --git a/docs/Gemfile b/docs/Gemfile
index 2eee74664..c5de4b401 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,4 +1,4 @@
source "https://rubygems.org"
-gem "jekyll", "~> 4.3.2"
+gem "jekyll", "~> 4.4.0"
gem "kramdown", ">= 2.4.0"
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index d6453557d..398f858e7 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -1,70 +1,89 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.1)
- public_suffix (>= 2.0.2, < 6.0)
+ addressable (2.9.0)
+ public_suffix (>= 2.0.2, < 8.0)
+ base64 (0.3.0)
+ bigdecimal (1.4.4)
colorator (1.1.0)
- concurrent-ruby (1.2.2)
+ concurrent-ruby (1.3.6)
+ csv (3.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
- ffi (1.15.5)
+ ffi (1.17.4-x86_64-darwin)
+ ffi (1.17.4-x86_64-linux-gnu)
forwardable-extended (2.6.0)
- google-protobuf (3.22.2-x86_64-darwin)
- http_parser.rb (0.8.0)
- i18n (1.12.0)
+ google-protobuf (4.35.0-x86_64-darwin)
+ bigdecimal
+ rake (~> 13.3)
+ google-protobuf (4.35.0-x86_64-linux-gnu)
+ bigdecimal
+ rake (~> 13.3)
+ http_parser.rb (0.8.1)
+ i18n (1.14.8)
concurrent-ruby (~> 1.0)
- jekyll (4.3.2)
+ jekyll (4.4.1)
addressable (~> 2.4)
+ base64 (~> 0.2)
colorator (~> 1.0)
+ csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
+ json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
- mercenary (>= 0.3.6, < 0.5)
+ mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
- jekyll-sass-converter (3.0.0)
- sass-embedded (~> 1.54)
+ jekyll-sass-converter (3.1.0)
+ sass-embedded (~> 1.75)
jekyll-watch (2.2.1)
listen (~> 3.0)
- kramdown (2.4.0)
- rexml
+ json (2.19.8)
+ kramdown (2.5.2)
+ rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
- listen (3.8.0)
+ listen (3.10.0)
+ logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
+ logger (1.7.0)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (5.0.1)
+ public_suffix (5.1.1)
+ rake (13.4.2)
rb-fsevent (0.11.2)
- rb-inotify (0.10.1)
+ rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.2.5)
- rouge (4.1.0)
+ rexml (3.4.4)
+ rouge (4.7.0)
safe_yaml (1.0.5)
- sass-embedded (1.59.2-x86_64-darwin)
- google-protobuf (~> 3.21)
+ sass-embedded (1.100.0-x86_64-darwin)
+ google-protobuf (~> 4.31)
+ sass-embedded (1.100.0-x86_64-linux-gnu)
+ google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
- unicode-display_width (2.4.2)
- webrick (1.8.1)
+ unicode-display_width (2.6.0)
+ webrick (1.9.2)
PLATFORMS
x86_64-darwin-21
+ x86_64-linux
DEPENDENCIES
- jekyll (~> 4.3.2)
+ jekyll (~> 4.4.0)
kramdown (>= 2.4.0)
BUNDLED WITH
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..03176bc36 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.26"
+assertj = "3.27.7"
+classgraph = "4.8.184"
+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"
-javaCompileTesting = "0.21.0"
-kotlinBinaryCompatibilityValidator = "0.13.0"
-detekt = "1.22.0"
-ksp = "1.9.21-1.0.15"
+javaAssist = "3.31.0-GA"
+junit = "5.14.4"
+kotlin = "1.9.25"
+kotlinCompileTesting = "0.13.0"
+javaCompileTesting = "0.23.0"
+kotlinBinaryCompatibilityValidator = "0.18.1"
+detekt = "1.23.8"
+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..b41387345 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.14.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists