Skip to content

Commit

Permalink
Fixed dependencies versions for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
IBA-mainframe-dev committed Apr 7, 2023
1 parent 35ba9e8 commit 00b6b52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.55</version>
<version>4.58</version>
<relativePath />
</parent>

Expand All @@ -20,7 +20,7 @@
<properties>
<revision>0.1.0</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361</jenkins.version>
<jenkins.version>2.375</jenkins.version>
<java.version>11</java.version>
<kotlin.version>1.7.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.0.0</version>
<configuration>
<skipTests>${tests.skip}</skipTests>
</configuration>
Expand Down Expand Up @@ -255,13 +255,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.6.1.1</version>
<version>1224.vc23ca_a_9a_2cb_0</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>2.24</version>
<version>639.v6eca_cd8c04a_a_</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 00b6b52

Please sign in to comment.