diff --git a/.github/workflows/pr-validation-test.yml b/.github/workflows/pr-validation-test.yml
index fa84bfb..f374d08 100644
--- a/.github/workflows/pr-validation-test.yml
+++ b/.github/workflows/pr-validation-test.yml
@@ -26,10 +26,10 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- - name: 'Set up JDK 11'
+ - name: 'Set up JDK 17'
uses: actions/setup-java@v1
with:
- java-version: '11'
+ java-version: '17'
- name: 'Cache Maven packages'
uses: actions/cache@v2
with:
diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index 2e87023..31c96cf 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -26,10 +26,10 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- - name: 'Set up JDK 11'
+ - name: 'Set up JDK 17'
uses: actions/setup-java@v1
with:
- java-version: '11'
+ java-version: '17'
- name: 'Cache Maven packages'
uses: actions/cache@v2
with:
diff --git a/.travis.yml b/.travis.yml
index ce5a6ff..71e093a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ cache:
jobs:
include:
- stage: test
- jdk: openjdk11
+ jdk: openjdk17
script: mvn verify -Dmaven.test.redirectTestOutputToFile=true jacoco:report coveralls:report
branches:
diff --git a/blazingcache-core/pom.xml b/blazingcache-core/pom.xml
index 528cc16..47f8f63 100644
--- a/blazingcache-core/pom.xml
+++ b/blazingcache-core/pom.xml
@@ -18,8 +18,8 @@
UTF-8
- 1.8
- 1.8
+ 17
+ 17
@@ -138,5 +138,10 @@
${libs.slf4j}
test
+
+ org.bouncycastle
+ bcpkix-jdk15on
+ ${libs.bouncycastle}
+
\ No newline at end of file
diff --git a/blazingcache-jcache/pom.xml b/blazingcache-jcache/pom.xml
index 3aa84f6..c431c76 100644
--- a/blazingcache-jcache/pom.xml
+++ b/blazingcache-jcache/pom.xml
@@ -19,8 +19,8 @@
UTF-8
- 1.8
- 1.8
+ 17
+ 17
diff --git a/blazingcache-services/pom.xml b/blazingcache-services/pom.xml
index 602e10e..4d859b5 100644
--- a/blazingcache-services/pom.xml
+++ b/blazingcache-services/pom.xml
@@ -18,8 +18,8 @@
UTF-8
- 1.8
- 1.8
+ 17
+ 17
diff --git a/pom.xml b/pom.xml
index 5e6abbb..0c6a75b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,8 +63,8 @@
UTF-8
- 1.8
- 1.8
+ 17
+ 17
4.1.72.Final
2.0.46.Final
4.0.1
@@ -81,6 +81,7 @@
4.7.2.0
0.8.8
2.0.3
+ 1.70
@@ -223,10 +224,10 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ 3.11.0
${project.build.sourceEncoding}
- 8
+ 17
@@ -282,10 +283,10 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ 3.11.0
${project.build.sourceEncoding}
- 8
+ 17