diff --git a/htmx-nima-jstache/pom.xml b/htmx-nima-jstache/pom.xml
index 1b159fae..01795057 100644
--- a/htmx-nima-jstache/pom.xml
+++ b/htmx-nima-jstache/pom.xml
@@ -39,7 +39,7 @@
io.avaje
avaje-inject
- 11.0
+ 11.1-RC1
provided
true
diff --git a/htmx-nima/pom.xml b/htmx-nima/pom.xml
index 23a20cc7..0bc859cf 100644
--- a/htmx-nima/pom.xml
+++ b/htmx-nima/pom.xml
@@ -26,7 +26,7 @@
io.helidon.webserver
helidon-webserver
- 4.1.4
+ 4.1.5
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 7fa1af33..06222fc6 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -50,7 +50,7 @@
io.avaje
avaje-inject
- 11.0
+ 11.1-RC1
true
diff --git a/http-inject-plugin/pom.xml b/http-inject-plugin/pom.xml
index d93b382b..ab557d36 100644
--- a/http-inject-plugin/pom.xml
+++ b/http-inject-plugin/pom.xml
@@ -19,7 +19,7 @@
io.avaje
avaje-inject
- 11.0
+ 11.1-RC1
provided
true
diff --git a/pom.xml b/pom.xml
index 917ba04c..018e68b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
true
- 2.2.26
+ 2.2.27
2.14.2
3.0-RC10
1.36
diff --git a/tests/pom.xml b/tests/pom.xml
index 4e423dbf..9015a222 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -12,12 +12,12 @@
true
- 5.11.3
+ 5.11.4
3.26.3
2.18.2
- 3.0-RC10
+ 3.0-RC11
11.0
- 4.1.4
+ 4.1.5
6.3.0
@@ -48,19 +48,19 @@
io.avaje
avaje-validator
- 2.3
+ 2.4
io.avaje
avaje-validator-constraints
- 2.3
+ 2.4
io.avaje
avaje-validator-generator
- 2.3
+ 2.4
diff --git a/tests/test-javalin-jsonb/pom.xml b/tests/test-javalin-jsonb/pom.xml
index b3329946..d067839d 100644
--- a/tests/test-javalin-jsonb/pom.xml
+++ b/tests/test-javalin-jsonb/pom.xml
@@ -13,7 +13,7 @@
true
org.example.myapp.Main
- 2.2.26
+ 2.2.27
1.3.71
@@ -74,13 +74,13 @@
io.avaje
avaje-jsonb
- 2.4
+ 3.0-RC5
io.avaje
avaje-jsonb-generator
- 2.4
+ 3.0-RC5
provided
diff --git a/tests/test-javalin/pom.xml b/tests/test-javalin/pom.xml
index f2d66396..b807e235 100644
--- a/tests/test-javalin/pom.xml
+++ b/tests/test-javalin/pom.xml
@@ -12,7 +12,7 @@
true
org.example.myapp.Main
- 2.2.26
+ 2.2.27
1.3.71
@@ -57,7 +57,7 @@
io.avaje
avaje-validator
- 2.3
+ 2.4
diff --git a/tests/test-jex/pom.xml b/tests/test-jex/pom.xml
index 5bfb4b84..22a091d5 100644
--- a/tests/test-jex/pom.xml
+++ b/tests/test-jex/pom.xml
@@ -12,7 +12,7 @@
21
true
org.example.myapp.Main
- 2.2.26
+ 2.2.27
@@ -74,7 +74,7 @@
io.avaje
avaje-jsonb
- 3.0-RC2
+ 3.0-RC5
@@ -96,7 +96,7 @@
io.avaje
avaje-jsonb-generator
- 3.0-RC2
+ 3.0-RC5
diff --git a/tests/test-jex/src/test/java/org/example/web/HelloControllerTest.java b/tests/test-jex/src/test/java/org/example/web/HelloControllerTest.java
index 11da4f19..28b2ab99 100644
--- a/tests/test-jex/src/test/java/org/example/web/HelloControllerTest.java
+++ b/tests/test-jex/src/test/java/org/example/web/HelloControllerTest.java
@@ -1,15 +1,19 @@
package org.example.web;
-import io.avaje.http.client.HttpClient;
-import io.avaje.http.client.HttpException;
-import org.junit.jupiter.api.Test;
-
-import java.net.http.HttpResponse;
-
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
+import java.net.http.HttpResponse;
+
+import org.junit.jupiter.api.Test;
+
+import io.avaje.http.api.ValidationException.Violation;
+import io.avaje.http.client.HttpClient;
+import io.avaje.http.client.HttpException;
+import io.avaje.jsonb.Json.Import;
+
+@Import(Violation.class)
class HelloControllerTest extends BaseWebTest {
final static HttpClient client = client();
diff --git a/tests/test-nima-htmx/pom.xml b/tests/test-nima-htmx/pom.xml
index edbfc342..355bdeea 100644
--- a/tests/test-nima-htmx/pom.xml
+++ b/tests/test-nima-htmx/pom.xml
@@ -47,7 +47,7 @@
io.avaje
avaje-nima
- 1.0
+ 1.1
@@ -60,7 +60,7 @@
io.avaje
avaje-nima-test
- 1.0
+ 1.1
test
diff --git a/tests/test-nima-jsonb/pom.xml b/tests/test-nima-jsonb/pom.xml
index ef3b1f3b..a4210282 100644
--- a/tests/test-nima-jsonb/pom.xml
+++ b/tests/test-nima-jsonb/pom.xml
@@ -31,7 +31,7 @@
io.avaje
avaje-jsonb
- 3.0-RC2
+ 3.0-RC5
io.helidon.webserver
@@ -90,7 +90,7 @@
io.avaje
avaje-validator-generator
- 2.3
+ 2.4
diff --git a/tests/test-sigma/pom.xml b/tests/test-sigma/pom.xml
index 56ac0def..d03256fb 100644
--- a/tests/test-sigma/pom.xml
+++ b/tests/test-sigma/pom.xml
@@ -13,7 +13,7 @@
17
true
- 2.2.26
+ 2.2.27
1.3.71
@@ -67,12 +67,12 @@
io.avaje
avaje-jsonb
- 2.4
+ 3.0-RC5
io.avaje
avaje-jsonb-generator
- 2.4
+ 3.0-RC5
provided