diff --git a/.github/workflows/pr-java-ci.yml b/.github/workflows/pr-java-ci.yml index ee5780984e5..a0ecdd6892f 100644 --- a/.github/workflows/pr-java-ci.yml +++ b/.github/workflows/pr-java-ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' cache: 'maven' diff --git a/extra/modules/greenbids-real-time-data/pom.xml b/extra/modules/greenbids-real-time-data/pom.xml index 7e8c9f8e095..ae1558a6a0b 100644 --- a/extra/modules/greenbids-real-time-data/pom.xml +++ b/extra/modules/greenbids-real-time-data/pom.xml @@ -22,13 +22,19 @@ com.microsoft.onnxruntime onnxruntime - 1.16.1 + 1.20.0 com.google.cloud google-cloud-storage - 2.41.0 + 2.48.0 + + + com.google.guava + failureaccess + +