Skip to content

Commit

Permalink
Merge pull request #21 from edward3h/renovate/major-avaje-json
Browse files Browse the repository at this point in the history
Update avaje-json to v2 (major)
  • Loading branch information
edward3h committed Aug 28, 2024
2 parents 510678e + 8c1fde7 commit f014045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("avaje-json", "1.12")
version("avaje-json", "2.1")
version("junit", "5.11.0")
version("recordbuilder", "42")
version("mapstruct", "1.6.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import org.ethelred.kiwiproc.meta.ParsedQuery;
import org.ethelred.kiwiproc.processor.generator.PoetDAOGenerator;
import org.ethelred.kiwiproc.processorconfig.DataSourceConfig;
import org.ethelred.kiwiproc.processorconfig.DataSourceConfigJsonAdapter;
import org.ethelred.kiwiproc.processorconfig.ProcessorConfig;
import org.ethelred.kiwiproc.processorconfig.jsonb.DataSourceConfigJsonAdapter;
import org.ethelred.kiwiproc.processorconfig.jsonb.ProcessorConfigJsonAdapter;
import org.ethelred.kiwiproc.processorconfig.ProcessorConfigJsonAdapter;
import org.jspecify.annotations.Nullable;
import org.kohsuke.MetaInfServices;

Expand Down

0 comments on commit f014045

Please sign in to comment.