Skip to content

Commit

Permalink
Merge pull request #139 from TeamKun/dependabot/maven/develop/org.apa…
Browse files Browse the repository at this point in the history
…che.maven.plugins-maven-compiler-plugin-3.12.0

chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0
  • Loading branch information
PeyaPeyaPeyang authored Dec 23, 2023
2 parents 33091f0 + e16e49b commit b4601c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KPMDaemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down
2 changes: 1 addition & 1 deletion KPMPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit b4601c9

Please sign in to comment.