Skip to content

Commit a784095

Browse files
authored
Merge pull request #310 from avaje/dependabot/maven/avaje-inject.version-9.7
Bump avaje-inject.version from 9.0 to 9.7
2 parents 47ec780 + 7864e1c commit a784095

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

@@ -106,7 +106,7 @@
106106
<path>
107107
<groupId>io.avaje</groupId>
108108
<artifactId>avaje-inject-generator</artifactId>
109-
<version>9.4</version>
109+
<version>9.7</version>
110110
</path>
111111
</annotationProcessorPaths>
112112
</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.0</version>
22+
<version>9.7</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.24.1</assertj.version>
1717
<jackson.version>2.15.3</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>9.5</avaje-inject.version>
19+
<avaje-inject.version>9.7</avaje-inject.version>
2020
<nima.version>4.0.0-RC1</nima.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)