Skip to content

Commit

Permalink
try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jun 28, 2024
1 parent 9802c7b commit b160fd8
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions jenkins-pipeline-shared-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<url>https://repo.jenkins-ci.org/public</url>
</repository>
</repositories>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -30,11 +29,11 @@
<groovy.gmaven.pluginVersion>1.6.1</groovy.gmaven.pluginVersion>
<google.guava.version>29.0-jre</google.guava.version>

<jenkins-spock.version>2.0.0</jenkins-spock.version>
<jenkins-spock.version>2.1.5</jenkins-spock.version>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.servlet.version>3.1.0</jenkins.servlet.version>
<jenkins.workflow.cps.version>2.72</jenkins.workflow.cps.version>
<jenkins.workflow.basic.steps.version>2.18</jenkins.workflow.basic.steps.version>
<jenkins.workflow.cps.version>2.79</jenkins.workflow.cps.version>
<jenkins.workflow.basic.steps.version>2.19</jenkins.workflow.basic.steps.version>

<junit.version>4.13.1</junit.version>
<junit.plugin.version>1.28</junit.plugin.version>
Expand Down Expand Up @@ -140,7 +139,7 @@
<!-- provides sh() step -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-durable-task-step</artifactId>
<version>1.3</version>
<version>2.35</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -154,41 +153,41 @@
<!-- provides git() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- provides configFileProvider() and configFile() steps -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>config-file-provider</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- provides withCredentials() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials-binding</artifactId>
<version>1.19</version>
<version>1.20</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- needed by withCredentials() step -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>2.21</version>
<version>2.22</version>
</dependency>
<dependency>
<!-- provides readProperties() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-utility-steps</artifactId>
<version>2.3.0</version>
<version>2.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- provides emailText() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
<version>2.66</version>
<version>2.68</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -202,13 +201,13 @@
<!-- provides github for resolveSCM() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-branch-source</artifactId>
<version>2.5.4</version>
<version>2.6.0</version>
</dependency>
<dependency>
<!-- provides github for resolveSCM() step -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-api</artifactId>
<version>1.95</version>
<version>1.106</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -228,7 +227,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps-global-lib</artifactId>
<version>2.14</version>
<version>2.15</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -246,13 +245,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ansicolor</artifactId>
<version>0.6.2</version>
<version>0.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.9</version>
<version>1.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -288,13 +287,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<version>2.17</version>
<version>2.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>branch-api</artifactId>
<version>2.5.3</version>
<version>2.5.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b160fd8

Please sign in to comment.