Skip to content

Commit

Permalink
Merge pull request #11 from edward3h/renovate/io.avaje-avaje-prisms-1.x
Browse files Browse the repository at this point in the history
Update dependency io.avaje:avaje-prisms to v1.31
  • Loading branch information
edward3h authored Aug 28, 2024
2 parents efb95be + 15f0365 commit 0623ae9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ dependencyResolutionManagement {

library("avaje-json", "io.avaje", "avaje-jsonb").versionRef("avaje-json")
library("avaje-json-processor", "io.avaje", "avaje-jsonb-generator").versionRef("avaje-json")
library("avaje-prisms", "io.avaje:avaje-prisms:1.11")
library("avaje-prisms", "io.avaje:avaje-prisms:1.31")

library("jakarta-inject", "jakarta.inject:jakarta.inject-api:2.0.1")

library("jetbrains-annotations", "org.jetbrains:annotations:24.1.0")

library("metainfservices", "org.kohsuke.metainf-services:metainf-services:1.11")

library("utilitary", "com.karuslabs:utilitary:3.0.0")
library("postgresql", "org.postgresql:postgresql:42.7.4")

Expand Down
2 changes: 0 additions & 2 deletions processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ plugins {
}

dependencies {
annotationProcessor(libs.metainfservices)
annotationProcessor(libs.avaje.prisms)
annotationProcessor(libs.recordbuilder.processor)
implementation(project(":shared"))
implementation(project(":querymeta"))
implementation(libs.utilitary)
implementation(libs.avaje.json.asProvider())
implementation(libs.avaje.prisms)
implementation(libs.metainfservices)
implementation(libs.postgresql)
implementation(libs.recordbuilder.core)
implementation(libs.mapstruct.processor)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
import org.ethelred.kiwiproc.processorconfig.ProcessorConfig;
import org.ethelred.kiwiproc.processorconfig.ProcessorConfigJsonAdapter;
import org.jspecify.annotations.Nullable;
import org.kohsuke.MetaInfServices;

@MetaInfServices(Processor.class)
@SupportedAnnotationTypes({
"org.ethelred.kiwiproc.annotation.DAO",
"org.ethelred.kiwiproc.annotation.ResultQuery",
Expand Down

0 comments on commit 0623ae9

Please sign in to comment.