diff --git a/README.md b/README.md
index 5f6f07e..5b1056a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The Mapping between IEC CIM and IEC 61850 is described in [Mapping](MAPPING.md).
You can run your application in dev mode that enables live coding using:
```shell script
-./mvnw package io.quarkus:quarkus-maven-plugin:2.0.0.Final:dev
+./mvnw package io.quarkus:quarkus-maven-plugin:2.2.3.Final:dev
```
> **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
diff --git a/app/pom.xml b/app/pom.xml
index 482fafc..be6baf7 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0
jar
- 2.2.2.Final
+ 2.2.3.Final