Skip to content

Commit

Permalink
Merge pull request #369 from avaje/dependabot/maven/org.apache.maven.…
Browse files Browse the repository at this point in the history
…plugins-maven-compiler-plugin-3.12.1

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
2 parents c578173 + 7c53a7d commit 9f88479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<executions>
<execution>
<id>default-testCompile</id>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-client-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<release>21</release>
<annotationProcessorPaths>
Expand Down

0 comments on commit 9f88479

Please sign in to comment.