Skip to content

Commit 2f9f053

Browse files
committed
Bump build plug-in versions
impsort 1.12.0 -> 1.13.0 maven-archiver 3.6.5 -> 3.6.6 commons-io 2.20.0 -> 2.21.0
1 parent 6337151 commit 2f9f053

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<testcontainers.version>1.21.3</testcontainers.version>
115115
<grpc.version>1.78.0</grpc.version> <!-- Used only in tests -->
116116

117-
<maven.archiver.version>3.6.5</maven.archiver.version>
117+
<maven.archiver.version>3.6.6</maven.archiver.version>
118118
<plexus.archiver.version>4.11.0</plexus.archiver.version>
119119
<!-- See https://pmd.github.io/ for available latest version -->
120120
<pmd.version>7.22.0</pmd.version>
@@ -764,7 +764,7 @@
764764
<dependency>
765765
<groupId>commons-io</groupId>
766766
<artifactId>commons-io</artifactId>
767-
<version>2.20.0</version>
767+
<version>2.21.0</version>
768768
</dependency>
769769
</dependencies>
770770
</plugin>
@@ -981,7 +981,7 @@
981981
<plugin>
982982
<groupId>net.revelc.code</groupId>
983983
<artifactId>impsort-maven-plugin</artifactId>
984-
<version>1.12.0</version>
984+
<version>1.13.0</version>
985985
<configuration>
986986
<lineEnding>LF</lineEnding>
987987
<groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>

0 commit comments

Comments
 (0)