Skip to content

Commit b5f8486

Browse files
Merge pull request #391 from avaje/dependabot/maven/avaje-inject.version-9.11
Bump avaje-inject.version from 9.10 to 9.11
2 parents 30dec3c + 6a6f607 commit b5f8486

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-inject</artifactId>
46-
<version>9.10</version>
46+
<version>9.11</version>
4747
<optional>true</optional>
4848
</dependency>
4949

@@ -105,7 +105,7 @@
105105
<path>
106106
<groupId>io.avaje</groupId>
107107
<artifactId>avaje-inject-generator</artifactId>
108-
<version>9.10</version>
108+
<version>9.11</version>
109109
</path>
110110
</annotationProcessorPaths>
111111
</configuration>

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-inject</artifactId>
22-
<version>9.10</version>
22+
<version>9.11</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<assertj.version>3.25.3</assertj.version>
1717
<jackson.version>2.16.1</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>9.10</avaje-inject.version>
19+
<avaje-inject.version>9.11</avaje-inject.version>
2020
<nima.version>4.0.5</nima.version>
2121
<javalin.version>6.1.0</javalin.version>
2222
</properties>

0 commit comments

Comments
 (0)