This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- graalvm : [22.2 .0]
18+ graalvm : [22.3 .0]
1919 java : [11, 17]
2020 repo :
2121 # GAPIC library that doesn't use a real GCP project in integration tests
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ maven.com_google_http_client_google_http_client=com.google.http-client:google-ht
7171maven.com_google_http_client_google_http_client_gson =com.google.http-client:google-http-client-gson:1.42.3
7272maven.org_codehaus_mojo_animal_sniffer_annotations =org.codehaus.mojo:animal-sniffer-annotations:1.18
7373maven.javax_annotation_javax_annotation_api =javax.annotation:javax.annotation-api:1.3.2
74- maven.org_graalvm_sdk =org.graalvm.sdk:graal-sdk:22.2 .0
74+ maven.org_graalvm_sdk =org.graalvm.sdk:graal-sdk:22.3 .0
7575
7676# Testing maven artifacts
7777maven.junit_junit =junit:junit:4.13.2
Original file line number Diff line number Diff line change 157157 <dependency >
158158 <groupId >org.graalvm.sdk</groupId >
159159 <artifactId >graal-sdk</artifactId >
160- <version >22.2.0.1 </version >
160+ <version >22.3.0 </version >
161161 </dependency >
162162 <dependency >
163163 <groupId >com.google.http-client</groupId >
You can’t perform that action at this time.
0 commit comments