Skip to content

Commit

Permalink
camel-jbang - Upgrade SB and Q
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Sep 27, 2024
1 parent 1a7924a commit d1bd4e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public enum RuntimeType {
quarkus,
main;

public static final String QUARKUS_VERSION = "3.14.4";
public static final String SPRING_BOOT_VERSION = "3.3.3";
public static final String QUARKUS_VERSION = "3.15.1";
public static final String SPRING_BOOT_VERSION = "3.3.4";

public static RuntimeType fromValue(String value) {
return switch (value) {
Expand Down

0 comments on commit d1bd4e2

Please sign in to comment.