Skip to content

Commit

Permalink
[deps] Bump avaje-spi-service dependency to 2.2 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave authored Jul 24, 2024
1 parent ebca8db commit f44bb79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blackbox-test-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.1</version>
<version>2.2</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit f44bb79

Please sign in to comment.