Skip to content

Commit

Permalink
Update text-finder and ws-cleanup to latest (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 7, 2022
1 parent 44787dd commit b70478c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions bom-2.346.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<artifactId>ssh-slaves</artifactId>
<version>1.834.v622da_57f702c</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>text-finder</artifactId>
<version>1.21</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>trilead-api</artifactId>
Expand All @@ -80,6 +85,11 @@
<artifactId>workflow-job</artifactId>
<version>1207.ve6191ff089f8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ws-cleanup</artifactId>
<version>0.43</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>text-finder</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -580,7 +580,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ws-cleanup</artifactId>
<version>0.43</version>
<version>0.44</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
Expand Down

0 comments on commit b70478c

Please sign in to comment.