Skip to content

Commit

Permalink
chore: bump base image for jpy 1.1.0 (#6526)
Browse files Browse the repository at this point in the history
Cherry-pick of #6525
  • Loading branch information
devinrsmith authored Jan 7, 2025
1 parent d75fbe6 commit fef128a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/registry/server-base/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
io.deephaven.project.ProjectType=DOCKER_REGISTRY
deephaven.registry.imageName=ghcr.io/deephaven/server-base:edge
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:57096a26bb621a4eaf630ac555a4c08836820e029aa90c266765142c524419a4
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:a904aba9cd5f91b6e2f19c4e024702700dfa37f549b73d24e9821f8f02061b45
4 changes: 2 additions & 2 deletions docker/server-jetty/src/main/server-jetty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ adbc-driver-postgresql==1.3.0
connectorx==0.4.0; platform.machine == 'x86_64'
deephaven-plugin==0.6.0
docstring_parser==0.16
importlib_resources==6.4.5
importlib_resources==6.5.2
java-utilities==0.3.0
jedi==0.19.1
jpy==1.0.0
jpy==1.1.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
Expand Down
4 changes: 2 additions & 2 deletions docker/server/src/main/server-netty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ adbc-driver-postgresql==1.3.0
connectorx==0.4.0; platform.machine == 'x86_64'
deephaven-plugin==0.6.0
docstring_parser==0.16
importlib_resources==6.4.5
importlib_resources==6.5.2
java-utilities==0.3.0
jedi==0.19.1
jpy==1.0.0
jpy==1.1.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ javax-validation = "2.0.1.Final"
jdom2 = "2.0.6.1"
jetbrains = "26.0.1"
jetty = "11.0.20"
jpy = "1.0.0"
jpy = "1.1.0"
jsinterop = "2.0.2"
# google is annoying, and have different versions released for the same groupId
jsinterop-base = "1.0.1"
Expand Down

0 comments on commit fef128a

Please sign in to comment.