Skip to content

Commit eac2825

Browse files
Update all dependencies
| datasource | package | from | to | | ---------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ | | rubygems | jekyll | 4.2.2 | 4.3.2 | | cdnjs | jquery/jquery.min.js | 3.6.0 | 3.6.4 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0 | 0.13.1 | | maven | org.junit.platform:junit-platform-launcher | 1.9.2 | 1.9.3 | | maven | org.junit.jupiter:junit-jupiter-engine | 5.9.2 | 5.9.3 | | maven | org.junit.jupiter:junit-jupiter | 5.9.2 | 5.9.3 |
1 parent b92708b commit eac2825

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
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.3.0"
44
gem "kramdown", ">= 2.3.1"

docs/Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.4)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.0)
7+
concurrent-ruby (1.2.2)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.8.0)
15-
i18n (1.12.0)
15+
i18n (1.13.0)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
17+
jekyll (4.3.2)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
2121
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
22+
jekyll-sass-converter (>= 2.0, < 4.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
24+
kramdown (~> 2.3, >= 2.3.1)
2525
kramdown-parser-gfm (~> 1.0)
2626
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
27+
mercenary (>= 0.3.6, < 0.5)
2828
pathutil (~> 0.9)
29-
rouge (~> 3.0)
29+
rouge (>= 3.0, < 5.0)
3030
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
31+
terminal-table (>= 1.8, < 4.0)
32+
webrick (~> 1.7)
3233
jekyll-sass-converter (2.2.0)
3334
sassc (> 2.0.1, < 3.0)
3435
jekyll-watch (2.2.1)
@@ -56,12 +57,14 @@ GEM
5657
terminal-table (2.0.0)
5758
unicode-display_width (~> 1.1, >= 1.1.1)
5859
unicode-display_width (1.8.0)
60+
webrick (1.8.1)
5961

6062
PLATFORMS
6163
x86_64-darwin-21
64+
x86_64-linux
6265

6366
DEPENDENCIES
64-
jekyll (~> 4.2.0)
67+
jekyll (~> 4.3.0)
6568
kramdown (>= 2.3.1)
6669

6770
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.6.4/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ arrowMeta = "1.6.2"
44
arrowGradleConfig = "0.12.0-rc.3"
55
classgraph = "4.8.157"
66
dokka = "1.8.10"
7-
junit = "5.9.2"
8-
junitLauncher = "1.9.2"
7+
junit = "5.9.3"
8+
junitLauncher = "1.9.3"
99
kotlin = "1.8.21"
1010
kotest = "5.6.1"
1111
javaSmt = "3.14.3"
1212
javaCompileTesting = "0.21.0"
1313
apacheCommonsText = "1.10.0"
1414
sarif4k = "0.3.0"
15-
kotlinBinaryCompatibilityValidator = "0.13.0"
15+
kotlinBinaryCompatibilityValidator = "0.13.1"
1616
detekt = "1.22.0"
1717
kotlinxSerialization = "1.5.0"
1818
ksp = "1.8.21-1.0.11"

0 commit comments

Comments
 (0)