Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Jun 9, 2024
1 parent 6915a54 commit 3acb1c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nebulapb/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>21</source>
<target>21</target>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
Expand Down Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 3acb1c7

Please sign in to comment.