Skip to content

Commit dfc5f9f

Browse files
authored
Merge branch 'main' into fix/improve-vmlens-handling
2 parents e2b5967 + 55c344a commit dfc5f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291

292292
<plugin>
293293
<artifactId>maven-compiler-plugin</artifactId>
294-
<version>3.14.0</version>
294+
<version>3.14.1</version>
295295
</plugin>
296296

297297
<plugin>
@@ -614,7 +614,7 @@
614614
<plugin>
615615
<groupId>org.sonatype.central</groupId>
616616
<artifactId>central-publishing-maven-plugin</artifactId>
617-
<version>0.8.0</version>
617+
<version>0.9.0</version>
618618
<extensions>true</extensions>
619619
<configuration>
620620
<publishingServerId>central</publishingServerId>
@@ -746,7 +746,7 @@
746746
<plugin>
747747
<groupId>org.apache.maven.plugins</groupId>
748748
<artifactId>maven-compiler-plugin</artifactId>
749-
<version>3.14.0</version>
749+
<version>3.14.1</version>
750750
<executions>
751751
<execution>
752752
<id>default-testCompile</id>

0 commit comments

Comments
 (0)