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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-29 01:34:22 +00:00 committed by GitHub
parent 3dcac2f9e6
commit f1e1617c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0") implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.0") implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") 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 { java {

View File

@ -7,6 +7,6 @@ dependencies {
api(project(":evaluator")) api(project(":evaluator"))
implementation(project(":common")) implementation(project(":common"))
implementation("com.github.jnr:jffi:1.3.12") implementation("com.github.jnr:jffi:1.3.13")
implementation("com.github.jnr:jffi:1.3.12:native") implementation("com.github.jnr:jffi:1.3.13:native")
} }

View File

@ -1,7 +1,7 @@
import gay.pizza.pork.buildext.AstCodegenType import gay.pizza.pork.buildext.AstCodegenType
plugins { 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.module")
id("gay.pizza.pork.ast") id("gay.pizza.pork.ast")
} }

View File

@ -9,7 +9,7 @@ dependencies {
api(project(":compiler")) api(project(":compiler"))
api(project(":vm")) api(project(":vm"))
api("com.github.ajalt.clikt:clikt:5.0.3") 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")) implementation(project(":common"))
} }