Skip to content

Commit

Permalink
#1091 Modernize Karaf test container
Browse files Browse the repository at this point in the history
update Karaf to 4.4.5
  • Loading branch information
oliverlietz committed Apr 5, 2024
1 parent 58d6c35 commit 0fececa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public Option[] config() {

public static String karafVersion() {
ConfigurationManager cm = new ConfigurationManager();
String karafVersion = cm.getProperty("pax.exam.karaf.version", "3.0.0");
String karafVersion = cm.getProperty("pax.exam.karaf.version", "4.4.5");
return karafVersion;
}

Expand Down

0 comments on commit 0fececa

Please sign in to comment.