Skip to content

Commit ef33e16

Browse files
committed
update dependency
1 parent 403124d commit ef33e16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
distribution: 'temurin'
2929
cache: 'maven'
30+
cache-dependency-path: extra/pom.xml
3031
java-version: ${{ matrix.java }}
3132

3233
- name: Build with Maven

extra/modules/greenbids-real-time-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>com.microsoft.onnxruntime</groupId>
2424
<artifactId>onnxruntime</artifactId>
25-
<version>1.16.1</version> <!-- Use the latest available version -->
25+
<version>1.20.0</version> <!-- Use the latest available version -->
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-storage</artifactId>
31-
<version>2.41.0</version>
31+
<version>2.48.0</version>
3232
<exclusions>
3333
<exclusion>
3434
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)