Skip to content

Commit

Permalink
Merge pull request #53 from jenkinsci/dependabot/maven/org.jenkins-ci…
Browse files Browse the repository at this point in the history
…-annotation-indexer-1.17

Bump annotation-indexer from 1.16 to 1.17
  • Loading branch information
jglick authored Jun 26, 2023
2 parents bee1ffb + 14757ec commit 2c7d234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<gitHubRepo>jenkinsci/docker-fixtures</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spotbugs.failOnError>false</spotbugs.failOnError> <!-- TODO -->
<maven.compiler.release>8</maven.compiler.release> <!-- TODO until dropping Java 8 support in consuming plugins -->
<!-- TODO triage violations -->
<spotbugs.threshold>High</spotbugs.threshold>
</properties>
Expand All @@ -78,7 +77,7 @@
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.16</version>
<version>1.17</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 2c7d234

Please sign in to comment.