Skip to content

Commit 978c96a

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:kotlinx-serialization-core | 1.5.0-RC | 1.5.0 | | maven | org.apache.commons:commons-text | 1.9 | 1.10.0 |
1 parent edd4ca7 commit 978c96a

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
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: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.2)
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)
@@ -14,21 +14,22 @@ GEM
1414
http_parser.rb (0.8.0)
1515
i18n (1.12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ kotlin = "1.8.10"
1010
kotest = "5.5.5"
1111
javaSmt = "3.14.3"
1212
javaCompileTesting = "0.21.0"
13-
apacheCommonsText = "1.9"
13+
apacheCommonsText = "1.10.0"
1414
sarif4k = "0.3.0"
1515
kotlinBinaryCompatibilityValidator = "0.13.0"
1616
detekt = "1.22.0"
17-
kotlinxSerialization = "1.5.0-RC"
17+
kotlinxSerialization = "1.5.0"
1818
ksp = "1.8.10-1.0.9"
1919

2020
[libraries]

0 commit comments

Comments
 (0)