Skip to content

Commit 4facfc8

Browse files
committed
Bump version to 8.10
1 parent c430df6 commit 4facfc8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

blackbox-test-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-inject-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>8.9</version>
8+
<version>8.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

inject-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>8.9</version>
7+
<version>8.10</version>
88
</parent>
99

1010
<artifactId>avaje-inject-generator</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-inject</artifactId>
19-
<version>8.9</version>
19+
<version>8.10</version>
2020
</dependency>
2121

2222
<!-- test dependencies -->

inject-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>8.9</version>
7+
<version>8.10</version>
88
</parent>
99

1010
<artifactId>avaje-inject-test</artifactId>
1111

1212
<properties>
13-
<jupiter.version>5.8.2</jupiter.version>
14-
<mockito.version>4.6.1</mockito.version>
13+
<jupiter.version>5.9.0</jupiter.version>
14+
<mockito.version>4.7.0</mockito.version>
1515
</properties>
1616

1717
<dependencies>
@@ -124,7 +124,7 @@
124124
<path>
125125
<groupId>io.avaje</groupId>
126126
<artifactId>avaje-inject-generator</artifactId>
127-
<version>8.9</version>
127+
<version>8.10</version>
128128
</path>
129129
</annotationProcessorPaths>
130130
</configuration>

inject/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>8.9</version>
7+
<version>8.10</version>
88
</parent>
99

1010
<artifactId>avaje-inject</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.mockito</groupId>
3636
<artifactId>mockito-core</artifactId>
37-
<version>4.6.1</version>
37+
<version>4.7.0</version>
3838
<optional>true</optional>
3939
</dependency>
4040

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-inject-parent</artifactId>
12-
<version>8.9</version>
12+
<version>8.10</version>
1313
<packaging>pom</packaging>
1414
<name>avaje inject parent</name>
1515
<description>parent pom for avaje inject library</description>

0 commit comments

Comments
 (0)