Skip to content

Commit 736753c

Browse files
Merge pull request #418 from avaje/dependabot/maven/avaje-inject.version-9.12
Bump avaje-inject.version from 9.11 to 9.12
2 parents 6b31ee2 + 38d0340 commit 736753c

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.11</version>
46+
<version>9.12</version>
4747
<optional>true</optional>
4848
</dependency>
4949

@@ -98,7 +98,7 @@
9898
<path>
9999
<groupId>io.avaje</groupId>
100100
<artifactId>avaje-inject-generator</artifactId>
101-
<version>9.11</version>
101+
<version>9.12</version>
102102
</path>
103103
</annotationProcessorPaths>
104104
</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.11</version>
22+
<version>9.12</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.17.0</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>9.11</avaje-inject.version>
19+
<avaje-inject.version>9.12</avaje-inject.version>
2020
<nima.version>4.0.7</nima.version>
2121
<javalin.version>6.1.3</javalin.version>
2222
</properties>

0 commit comments

Comments
 (0)