Skip to content

Commit ecf3a37

Browse files
fix(maven): update packages
1 parent 7873ca9 commit ecf3a37

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
@@ -56,13 +56,13 @@
5656
<dependency>
5757
<groupId>org.apache.maven</groupId>
5858
<artifactId>maven-core</artifactId>
59-
<version>3.9.12</version>
59+
<version>3.9.13</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.maven</groupId>
6464
<artifactId>maven-plugin-api</artifactId>
65-
<version>3.9.12</version>
65+
<version>3.9.13</version>
6666
<scope>provided</scope>
6767
</dependency>
6868
<dependency>
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-resources-plugin</artifactId>
243-
<version>3.4.0</version>
243+
<version>3.5.0</version>
244244
</plugin>
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)