From aa029a31f8fc66aac5ebcf6c8399eac83b63f776 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Thu, 18 Sep 2025 14:17:09 +0800 Subject: [PATCH] bump up exhort-java-api to 0.0.9-SNAPSHOT and update api spec repository Signed-off-by: Chao Wang --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c4d8332..263f71c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ repositories { } } maven { - url = uri("https://maven.pkg.github.com/trustification/exhort-api-spec") + url = uri("https://maven.pkg.github.com/guacsec/trustify-da-api-spec") credentials { username = exhortRepoUser password = exhortRepoToken diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d8a4e72..5e9d743 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ caffeine = "3.1.8" commons-compress = "1.21" commons-io = "2.16.1" exhort-api-spec = "1.0.18" -exhort-java-api = "0.0.8" +exhort-java-api = "0.0.9-SNAPSHOT" github-api = "1.314" junit = "4.13.2" mockito = "4.11.0"