We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a9f3f commit 0fca6f7Copy full SHA for 0fca6f7
2 files changed
build.gradle.kts
@@ -40,7 +40,7 @@ repositories {
40
}
41
42
maven {
43
- url = uri("https://maven.pkg.github.com/trustification/exhort-api-spec")
+ url = uri("https://maven.pkg.github.com/guacsec/trustify-da-api-spec")
44
credentials {
45
username = exhortRepoUser
46
password = exhortRepoToken
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ caffeine = "3.1.8"
4
commons-compress = "1.21"
5
commons-io = "2.16.1"
6
exhort-api-spec = "1.0.18"
7
-exhort-java-api = "0.0.8"
+exhort-java-api = "0.0.9-SNAPSHOT"
8
github-api = "1.314"
9
junit = "4.13.2"
10
mockito = "4.11.0"
0 commit comments