aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--id/history.txt12
-rw-r--r--pom.xml5
2 files changed, 10 insertions, 7 deletions
diff --git a/id/history.txt b/id/history.txt
index 59783b7f8..56dd8aeb8 100644
--- a/id/history.txt
+++ b/id/history.txt
@@ -3,10 +3,12 @@ Dieses Dokument zeigt die Veränderungen und Erweiterungen von MOA-ID auf.
Version MOA-ID Release 3.3.0: Änderungen seit Version MOA-ID 3.2.3
- Änderungen
- Online-applikationspezifische Konfiguration des SAML2 POST-Binding Formulars
- - Online-applikationspezifische Konfiguration der Weiche für das Auswahlformular des Vollmachtenservices
+ - Online-applikationspezifische Konfiguration der Weiche für das Auswahlformular des Vollmachtenservices
- Update der Logging Funktionalität
- Anpassungen des BKU Auswahlformulas (OnlineBKU entfernt)
- - Anpassungen der Konfigurationsoberfläche (OnlineBKU entfernt)
+ - Anpassungen der Konfigurationsoberfläche (OnlineBKU entfernt)
+ - Bugfix - Problem mit openSAML welches unsignierte SAML2 AuthnRequests bei Redirect Binding ermöglicht
+ - Bugfix - Ungültig kodierter PVP2 Attributwert 'MANDATOR-NATURAL-PERSON-BPK'
- Update von Libraries
> org.springframework 4.3.11.RELEASE
> org.springframework.data.spring-data-jpa 1.11.7.RELEASE
@@ -20,9 +22,9 @@ Version MOA-ID Release 3.3.0: Änderungen seit Version MOA-ID 3.2.3
> org.slf4j:slf4j-log4j12 1.7.25
> joda-time 2.9.9
> com.fasterxml.jackson.core 2.9.1
- > commons-cli 1.4
- > javax.xml.bind 2.3.0
- > org.easymock 3.5
+ > commons-cli 1.4
+ > commons-fileupload 1.3.3
+ > org.apache.httpcomponents:httpcore 4.4.8
> org.unitils 3.4.6
> org.jvnet.jaxb2_commons.jaxb2-basics-runtime 1.11.1
diff --git a/pom.xml b/pom.xml
index c81a825f3..043893485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<slf4j.version>1.7.25</slf4j.version>
<httpclient.version>4.5.3</httpclient.version>
- <httpcore.version>4.4.6</httpcore.version>
+ <httpcore.version>4.4.8</httpcore.version>
<!-- Maybe problems with Hibernate 5.0.10 -->
<mysql-connector.java>6.0.6</mysql-connector.java>
@@ -402,7 +402,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.3.1</version>
+ <version>1.3.3</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -725,6 +725,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
+ <scope>test</scope>
<version>3.5</version>
</dependency>
<dependency>