Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/gradle/gradle-bu…
Browse files Browse the repository at this point in the history
…ild-action-3
  • Loading branch information
0x6675636b796f75676974687562 authored Oct 31, 2024
2 parents f69728a + 847499a commit b4319b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.jetbrains.dokka") version "1.9.10"

kotlin("jvm") version "1.9.22" apply false
kotlin("jvm") version "2.0.21" apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion jna-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repositories {
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
api("net.java.dev.jna:jna:5.14.0")
api("net.java.dev.jna:jna:5.15.0")
}

testing {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.1"
id("com.gradle.enterprise") version "3.18.1"
}

include("jna-lib")
Expand Down

0 comments on commit b4319b2

Please sign in to comment.