Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins:text-finder from 1.26 to 1.27 (#657)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 11, 2024
1 parent 70e9808 commit d58737a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>text-finder</artifactId>
<version>1.26</version>
<version>1.27</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void smokes(@TempDir File tempDir) throws Exception {
.resolve("text-finder-plugin")
.resolve("target")
.resolve("surefire-reports")
.resolve("TEST-InjectedTest.xml");
.resolve("TEST-org.jenkins_ci.plugins.text_finder.InjectedTest.xml");
assertTrue(Files.exists(report));
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
Expand Down

0 comments on commit d58737a

Please sign in to comment.