Skip to content

Commit

Permalink
Upgrade JTH to pull in jenkinsci/javax-servlet-api#10 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 9, 2024
1 parent 3f2497b commit b7fb569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jenkins/tools/test/hook/Jetty12Hook.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public String getProperty() {

@Override
public String getMinimumVersion() {
return "2230.v4fa_477b_634f4";
return "2239.v08c54912b_47a_";

Check warning on line 31 in src/main/java/org/jenkins/tools/test/hook/Jetty12Hook.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 31 is not covered by tests
}

@Override
Expand Down

0 comments on commit b7fb569

Please sign in to comment.