diff --git a/pom.xml b/pom.xml
index 711609ec..a3566cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,9 @@
pom
Quarkus StartStop TS: Parent
- 3.11.0
+ 3.12.1
io.quarkus
- 3.11.0
+ 3.12.1
17
17
17
diff --git a/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java b/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java
index d1f6ab27..69a653e0 100755
--- a/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java
+++ b/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java
@@ -39,9 +39,7 @@ public enum WhitelistLogLines {
Pattern.compile("\\[Quarkus build analytics\\] Analytics remote config not received."),
// netty 4 which doesn't have the relevant native config in the lib. See https://github.com/netty/netty/pull/13596
Pattern.compile(".*Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it\\..*"),
- Pattern.compile(".*Warning: The option '-H:ReflectionConfigurationResources=META-INF/native-image/io\\.netty/netty-transport/reflection-config\\.json' is experimental and must be enabled via.*"),
- // TODO: remove next line when https://github.com/quarkusio/quarkus/issues/41351 gets fixed
- Pattern.compile(".*Error Occurred After Shutdown.*java.lang.NullPointerException.*Cannot invoke.*io.smallrye.context.SmallRyeContextManager.defaultThreadContext.*"),
+ Pattern.compile(".*Warning: The option '-H:ReflectionConfigurationResources=META-INF/native-image/io\\.netty/netty-transport/reflection-config\\.json' is experimental and must be enabled via.*")
}),
GENERATED_SKELETON(new Pattern[]{
// Harmless warning