Skip to content

Commit

Permalink
Merge remote-tracking branch origin/master into gsoc-2023-project (
Browse files Browse the repository at this point in the history
…#1503)

* Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 (#1502)

* Update Jenkins version to 2.387.3 in pom.xml (#1504)

* Bumps plugin pom from 4.66 to 4.67. (#1506)

https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.67 provides
more details of the changes, including:

* Fix hamcrest versioning - @timja
  https://redirect.github.com/jenkinsci/plugin-pom/issues/785

* Update HtmlUnit package for jacoco - @timja
  https://redirect.github.com/jenkinsci/plugin-pom/issues/778

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Sync project branch action <[email protected]>
  • Loading branch information
5 people committed Jun 17, 2023
1 parent 63da624 commit 93f131c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.66</version>
<version>4.67</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@
<properties>
<revision>1.7.15</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
Expand Down Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 93f131c

Please sign in to comment.