Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 0310e8b

Browse files
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#67)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19f3c7d commit 0310e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-compiler-plugin</artifactId>
106-
<version>3.12.1</version>
106+
<version>3.13.0</version>
107107
<executions>
108108
<execution>
109109
<phase>compile</phase>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.12.1</version>
179+
<version>3.13.0</version>
180180
<configuration>
181181
<source>1.8</source>
182182
<target>1.8</target>

0 commit comments

Comments
 (0)