Skip to content

Commit

Permalink
Merge pull request #424 from jenkinsci/dependabot/maven/org.kohsuke-a…
Browse files Browse the repository at this point in the history
…ccess-modifier-checker-1.22

Bump access-modifier-checker from 1.21 to 1.22
  • Loading branch information
jglick authored Jul 19, 2021
2 parents a59ab44 + 8b3ce43 commit 4219a7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<!-- To skip the wizard by default in hpi:run. It should not impact other goals. -->
<hudson.Main.development>true</hudson.Main.development>

<access-modifier-checker.version>1.21</access-modifier-checker.version>
<access-modifier-checker.version>1.22</access-modifier-checker.version>
<animal.sniffer.version>1.20</animal.sniffer.version>
<powermock.version>2.0.9</powermock.version>

Expand Down Expand Up @@ -178,6 +178,11 @@
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.14</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -207,6 +212,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.3.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -234,6 +240,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>${access-modifier-checker.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 4219a7f

Please sign in to comment.