Skip to content

Commit

Permalink
Fix GitHub Action errors
Browse files Browse the repository at this point in the history
Java DP Lib:
* Switch back to Mockito 4.X

ZetaSQL Examples:
* Increase timeout for GitHub Action to 60 mins

Change-Id: Ifa5cec3e34f8ab522c009e3aea61ef352002bfe7
GitOrigin-RevId: da6af8cdc89e53204f7b6d4dcef7aa67b4446164
  • Loading branch information
Differential Privacy Team authored and dibakch committed Apr 5, 2023
1 parent 0c3fede commit 1212b69
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
zetasql-build:
name: ZetaSQL Examples Build Test
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Mount Cache
Expand Down
2 changes: 1 addition & 1 deletion java/dp_java_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def dp_java_deps():
"com.google.guava:guava:31.1-jre",
"com.google.protobuf:protobuf-java:3.22.2",
# artifacts for testing only
"org.mockito:mockito-core:5.2.0",
"org.mockito:mockito-core:4.11.0",
"junit:junit:4.13.2",
"com.google.truth:truth:1.1.3",
"com.google.truth.extensions:truth-java8-extension:1.1.3",
Expand Down
Loading

0 comments on commit 1212b69

Please sign in to comment.