We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b622a06 commit 88fd846Copy full SHA for 88fd846
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/RuntimeType.java
@@ -26,7 +26,7 @@ public enum RuntimeType {
26
quarkus,
27
main;
28
29
- public static final String QUARKUS_VERSION = "3.24.5";
+ public static final String QUARKUS_VERSION = "3.26.1";
30
public static final String SPRING_BOOT_VERSION = "3.5.5";
31
32
public static RuntimeType fromValue(String value) {
0 commit comments