Skip to content

Commit 4607be4

Browse files
committed
Upgrading modernizer-maven-plugin and ByteBuddy
1 parent 16efca5 commit 4607be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ under the License.
17741774
<plugin>
17751775
<groupId>org.gaul</groupId>
17761776
<artifactId>modernizer-maven-plugin</artifactId>
1777-
<version>3.0.0</version>
1777+
<version>3.1.0</version>
17781778
<configuration>
17791779
<javaVersion>${targetJdk}</javaVersion>
17801780
<ignorePackages>
@@ -2355,7 +2355,7 @@ under the License.
23552355

23562356
<properties>
23572357
<mockito.version>5.15.2</mockito.version>
2358-
<byte-buddy.version>1.15.11</byte-buddy.version>
2358+
<byte-buddy.version>1.16.1</byte-buddy.version>
23592359
</properties>
23602360

23612361
<dependencyManagement>

0 commit comments

Comments
 (0)