diff --git a/java/native/HelloWorld/client/pom.xml b/java/native/HelloWorld/client/pom.xml index 2a04287e..bb1c9cbd 100644 --- a/java/native/HelloWorld/client/pom.xml +++ b/java/native/HelloWorld/client/pom.xml @@ -16,18 +16,18 @@ fr.aneo armonik-java - 3.26.0 + 3.27.1-flupdateapiversion3261.1.e094193 org.apache.maven.plugins maven-assembly-plugin - 3.7.1 + 3.8.0 maven-plugin info.picocli picocli - 4.7.6 + 4.7.7 @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.1 package @@ -72,7 +72,7 @@ com.google.errorprone error_prone_annotations - 2.36.0 + 2.46.0 diff --git a/java/native/HelloWorld/worker/pom.xml b/java/native/HelloWorld/worker/pom.xml index 136dd173..4ddd4cae 100644 --- a/java/native/HelloWorld/worker/pom.xml +++ b/java/native/HelloWorld/worker/pom.xml @@ -17,7 +17,7 @@ fr.aneo armonik-java - 3.26.0 + 3.27.1-flupdateapiversion3261.1.e094193 @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.1 package @@ -73,7 +73,7 @@ com.google.errorprone error_prone_annotations - 2.36.0 + 2.46.0 diff --git a/python/hello-gpu-pymonik/pyproject.toml b/python/hello-gpu-pymonik/pyproject.toml index 6c47436b..6404b82b 100644 --- a/python/hello-gpu-pymonik/pyproject.toml +++ b/python/hello-gpu-pymonik/pyproject.toml @@ -5,6 +5,6 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.10.2" dependencies = [ - "jax[cpu,cuda12]>=0.6.1", - "pymonik>=0.2.2", + "jax[cpu,cuda12]>=0.9.0", + "pymonik>=0.2.5", ] diff --git a/python/hello-world/worker/worker-requirements.txt b/python/hello-world/worker/worker-requirements.txt index 2fc26f04..a211d5c9 100644 --- a/python/hello-world/worker/worker-requirements.txt +++ b/python/hello-world/worker/worker-requirements.txt @@ -1 +1 @@ -armonik>=3.25.0 \ No newline at end of file +armonik>=3.28.2 \ No newline at end of file