Skip to content

Commit

Permalink
Bump core version 2.332.1 and subversion from 2.15.1 to 2.15.5 (#261)
Browse files Browse the repository at this point in the history
* Bump subversion from 2.15.1 to 2.15.5

Bumps [subversion](https://github.com/jenkinsci/subversion-plugin) from 2.15.1 to 2.15.5.
- [Release notes](https://github.com/jenkinsci/subversion-plugin/releases)
- [Changelog](https://github.com/jenkinsci/subversion-plugin/blob/master/docs/old-changelog.md)
- [Commits](jenkinsci/subversion-plugin@subversion-2.15.1...subversion-2.15.5)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:subversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* minimum core version 2.332.1

Signed-off-by: Olivier Lamy <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
dependabot[bot] and olamy authored Jul 12, 2022
1 parent 05a0bb4 commit 11c9f7b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 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.31</version>
<version>4.42</version>
<relativePath />
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>2.15.1</version>
<version>2.15.5</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -164,8 +164,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>961.vf0c9f6f59827</version>
<artifactId>bom-2.332.x</artifactId>
<version>1370.vfa_e23fe119c3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -189,6 +189,16 @@
<artifactId>jsch.agentproxy.connector-factory</artifactId>
<version>0.0.9</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>1.27</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -218,7 +228,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/parameterized-trigger-plugin</gitHubRepo>
<java.level>8</java.level>
<jenkins.version>2.270</jenkins.version>
<jenkins.version>2.332.1</jenkins.version>
<spotbugs.failOnError>false</spotbugs.failOnError>
</properties>
</project>

0 comments on commit 11c9f7b

Please sign in to comment.