From 6b8ad1f5d40a29c171831c1c382795c38597aa60 Mon Sep 17 00:00:00 2001 From: Stephen Byrne Date: Thu, 23 May 2024 14:50:26 -0400 Subject: [PATCH] kotlin 2, dbus-java-core 5 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3db7c2e..8b87018 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.jetbrains.kotlin.jvm") version "1.9.0" + id("org.jetbrains.kotlin.jvm") version "2.0.0" application } @@ -7,8 +7,8 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.3") - implementation("com.github.hypfvieh:dbus-java-core:4.3.1") - runtimeOnly("com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.3.1") + implementation("com.github.hypfvieh:dbus-java-core:5.0.0") + runtimeOnly("com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0") implementation("io.obs-websocket.community:client:2.0.0")