From 5c85d8cba9d18d170c3f5999ac632833302b7435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:04:14 +0000 Subject: [PATCH] Update dependency org.kohsuke:github-api to v1.330 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 38bc1c6..57a4365 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion") //some other stuff - implementation("org.kohsuke:github-api:1.326") + implementation("org.kohsuke:github-api:1.330") implementation("org.jsoup:jsoup:1.18.1") implementation("com.notkamui.libs:keval:0.9.0") runtimeOnly(kotlin("scripting-jsr223"))