Skip to content

Commit

Permalink
Merge branch 'master' into ckullabosch/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 1, 2023
2 parents c64fd02 + fe81035 commit e3269b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.6</version>
<version>1.7</version>
</extension>
</extensions>
6 changes: 3 additions & 3 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.67</version>
<version>4.69</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2179.v0884e842b_859</version>
<version>2198.v39c76fc308ca</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.2</version>
<version>3.14.3</version>
<scope>test</scope>
</dependency>
<!--Credential Binding Plugin-->
Expand Down

0 comments on commit e3269b0

Please sign in to comment.