Use new commons version
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-03 15:44:55 +01:00
parent 8c66f88396
commit 1ade974e31
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ repositories {
}
dependencies {
implementation("io.gitlab.jfronny:commons:2022.11.1+17-58-36")
api("io.gitlab.jfronny:commons-gson:2022.11.1+17-58-36")
implementation("io.gitlab.jfronny:commons:1.0-SNAPSHOT")
api("io.gitlab.jfronny:commons-gson:1.0-SNAPSHOT")
}
publishing {

View File

@ -14,7 +14,7 @@ repositories {
dependencies {
implementation(project(":gson-compile-annotations"))
implementation("org.jetbrains:annotations:23.0.0")
implementation("io.gitlab.jfronny:commons:2022.11.1+17-58-36")
implementation("io.gitlab.jfronny:commons:1.0-SNAPSHOT")
implementation("com.squareup:javapoet:1.13.0")
}