diff --git a/blackbox-test-inject/pom.xml b/blackbox-test-inject/pom.xml index 9c2e18a95..1c0f01608 100644 --- a/blackbox-test-inject/pom.xml +++ b/blackbox-test-inject/pom.xml @@ -29,13 +29,13 @@ io.avaje avaje-jsonb - 3.8 + 3.9 io.avaje avaje-config - 4.2 + 4.4 @@ -82,7 +82,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 test diff --git a/inject-generator/pom.xml b/inject-generator/pom.xml index 158cd1191..37f50ca99 100644 --- a/inject-generator/pom.xml +++ b/inject-generator/pom.xml @@ -63,7 +63,7 @@ io.avaje avaje-http-api - 3.5 + 3.6 true @@ -78,7 +78,7 @@ io.avaje avaje-http-client - 3.5 + 3.6 test diff --git a/inject-test/pom.xml b/inject-test/pom.xml index e16e10a7b..bafe04fb7 100644 --- a/inject-test/pom.xml +++ b/inject-test/pom.xml @@ -13,7 +13,7 @@ 5.13.4 - 5.20.0 + 5.21.0 @@ -91,14 +91,14 @@ io.avaje avaje-http-api - 3.5 + 3.6 test io.avaje avaje-http-client - 3.5 + 3.6 test @@ -112,7 +112,7 @@ io.avaje avaje-jsonb - 3.8 + 3.9 test @@ -140,7 +140,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 test diff --git a/inject-test/src/test/java/org/example/custom/CustomScopeTest.java b/inject-test/src/test/java/org/example/custom/CustomScopeTest.java index cf2d67b64..3e4f7a09b 100644 --- a/inject-test/src/test/java/org/example/custom/CustomScopeTest.java +++ b/inject-test/src/test/java/org/example/custom/CustomScopeTest.java @@ -81,7 +81,7 @@ void customScopeAll() { // includes the 2 supplied beans final List all = beanScope.all(); - assertThat(all).hasSize(8); + assertThat(all).hasSize(9); final CustomBean customBean = beanScope.get(CustomBean.class); diff --git a/inject/pom.xml b/inject/pom.xml index e31788574..453bd6358 100644 --- a/inject/pom.xml +++ b/inject/pom.xml @@ -39,7 +39,7 @@ io.avaje avaje-config - 4.2 + 4.4 true @@ -53,7 +53,7 @@ org.mockito mockito-core - 5.20.0 + 5.21.0 true @@ -75,7 +75,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 test diff --git a/pom.xml b/pom.xml index cd23f6b00..8793b2aaa 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ org.mockito mockito-core - 5.20.0 + 5.21.0 test