Skip to content

Commit b7435b1

Browse files
renovate[bot]renovate-botmpkorstanje
authored
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.0 (#2485)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: mpkorstanje <[email protected]>
1 parent 3c2d29d commit b7435b1

File tree

2 files changed

+2
-2
lines changed
  • archetype/src
    • main/resources/archetype-resources
    • test/resources/projects/should-generate-project/reference

2 files changed

+2
-2
lines changed

archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.9.0</version>
66+
<version>3.10.0</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

archetype/src/test/resources/projects/should-generate-project/reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.9.0</version>
66+
<version>3.10.0</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

0 commit comments

Comments
 (0)