Skip to content

Commit

Permalink
java upgrade to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashione committed Apr 21, 2024
1 parent 6656df7 commit 774e08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions streaming/java/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ def gen_streaming_java_deps():
maven.artifact(
group = "io.ray",
artifact = "ray-api",
version = "2.9.3",
version = "2.11.0",
neverlink = True
),
maven.artifact(
group = "io.ray",
artifact = "ray-runtime",
version = "2.9.3",
version = "2.11.0",
neverlink = True
),
maven.artifact(
Expand Down
2 changes: 1 addition & 1 deletion streaming/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<java.version>1.8</java.version>
<java.new.version>11</java.new.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ray.version>2.9.3</ray.version>
<ray.version>2.11.0</ray.version>
<streaming.version>0.0.1</streaming.version>
<mockito.version>1.10.19</mockito.version>
</properties>
Expand Down

0 comments on commit 774e08b

Please sign in to comment.