Skip to content

Commit

Permalink
Merge branch 'main' of github.com:edward3h/kiwiproc
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Jul 11, 2024
2 parents cbc5694 + 959f70f commit c4eb430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java temurin-17.0.10+7
java temurin-17.0.11+9
4 changes: 2 additions & 2 deletions catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencyResolutionManagement {

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

library("utilitary", "com.karuslabs:utilitary:2.0.0")
library("utilitary", "com.karuslabs:utilitary:2.0.1")
library("postgresql", "org.postgresql:postgresql:42.5.1")

library("jstachio-processor", "io.jstach", "jstachio-apt").versionRef("jstachio")
Expand All @@ -30,7 +30,7 @@ dependencyResolutionManagement {
library("recordbuilder-processor", "io.soabase.record-builder", "record-builder-processor").versionRef("recordbuilder")
library("recordbuilder-core", "io.soabase.record-builder", "record-builder-core").versionRef("recordbuilder")

library("embeddedpostgres", "io.zonky.test:embedded-postgres:2.0.4")
library("embeddedpostgres", "io.zonky.test:embedded-postgres:2.0.7")
library("liquibase-core", "org.liquibase:liquibase-core:4.16.1")

library("mapstruct-processor", "org.mapstruct", "mapstruct-processor").versionRef("mapstruct")
Expand Down

0 comments on commit c4eb430

Please sign in to comment.