Skip to content

Commit 3458a8d

Browse files
Merge pull request #404 from avaje/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
2 parents c9e8de5 + cc83578 commit 3458a8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-compiler-plugin</artifactId>
99-
<version>3.12.1</version>
99+
<version>3.13.0</version>
100100
<executions>
101101
<execution>
102102
<id>default-testCompile</id>

tests/test-client-generation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-compiler-plugin</artifactId>
101-
<version>3.12.1</version>
101+
<version>3.13.0</version>
102102
<configuration>
103103
<annotationProcessorPaths>
104104
<path>

tests/test-nima/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>3.12.1</version>
54+
<version>3.13.0</version>
5555
<configuration>
5656
<release>21</release>
5757
<annotationProcessorPaths>

0 commit comments

Comments
 (0)