From 5eef93dd2ba594f2a74c248359227db9d1e48a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:14:42 +0000 Subject: [PATCH] Bump the all group with 4 updates Bumps the all group with 4 updates: com.diffplug.spotless, org.sonarqube, [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) and [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX). Updates `com.diffplug.spotless` from 8.0.0 to 8.1.0 Updates `org.sonarqube` from 7.0.1.6134 to 7.1.0.6387 Updates `io.ktor:ktor-server-netty` from 3.3.1 to 3.3.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.1...3.3.3) Updates `org.fxmisc.richtext:richtextfx` from 0.11.6 to 0.11.7 - [Release notes](https://github.com/FXMisc/RichTextFX/releases) - [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md) - [Commits](https://github.com/FXMisc/RichTextFX/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.sonarqube dependency-version: 7.1.0.6387 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.fxmisc.richtext:richtextfx dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- ide/build.gradle.kts | 2 +- miniweb/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 674cdc7..2bb92fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ plugins { //id("org.jetbrains.dokka") version "2.0.0" apply (false) `maven-publish` `java-library` - id("com.diffplug.spotless") version "8.0.0" apply false - id("org.sonarqube") version "7.0.1.6134" + id("com.diffplug.spotless") version "8.1.0" apply false + id("org.sonarqube") version "7.1.0.6387" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("com.github.ben-manes.versions") version "0.53.0" diff --git a/ide/build.gradle.kts b/ide/build.gradle.kts index 0341b93..efffb64 100644 --- a/ide/build.gradle.kts +++ b/ide/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { implementation("org.key-project:key.core:2.12.3") implementation("org.key-project:key.util:2.12.3") implementation("com.miglayout:miglayout-javafx:11.4.2") - implementation("org.fxmisc.richtext:richtextfx:0.11.6") + implementation("org.fxmisc.richtext:richtextfx:0.11.7") implementation("org.kordamp.ikonli:ikonli-antdesignicons-pack:12.4.0") implementation("org.kordamp.ikonli:ikonli-fontawesome5-pack:12.4.0") implementation("org.kordamp.ikonli:ikonli-javafx:12.4.0") diff --git a/miniweb/build.gradle.kts b/miniweb/build.gradle.kts index c284ad7..4753799 100644 --- a/miniweb/build.gradle.kts +++ b/miniweb/build.gradle.kts @@ -7,7 +7,7 @@ val ktor_version = "1.6.7" dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("io.ktor:ktor-server-netty:3.3.1") + implementation("io.ktor:ktor-server-netty:3.3.3") implementation("io.ktor:ktor-html-builder:1.6.8") implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2") implementation("org.slf4j:slf4j-simple:2.0.17")