diff --git a/provider/notification-aws/README.md b/provider/notification-aws/README.md
index d639f8879d691c996b3a5ea288cc3b65ee1ac295..091526348697d16dc554548ababc416edc926167 100644
--- a/provider/notification-aws/README.md
+++ b/provider/notification-aws/README.md
@@ -10,9 +10,9 @@ These instructions will get you a copy of the project up and running on your loc
 ### Prerequisites
 Pre-requisites
 
-* JDK 8 (https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html)
-* Maven 3.8.3 or later
-* Lombok 1.16 or later
+* JDK 17 (https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
+* Maven 3.8.6 or later
+* Lombok 1.18.26 or later
 * OSDU Instance deployed on AWS
 
 ### Service Configuration
@@ -39,9 +39,9 @@ Check that maven is installed:
 example:
 ```bash
 $ mvn --version
-Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
-Maven home: /usr/local/Cellar/maven/3.8.3/libexec
-Java version: 1.8.0_312, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
+Apache Maven 3.8.6
+Maven home: /usr/local/Cellar/maven/3.8.6/libexec
+Java version: 17.0.5, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/jre
 ...
 ```
 
diff --git a/provider/notification-gc/README.md b/provider/notification-gc/README.md
index 5ffd94b5957af17681a63ef3483fbd4a4a402393..930a52ade9016365861fb8497cb88ec2e728ee9b 100644
--- a/provider/notification-gc/README.md
+++ b/provider/notification-gc/README.md
@@ -33,8 +33,8 @@ In the current version, the OQM mapper is equipped with 2 drivers to the message
 #### Requirements
 
 1. Mandatory
-   * Java 8
-   -[Maven 3.6.0+](https://maven.apache.org/download.cgi)
+   * Java 17
+   -[Maven 3.8.6+](https://maven.apache.org/download.cgi)
 
 2. For Google Cloud only
    * GCloud command line tool
@@ -56,9 +56,9 @@ Check that maven is installed:
 
 ```bash
 $ mvn --version
-Apache Maven 3.6.0
+Apache Maven 3.8.6
 Maven home: /usr/share/maven
-Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/jdk8u212-b04/jre
+Java version: 17.0.5, Eclipse Adoptium, runtime: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
 ...
 ```