From 66318d56cad7ad72b4511f464c11effe87913578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:24:16 +0000 Subject: [PATCH] Bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2-1` | `26.1.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.3.1` | `9.3.2` | | [com.miglayout:miglayout-javafx](https://github.com/mikaelgrev/miglayout) | `11.4.2` | `11.4.3` | Updates `org.jetbrains:annotations` from 26.0.2-1 to 26.1.0 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.2-1...26.1.0) Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.jetbrains.kotlin.jvm` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.3.10) Updates `com.gradleup.shadow` from 9.3.1 to 9.3.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.3.1...9.3.2) Updates `com.miglayout:miglayout-javafx` from 11.4.2 to 11.4.3 - [Release notes](https://github.com/mikaelgrev/miglayout/releases) - [Changelog](https://github.com/mikaelgrev/miglayout/blob/master/release.txt) - [Commits](https://github.com/mikaelgrev/miglayout/commits) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.gradleup.shadow dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.miglayout:miglayout-javafx dependency-version: 11.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- ide/build.gradle.kts | 4 ++-- miniweb/build.gradle.kts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd5977e..5c4cc47 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.sonarqube.gradle.SonarQubePlugin plugins { - id("org.jetbrains.kotlin.jvm") version "2.3.0" apply (false) + id("org.jetbrains.kotlin.jvm") version "2.3.10" apply (false) //id("org.jetbrains.dokka") version "2.0.0" apply (false) `maven-publish` `java-library` @@ -52,13 +52,13 @@ subprojects { plugin(platform("org.jetbrains.kotlin:kotlin-bom")) plugin("org.jetbrains.kotlin:kotlin-stdlib-jdk8") plugin("com.github.ajalt:clikt:2.8.0") - plugin("org.jetbrains:annotations:26.0.2-1") + plugin("org.jetbrains:annotations:26.1.0") plugin("org.slf4j:slf4j-api:2.0.17") val testImplementation by configurations - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") testImplementation("com.google.truth:truth:1.4.5") testImplementation("org.slf4j:slf4j-simple:2.0.17") } diff --git a/ide/build.gradle.kts b/ide/build.gradle.kts index a594fb2..ba7ae9d 100644 --- a/ide/build.gradle.kts +++ b/ide/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application antlr - id("com.gradleup.shadow") version "9.3.1" + id("com.gradleup.shadow") version "9.3.2" id("org.openjfx.javafxplugin") version "0.1.0" } @@ -9,7 +9,7 @@ plugins { 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("com.miglayout:miglayout-javafx:11.4.3") 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") diff --git a/miniweb/build.gradle.kts b/miniweb/build.gradle.kts index 192a5b3..0f974d7 100644 --- a/miniweb/build.gradle.kts +++ b/miniweb/build.gradle.kts @@ -1,6 +1,6 @@ plugins { application - id("com.gradleup.shadow") version "9.3.1" + id("com.gradleup.shadow") version "9.3.2" } val ktor_version = "1.6.7"