Skip to content

Commit

Permalink
Upgrade to Quarkus 3.8.3 and replace graal-sdk with nativeimage lib
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Mar 20, 2024
1 parent cdf0cda commit 6be4e2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigtable/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion common/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
</dependency>

<!-- Tests -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>2.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<quarkus.version>3.8.0</quarkus.version>
<quarkus.version>3.8.3</quarkus.version>
<enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<assertj.version>3.25.3</assertj.version>
<opentelemetry-alpha.version>1.36.0-alpha</opentelemetry-alpha.version>
Expand Down

0 comments on commit 6be4e2c

Please sign in to comment.