From f1e1617c1e522352d0155f79b18c755c3e4b7b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:34:22 +0000 Subject: [PATCH] build(deps): bump the gradle-updates group across 1 directory with 3 updates Bumps the gradle-updates group with 3 updates in the / directory: [com.github.jnr:jffi](https://github.com/jnr/jffi), [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) and org.jetbrains.intellij.platform. 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.85.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.85.0) Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.0 --- 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.85.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- buildext/build.gradle.kts | 2 +- ffi/build.gradle.kts | 4 ++-- support/pork-idea/build.gradle.kts | 2 +- tool/build.gradle.kts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildext/build.gradle.kts b/buildext/build.gradle.kts index dbc5b8b..fb6e3fc 100644 --- a/buildext/build.gradle.kts +++ b/buildext/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0") implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - implementation("com.charleskorn.kaml:kaml:0.83.0") + implementation("com.charleskorn.kaml:kaml:0.85.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/support/pork-idea/build.gradle.kts b/support/pork-idea/build.gradle.kts index 3250f5d..781940b 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.0" id("gay.pizza.pork.module") id("gay.pizza.pork.ast") } diff --git a/tool/build.gradle.kts b/tool/build.gradle.kts index 960b6fd..398cbb0 100644 --- a/tool/build.gradle.kts +++ b/tool/build.gradle.kts @@ -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.85.0") implementation(project(":common")) }