Skip to content

Commit

Permalink
chore(deps): update dependency org.kohsuke.metainf-services:metainf-s…
Browse files Browse the repository at this point in the history
…ervices to v1.9 (#4649)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: MartinWitt <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2022
1 parent 97c9d07 commit 9a43cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
<version>1.9</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -298,7 +298,7 @@
<goal>depclean</goal>
</goals>
<configuration>
<ignoreDependencies>org.kohsuke.metainf-services:metainf-services:1.8:test</ignoreDependencies>
<ignoreDependencies>org.kohsuke.metainf-services:metainf-services:1.9:test</ignoreDependencies>
<!-- the build fails if there are unused direct dependencies -->
<failIfUnusedDirect>true</failIfUnusedDirect>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<annotationProcessorPath>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.8</version>
<version>1.9</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 9a43cd9

Please sign in to comment.