Skip to content

Commit bcc192c

Browse files
committed
Merge branch 'master' of github.com:avaje/avaje-inject
2 parents ce9a482 + 36d7eb4 commit bcc192c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

inject-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.apache.maven.plugin-tools</groupId>
2222
<artifactId>maven-plugin-annotations</artifactId>
23-
<version>3.15.0</version>
23+
<version>3.15.1</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-plugin-plugin</artifactId>
39-
<version>3.15.0</version>
39+
<version>3.15.1</version>
4040
<configuration>
4141
<goalPrefix>provides</goalPrefix>
4242
</configuration>

inject-test/pom.xml

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

1313
<properties>
14-
<jupiter.version>5.11.2</jupiter.version>
14+
<jupiter.version>5.11.3</jupiter.version>
1515
<mockito.version>5.14.2</mockito.version>
1616
</properties>
1717

@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>net.bytebuddy</groupId>
4747
<artifactId>byte-buddy</artifactId>
48-
<version>1.15.5</version>
48+
<version>1.15.7</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>net.bytebuddy</groupId>
5252
<artifactId>byte-buddy-agent</artifactId>
53-
<version>1.15.5</version>
53+
<version>1.15.7</version>
5454
</dependency>
5555

5656
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
<dependency>
5959
<groupId>net.bytebuddy</groupId>
6060
<artifactId>byte-buddy</artifactId>
61-
<version>1.15.5</version>
61+
<version>1.15.7</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>net.bytebuddy</groupId>
6666
<artifactId>byte-buddy-agent</artifactId>
67-
<version>1.15.5</version>
67+
<version>1.15.7</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

0 commit comments

Comments
 (0)