Skip to content

Commit

Permalink
Bump compiler plugin and plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 16, 2024
1 parent 43dd6de commit 575b595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand All @@ -132,7 +132,7 @@
<path>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-templating</artifactId>
<version>1.6.3</version>
<version>1.8.1</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 575b595

Please sign in to comment.