Skip to content

Commit 871e201

Browse files
authored
Merge pull request #536 from avaje/feature/bump-parent-4_1
Bump parent pom to 4.1 with maven-surefire-plugin byte-buddy JDK 23 support
2 parents 9e0917c + 61c6d6a commit 871e201

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

blackbox-test-inject/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>io.avaje</groupId>
7575
<artifactId>junit</artifactId>
76-
<version>1.4</version>
76+
<version>1.5</version>
7777
<scope>test</scope>
7878
</dependency>
7979

@@ -100,13 +100,6 @@
100100
</execution>
101101
</executions>
102102
</plugin>
103-
<plugin>
104-
<groupId>org.apache.maven.plugins</groupId>
105-
<artifactId>maven-surefire-plugin</artifactId>
106-
<configuration>
107-
<argLine>-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine>
108-
</configuration>
109-
</plugin>
110103
<plugin>
111104
<groupId>org.apache.maven.plugins</groupId>
112105
<artifactId>maven-compiler-plugin</artifactId>

inject-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>1.4</version>
38+
<version>1.5</version>
3939
<scope>test</scope>
4040
</dependency>
4141

inject-test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>io.avaje</groupId>
121121
<artifactId>junit</artifactId>
122-
<version>1.4</version>
122+
<version>1.5</version>
123123
<scope>test</scope>
124124
</dependency>
125125

@@ -146,7 +146,6 @@
146146
<artifactId>maven-surefire-plugin</artifactId>
147147
<configuration>
148148
<useModulePath>false</useModulePath>
149-
<argLine>-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine>
150149
</configuration>
151150
</plugin>
152151
</plugins>

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.avaje</groupId>
5151
<artifactId>junit</artifactId>
52-
<version>1.4</version>
52+
<version>1.5</version>
5353
<scope>test</scope>
5454
</dependency>
5555

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>4.0</version>
14+
<version>4.1</version>
1515
</parent>
1616
<scm>
1717
<developerConnection>scm:git:git@github.com:avaje/avaje-inject.git</developerConnection>

0 commit comments

Comments
 (0)