From f182d55d053e0aee6ea8c3f5c9fed058c173fb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:45:09 +0000 Subject: [PATCH] build(deps): bump the gradle-updates group across 1 directory with 6 updates Bumps the gradle-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.github.jnr:jffi](https://github.com/jnr/jffi) | `1.3.12` | `1.3.13` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.83.0` | `0.92.0` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.8` | `9.0.2` | | org.jetbrains.intellij.platform | `2.6.0` | `2.7.2` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` | Updates `com.github.jnr:jffi` from 1.3.12 to 1.3.13 - [Commits](https://github.com/jnr/jffi/compare/jffi-1.3.12...jffi-1.3.13) Updates `com.charleskorn.kaml:kaml` from 0.83.0 to 0.92.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.83.0...0.92.0) Updates `com.gradleup.shadow` from 8.3.8 to 9.0.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2) Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.2 Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.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.2.0...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.0 to 2.2.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.2.0...v2.2.10) --- updated-dependencies: - dependency-name: com.github.jnr:jffi dependency-version: 1.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.gradleup.shadow dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-updates - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- buildext/build.gradle.kts | 6 +++--- ffi/build.gradle.kts | 4 ++-- minimal/build.gradle.kts | 2 +- support/pork-idea/build.gradle.kts | 2 +- tool/build.gradle.kts | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/buildext/build.gradle.kts b/buildext/build.gradle.kts index dbc5b8b..4e67248 100644 --- a/buildext/build.gradle.kts +++ b/buildext/build.gradle.kts @@ -13,10 +13,10 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0") - implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.0") + implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10") + implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.10") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - implementation("com.charleskorn.kaml:kaml:0.83.0") + implementation("com.charleskorn.kaml:kaml:0.92.0") } java { diff --git a/ffi/build.gradle.kts b/ffi/build.gradle.kts index 4749eed..1e4066b 100644 --- a/ffi/build.gradle.kts +++ b/ffi/build.gradle.kts @@ -7,6 +7,6 @@ dependencies { api(project(":evaluator")) implementation(project(":common")) - implementation("com.github.jnr:jffi:1.3.12") - implementation("com.github.jnr:jffi:1.3.12:native") + implementation("com.github.jnr:jffi:1.3.13") + implementation("com.github.jnr:jffi:1.3.13:native") } diff --git a/minimal/build.gradle.kts b/minimal/build.gradle.kts index 1aa6a12..b55624f 100644 --- a/minimal/build.gradle.kts +++ b/minimal/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application id("gay.pizza.pork.module") - id("com.gradleup.shadow") version "8.3.8" + id("com.gradleup.shadow") version "9.0.2" } dependencies { diff --git a/support/pork-idea/build.gradle.kts b/support/pork-idea/build.gradle.kts index 3250f5d..0ef7c8d 100644 --- a/support/pork-idea/build.gradle.kts +++ b/support/pork-idea/build.gradle.kts @@ -1,7 +1,7 @@ import gay.pizza.pork.buildext.AstCodegenType plugins { - id("org.jetbrains.intellij.platform") version "2.6.0" + id("org.jetbrains.intellij.platform") version "2.7.2" id("gay.pizza.pork.module") id("gay.pizza.pork.ast") } diff --git a/tool/build.gradle.kts b/tool/build.gradle.kts index 960b6fd..6f11eb2 100644 --- a/tool/build.gradle.kts +++ b/tool/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application id("gay.pizza.pork.module") - id("com.gradleup.shadow") version "8.3.8" + id("com.gradleup.shadow") version "9.0.2" } dependencies { @@ -9,7 +9,7 @@ dependencies { api(project(":compiler")) api(project(":vm")) api("com.github.ajalt.clikt:clikt:5.0.3") - api("com.charleskorn.kaml:kaml:0.83.0") + api("com.charleskorn.kaml:kaml:0.92.0") implementation(project(":common")) }