Skip to content

Commit 0bd88e8

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- | | gradle-version | gradle | 8.1.1 | 8.14.4 | | rubygems | jekyll | 4.2.2 | 4.4.1 | | cdnjs | jquery/jquery.min.js | 3.6.0 | 3.7.1 | | rubygems | kramdown | 2.4.0 | 2.5.2 | | maven | com.google.devtools.ksp:symbol-processing | 1.8.21-1.0.11 | 1.9.25-1.0.20 | | maven | com.google.devtools.ksp:symbol-processing-api | 1.8.21-1.0.11 | 1.9.25-1.0.20 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-core | 1.5.0 | 1.10.0 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.22.0 | 1.23.8 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0 | 0.18.1 | | maven | io.github.detekt.sarif4k:sarif4k | 0.3.0 | 0.6.0 | | maven | org.apache.commons:commons-text | 1.10.0 | 1.15.0 | | maven | com.google.testing.compile:compile-testing | 0.21.0 | 0.23.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21 | 1.9.25 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.21 | 1.9.25 | | maven | org.junit.platform:junit-platform-launcher | 1.9.2 | 1.14.2 | | maven | org.junit.jupiter:junit-jupiter-engine | 5.9.2 | 5.14.2 | | maven | org.junit.jupiter:junit-jupiter | 5.9.2 | 5.14.2 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.10 | 1.9.20 | | maven | io.github.classgraph:classgraph | 4.8.157 | 4.8.184 | | 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.26 | | 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.26 | | 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.26 | | 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.26 | | 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.26 | | 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 |
1 parent fa9fcb8 commit 0bd88e8

File tree

5 files changed

+48
-36
lines changed

5 files changed

+48
-36
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.2.0"
3+
gem "jekyll", "~> 4.4.0"
44
gem "kramdown", ">= 2.3.1"

docs/Gemfile.lock

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.0)
8+
concurrent-ruby (1.3.6)
9+
csv (3.3.5)
810
em-websocket (0.5.3)
911
eventmachine (>= 0.12.9)
1012
http_parser.rb (~> 0)
1113
eventmachine (1.2.7)
12-
ffi (1.15.5)
14+
ffi (1.17.3-x86_64-darwin)
15+
ffi (1.17.3-x86_64-linux-gnu)
1316
forwardable-extended (2.6.0)
14-
http_parser.rb (0.8.0)
15-
i18n (1.12.0)
17+
http_parser.rb (0.8.1)
18+
i18n (1.14.8)
1619
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
20+
jekyll (4.4.1)
1821
addressable (~> 2.4)
22+
base64 (~> 0.2)
1923
colorator (~> 1.0)
24+
csv (~> 3.0)
2025
em-websocket (~> 0.5)
2126
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
27+
jekyll-sass-converter (>= 2.0, < 4.0)
2328
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
29+
json (~> 2.6)
30+
kramdown (~> 2.3, >= 2.3.1)
2531
kramdown-parser-gfm (~> 1.0)
2632
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
33+
mercenary (~> 0.3, >= 0.3.6)
2834
pathutil (~> 0.9)
29-
rouge (~> 3.0)
35+
rouge (>= 3.0, < 5.0)
3036
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
37+
terminal-table (>= 1.8, < 4.0)
38+
webrick (~> 1.7)
3239
jekyll-sass-converter (2.2.0)
3340
sassc (> 2.0.1, < 3.0)
3441
jekyll-watch (2.2.1)
3542
listen (~> 3.0)
36-
kramdown (2.4.0)
37-
rexml
43+
json (2.18.0)
44+
kramdown (2.5.2)
45+
rexml (>= 3.4.4)
3846
kramdown-parser-gfm (1.1.0)
3947
kramdown (~> 2.0)
4048
liquid (4.0.4)
41-
listen (3.8.0)
49+
listen (3.10.0)
50+
logger
4251
rb-fsevent (~> 0.10, >= 0.10.3)
4352
rb-inotify (~> 0.9, >= 0.9.10)
53+
logger (1.7.0)
4454
mercenary (0.4.0)
4555
pathutil (0.16.2)
4656
forwardable-extended (~> 2.6)
47-
public_suffix (5.0.1)
57+
public_suffix (5.1.1)
4858
rb-fsevent (0.11.2)
49-
rb-inotify (0.10.1)
59+
rb-inotify (0.11.1)
5060
ffi (~> 1.0)
51-
rexml (3.2.5)
61+
rexml (3.4.4)
5262
rouge (3.30.0)
5363
safe_yaml (1.0.5)
5464
sassc (2.4.0)
5565
ffi (~> 1.9)
5666
terminal-table (2.0.0)
5767
unicode-display_width (~> 1.1, >= 1.1.1)
5868
unicode-display_width (1.8.0)
69+
webrick (1.9.2)
5970

6071
PLATFORMS
6172
x86_64-darwin-21
73+
x86_64-linux
6274

6375
DEPENDENCIES
64-
jekyll (~> 4.2.0)
76+
jekyll (~> 4.4.0)
6577
kramdown (>= 2.3.1)
6678

6779
BUNDLED WITH

docs/docs/_includes/_js-bottom-docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Jquery -->
2-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
2+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
33
<!-- Github functions -->
44
<script async defer src="https://buttons.github.io/buttons.js"></script>
55

gradle/projects.libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
arrow = "1.2.0-RC"
2+
arrow = "1.2.4"
33
arrowMeta = "1.6.2"
4-
arrowGradleConfig = "0.12.0-rc.3"
5-
classgraph = "4.8.157"
6-
dokka = "1.8.10"
7-
junit = "5.9.2"
8-
junitLauncher = "1.9.2"
9-
kotlin = "1.8.21"
4+
arrowGradleConfig = "0.12.0-rc.26"
5+
classgraph = "4.8.184"
6+
dokka = "1.9.20"
7+
junit = "5.14.2"
8+
junitLauncher = "1.14.2"
9+
kotlin = "1.9.25"
1010
kotest = "5.6.1"
1111
javaSmt = "3.14.3"
12-
javaCompileTesting = "0.21.0"
13-
apacheCommonsText = "1.10.0"
14-
sarif4k = "0.3.0"
15-
kotlinBinaryCompatibilityValidator = "0.13.0"
16-
detekt = "1.22.0"
17-
kotlinxSerialization = "1.5.0"
18-
ksp = "1.8.21-1.0.11"
12+
javaCompileTesting = "0.23.0"
13+
apacheCommonsText = "1.15.0"
14+
sarif4k = "0.6.0"
15+
kotlinBinaryCompatibilityValidator = "0.18.1"
16+
detekt = "1.23.8"
17+
kotlinxSerialization = "1.10.0"
18+
ksp = "1.9.25-1.0.20"
1919

2020
[libraries]
2121
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)