Skip to content

Commit 0fca6f7

Browse files
committed
bump up exhort-java-api to 0.0.9-SNAPSHOT and update api spec repository (#219)
Signed-off-by: Chao Wang <[email protected]>
1 parent 04a9f3f commit 0fca6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repositories {
4040
}
4141
}
4242
maven {
43-
url = uri("https://maven.pkg.github.com/trustification/exhort-api-spec")
43+
url = uri("https://maven.pkg.github.com/guacsec/trustify-da-api-spec")
4444
credentials {
4545
username = exhortRepoUser
4646
password = exhortRepoToken

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ caffeine = "3.1.8"
44
commons-compress = "1.21"
55
commons-io = "2.16.1"
66
exhort-api-spec = "1.0.18"
7-
exhort-java-api = "0.0.8"
7+
exhort-java-api = "0.0.9-SNAPSHOT"
88
github-api = "1.314"
99
junit = "4.13.2"
1010
mockito = "4.11.0"

0 commit comments

Comments
 (0)