Skip to content

Commit 0bcc051

Browse files
committed
Merge remote-tracking branch 'upstream/master' into generic
2 parents 79c05c4 + 3302086 commit 0bcc051

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

inject-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>3.12</version>
7+
<version>4.0</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.apache.maven.plugin-tools</groupId>
2424
<artifactId>maven-plugin-annotations</artifactId>
25-
<version>3.10.1</version>
25+
<version>3.10.2</version>
2626
<scope>provided</scope>
2727
</dependency>
2828

@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-plugin-plugin</artifactId>
41-
<version>3.10.1</version>
41+
<version>3.10.2</version>
4242
<configuration>
4343
<goalPrefix>provides</goalPrefix>
4444
</configuration>

inject-test/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<description>testing support for avaje-inject dependency injection</description>
1212

1313
<properties>
14-
<jupiter.version>5.10.0</jupiter.version>
15-
<mockito.version>5.6.0</mockito.version>
14+
<jupiter.version>5.10.1</jupiter.version>
15+
<mockito.version>5.7.0</mockito.version>
1616
</properties>
1717

1818
<dependencies>
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>net.bytebuddy</groupId>
4040
<artifactId>byte-buddy</artifactId>
41-
<version>1.14.9</version>
41+
<version>1.14.10</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>net.bytebuddy</groupId>
4545
<artifactId>byte-buddy-agent</artifactId>
46-
<version>1.14.9</version>
46+
<version>1.14.10</version>
4747
</dependency>
4848

4949
<dependency>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.jetbrains</groupId>
9393
<artifactId>annotations</artifactId>
94-
<version>24.0.1</version>
94+
<version>24.1.0</version>
9595
<scope>test</scope>
9696
</dependency>
9797

@@ -124,7 +124,6 @@
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-compiler-plugin</artifactId>
126126
<configuration>
127-
<release>${java.release}</release>
128127
<annotationProcessorPaths>
129128
<path>
130129
<groupId>io.avaje</groupId>

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.mockito</groupId>
4242
<artifactId>mockito-core</artifactId>
43-
<version>5.6.0</version>
43+
<version>5.7.0</version>
4444
<optional>true</optional>
4545
</dependency>
4646

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.avaje</groupId>
1313
<artifactId>java11-oss</artifactId>
14-
<version>3.12</version>
14+
<version>4.0</version>
1515
</parent>
1616
<scm>
1717
<developerConnection>scm:git:[email protected]:avaje/avaje-inject.git</developerConnection>

0 commit comments

Comments
 (0)