Skip to content

Commit

Permalink
feat: replace graal version declarion with properties placeholder (#2120
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mpeddada1 committed Oct 18, 2023
1 parent 6a8972e commit e5247ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gax-java/pom.xml
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>22.3.2</version>
<version>${graal-sdk.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down

0 comments on commit e5247ba

Please sign in to comment.