Skip to content

Commit

Permalink
Bump jgit.version from 6.6.1.202309021850-r to 6.7.0.202309050840-r (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 8, 2023
1 parent f2d2c67 commit d1783b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.387.3</jenkins.version>
<jgit.version>6.6.1.202309021850-r</jgit.version>
<jgit.version>6.7.0.202309050840-r</jgit.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand Down Expand Up @@ -103,6 +103,11 @@
<artifactId>org.eclipse.jgit</artifactId>
<version>${jgit.version}</version>
<exclusions>
<exclusion>
<!-- Provided by Jenkins core -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<!-- Provided by Jenkins core -->
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit d1783b8

Please sign in to comment.