From 3f50ef730f9b45cb5db5c34acaf2e43ec2d75e37 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 20:00:12 +0000
Subject: [PATCH] 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 |
---
docs/Gemfile | 2 +-
docs/Gemfile.lock | 19 +++++++++++--------
docs/docs/_includes/_js-bottom-docs.html | 2 +-
gradle/projects.libs.versions.toml | 4 ++--
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/docs/Gemfile b/docs/Gemfile
index bf684b9a..059cd7d5 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,4 +1,4 @@
source "https://rubygems.org"
-gem "jekyll", "~> 4.2.0"
+gem "jekyll", "~> 4.3.0"
gem "kramdown", ">= 2.3.1"
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index c583fa1c..24006382 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
- concurrent-ruby (1.2.0)
+ concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@@ -14,21 +14,22 @@ GEM
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
- jekyll (4.2.2)
+ jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
- jekyll-sass-converter (~> 2.0)
+ jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
- kramdown (~> 2.3)
+ kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
- mercenary (~> 0.4.0)
+ mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
- rouge (~> 3.0)
+ rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
- terminal-table (~> 2.0)
+ terminal-table (>= 1.8, < 4.0)
+ webrick (~> 1.7)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
@@ -56,12 +57,14 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
+ webrick (1.8.1)
PLATFORMS
x86_64-darwin-21
+ x86_64-linux
DEPENDENCIES
- jekyll (~> 4.2.0)
+ jekyll (~> 4.3.0)
kramdown (>= 2.3.1)
BUNDLED WITH
diff --git a/docs/docs/_includes/_js-bottom-docs.html b/docs/docs/_includes/_js-bottom-docs.html
index f39c727c..f6e10ee4 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 d525bb8e..cb6d66d9 100644
--- a/gradle/projects.libs.versions.toml
+++ b/gradle/projects.libs.versions.toml
@@ -10,11 +10,11 @@ kotlin = "1.8.10"
kotest = "5.5.5"
javaSmt = "3.14.3"
javaCompileTesting = "0.21.0"
-apacheCommonsText = "1.9"
+apacheCommonsText = "1.10.0"
sarif4k = "0.3.0"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"
-kotlinxSerialization = "1.5.0-RC"
+kotlinxSerialization = "1.5.0"
ksp = "1.8.10-1.0.9"
[libraries]