Skip to content

Commit

Permalink
Upgrade JTH to pull in jenkinsci/jenkins-test-harness#801 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 9, 2024
1 parent b7fb569 commit 6f9b9c4
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 "2239.v08c54912b_47a_";
return "2242.vc80c1a_39cfa_1";

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 6f9b9c4

Please sign in to comment.