diff --git a/todolist/fxui/pom.xml b/todolist/fxui/pom.xml index 7db517b3b72135e115f1708b9ee7721ce9e77128..7b9185f78211be3cb439d3225970f8f29ffabd1d 100644 --- a/todolist/fxui/pom.xml +++ b/todolist/fxui/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> - <version>17.0.2</version> + <version>17.0.8</version> </dependency> diff --git a/todolist/fxutil/pom.xml b/todolist/fxutil/pom.xml index 68a3ebaef1f4101779e92ac9dc516a1096f4f1bf..bf1108da44070bd453dd6f54f084632ee70b0ecb 100644 --- a/todolist/fxutil/pom.xml +++ b/todolist/fxutil/pom.xml @@ -16,7 +16,7 @@ <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> - <version>17.0.2</version> + <version>17.0.8</version> </dependency> <!--