diff --git a/.github/workflows/CryptatorTest.yml b/.github/workflows/CryptatorTest.yml
index ab1fa23f..0b1ec971 100644
--- a/.github/workflows/CryptatorTest.yml
+++ b/.github/workflows/CryptatorTest.yml
@@ -6,10 +6,10 @@ jobs :
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v3
with:
- java-version: '11'
+ java-version: '17'
distribution: 'adopt'
cache: 'maven'
- name: Cache local Maven repository
diff --git a/README.org b/README.org
index 32c3cae5..6f6186c8 100644
--- a/README.org
+++ b/README.org
@@ -73,7 +73,7 @@ Each letter represents a digit, and the goal is to reconstruct the original arit
fr.univ-cotedazur
cryptator
- 1.0.2
+ 2.0.0-SNAPSHOT
#+END_EXAMPLE
diff --git a/pom.xml b/pom.xml
index d588acd7..9db79022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
fr.univ-cotedazur
cryptator
jar
- 1.0.2
+ 2.0.0-SNAPSHOT
cryptator
Constraint-based cryptarithm solver
https://github.com/arnaud-m/cryptator
@@ -50,8 +50,8 @@
UTF-8
yyyy
- 11
- 11
+ 17
+ 17
@@ -79,7 +79,7 @@
org.choco-solver
choco-solver
- 4.10.18
+ 6.0.0
guru.nidi
@@ -126,11 +126,11 @@
- 11
+ 17
- 11
- 11
- 11
+ 17
+ 17
+ 17