Skip to content

Commit

Permalink
rebase with main
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jul 8, 2024
2 parents 761b7d6 + 3cc8864 commit f9e22b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions java-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.23</version>
<version>1.24</version>
<executions>
<execution>
<id>java8</id>
Expand All @@ -388,7 +388,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<reportSets>
<reportSet>
<reports>
Expand All @@ -415,7 +415,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<reportSets>
<reportSet>
<id>html</id>
Expand Down Expand Up @@ -581,7 +581,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
Expand Down
10 changes: 8 additions & 2 deletions native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
<properties>
<graal-sdk.version>24.0.1</graal-sdk.version>
<surefire.version>3.3.0</surefire.version>
<graal-sdk-nativeimage.version>24.0.1</graal-sdk-nativeimage.version>
<native-maven-plugin.version>0.10.2</native-maven-plugin.version>
<junit-vintage-engine.version>5.10.2</junit-vintage-engine.version>
<junit-vintage-engine.version>5.10.3</junit-vintage-engine.version>
<opentest4j.version>1.3.0</opentest4j.version>
</properties>

Expand All @@ -72,6 +73,11 @@
<artifactId>graal-sdk</artifactId>
<version>${graal-sdk.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
<version>${graal-sdk-nativeimage.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -125,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit f9e22b9

Please sign in to comment.