Compare commits

..

4 Commits

Author SHA1 Message Date
seeseemelk 730d4e96df Merge branch 'master' into renovate/major-junit-framework-monorepo
Build and Test / build (pull_request) Successful in 38s
2026-05-13 13:15:21 +02:00
seeseemelk 9873ea3914 Merge pull request 'Update dependency io.avaje:avaje-config to v5' (#3) from renovate/io.avaje-avaje-config-5.x into master
Build and Test / build (push) Successful in 36s
Reviewed-on: #3
2026-05-13 13:15:08 +02:00
seeseemelk 850ed2a2ad Merge branch 'master' into renovate/io.avaje-avaje-config-5.x
Build and Test / build (pull_request) Successful in 42s
2026-05-13 13:13:00 +02:00
Renovate 28ef958b5d Update dependency io.avaje:avaje-config to v5
Build and Test / build (pull_request) Successful in 46s
2026-05-13 11:09:32 +00:00
+1 -1
View File
@@ -28,7 +28,7 @@ dependencies {
testAnnotationProcessor("org.projectlombok:lombok:${lombokVersion}")
// Dependency Injection
implementation("io.avaje:avaje-config:4.4")
implementation("io.avaje:avaje-config:5.1")
implementation("io.avaje:avaje-inject:${avajeInjectVersion}")
annotationProcessor("io.avaje:avaje-inject-generator:${avajeInjectVersion}")
testImplementation("io.avaje:avaje-inject-test:${avajeInjectVersion}")