diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml
index 1955634..f534822 100644
--- a/.github/workflows/actions.yml
+++ b/.github/workflows/actions.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
- java-version: 11
+ java-version: 21
distribution: 'temurin'
cache: 'maven'
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c822fa8..3f5489d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - name: Set up JDK 11
- uses: actions/setup-java@v3
+ - uses: actions/checkout@v4
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
with:
- java-version: 11
+ java-version: '21'
distribution: 'temurin'
cache: 'maven'
server-id: openconext-releases
diff --git a/pom.xml b/pom.xml
index fcec12f..582cac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
org.openconext
saml-idp
- 1.0.1
+ 2.0.0
saml-idp
UTF-8
- 11
+ 21
@@ -18,37 +18,37 @@
org.opensaml
opensaml-core
- 4.3.0
+ 4.3.2
org.opensaml
opensaml-saml-impl
- 4.3.0
+ 4.3.2
org.projectlombok
lombok
- 1.18.30
+ 1.18.34
true
commons-codec
commons-codec
- 1.16.0
+ 1.17.1
commons-io
commons-io
- 2.15.0
+ 2.16.1
org.apache.commons
commons-text
- 1.11.0
+ 1.12.0
@@ -59,19 +59,19 @@
ch.qos.logback
logback-core
- 1.4.12
+ 1.5.12
provided
ch.qos.logback
logback-classic
- 1.4.12
+ 1.5.12
provided
org.slf4j
slf4j-api
- 2.0.9
+ 2.0.16
provided
@@ -85,7 +85,7 @@
org.springframework.boot
spring-boot-starter-test
- 2.7.17
+ 2.7.18
test
@@ -98,14 +98,14 @@
org.springframework
spring-web
- 5.3.32
+ 5.3.37
test
org.jsoup
jsoup
- 1.16.2
+ 1.18.1
test
@@ -116,15 +116,15 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.9.0
+ 3.13.0
- 11
+ 21
org.apache.maven.plugins
maven-source-plugin
- 3.3.0
+ 3.3.1
attach-sources
@@ -157,7 +157,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.0.0
+ 3.5.0
enforce-versions
@@ -170,7 +170,7 @@
3.8.4
- 11
+ 21
@@ -182,7 +182,7 @@
org.apache.maven.wagon
wagon-webdav-jackrabbit
- 3.5.1
+ 3.5.3