diff --git a/README.md b/README.md new file mode 100644 index 0000000..960df97 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Adyen Risk Engine + +This Java Maven challenge is upgraded for Java 25. + +## Validation + +- Build and tests run with Maven on Java 25. +- Candidate-facing source, tests, and scoring entry points remain in the existing project layout. diff --git a/pom.xml b/pom.xml index b4c2e8f..3472070 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,5 @@ - - + + 4.0.0 com.hackerrank @@ -14,17 +12,17 @@ UTF-8 - 21 - 21 + 25 + 25 5.9.3 - + 2525 org.junit.jupiter junit-jupiter - ${junit.version} + 6.0.1 test @@ -35,31 +33,31 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.15.0 21 21 - + 25 org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.5.6 **/*Test.java xml - + ${project.build.directory}/surefire-reportsfalse org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2