Update deps
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-01-21 11:29:08 +01:00
parent ad9b4e69dc
commit f8a7c43559
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation("org.jetbrains:annotations:23.0.0")
implementation("org.jetbrains:annotations:24.0.0")
implementation("io.gitlab.jfronny:commons:1.0-SNAPSHOT")
}

View File

@ -12,7 +12,7 @@ repositories {
dependencies {
implementation(project(":gson-compile-processor-core"))
implementation(project(":gson-compile-annotations"))
implementation("org.jetbrains:annotations:23.0.0")
implementation("org.jetbrains:annotations:24.0.0")
implementation("io.gitlab.jfronny:commons:1.0-SNAPSHOT")
implementation("com.squareup:javapoet:1.13.0")
}

View File

@ -4,8 +4,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("jf.maven-publish") version "1.2-SNAPSHOT"
id("jf.manifold") version "1.2-SNAPSHOT"
id("jf.maven-publish") version "1.3-SNAPSHOT"
id("jf.manifold") version "1.3-SNAPSHOT"
}
}