Skip to content

Commit

Permalink
Merge pull request #391 from avaje/dependabot/maven/avaje-inject.vers…
Browse files Browse the repository at this point in the history
…ion-9.11

Bump avaje-inject.version from 9.10 to 9.11
  • Loading branch information
github-actions[bot] authored Feb 20, 2024
2 parents 30dec3c + 6a6f607 commit b5f8486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
<version>9.10</version>
<version>9.11</version>
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -105,7 +105,7 @@
<path>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-generator</artifactId>
<version>9.10</version>
<version>9.11</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion http-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
<version>9.10</version>
<version>9.11</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<assertj.version>3.25.3</assertj.version>
<jackson.version>2.16.1</jackson.version>
<jex.version>2.5</jex.version>
<avaje-inject.version>9.10</avaje-inject.version>
<avaje-inject.version>9.11</avaje-inject.version>
<nima.version>4.0.5</nima.version>
<javalin.version>6.1.0</javalin.version>
</properties>
Expand Down

0 comments on commit b5f8486

Please sign in to comment.