Skip to content

Commit

Permalink
Merge pull request #22 from jglick/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jglick authored May 19, 2022
2 parents 060042e + 3420724 commit 78d278b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.38</version>
<version>4.40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -33,8 +33,7 @@
<properties>
<revision>3.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.348</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand All @@ -55,8 +54,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1210.vcd41f6657f03</version>
<artifactId>bom-2.346.x</artifactId>
<version>1382.v7d694476f340</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 78d278b

Please sign in to comment.