diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index af4b0f67..e7dc817b 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,20 +1,20 @@
# OpenAS2 Server
-# Version 4.5.0
+# Version 4.5.1
# RELEASE NOTES
-----
-The OpenAS2 project is pleased to announce the release of OpenAS2 4.5.0
+The OpenAS2 project is pleased to announce the release of OpenAS2 4.5.1
-The release download file is: OpenAS2Server-4.5.0.zip
+The release download file is: OpenAS2Server-4.5.1.zip
The zip file contains a PDF document (OpenAS2HowTo.pdf) providing information on installing and using the application.
## NOTE: Testing covers Java 11 to 21.
## Java 8 is NO LONGER SUPPORTED.
-Version 4.5.0 - 2025-05-10
+Version 4.5.1 - 2025-06-04
-This is an enhancement release.
+This is a bugfix release.
-1. Add configuration paramerter "resend_on_ssl_exception" to enter into a resend loop when an SSL exception occurs connecting to a partner.
+1. Fix dynamic content-type functionality.
##Upgrade Notes
See the openAS2HowTo appendix for the general process on upgrading OpenAS2.
diff --git a/Server/pom.xml b/Server/pom.xml
index 734aa85a..aae4b6f2 100644
--- a/Server/pom.xml
+++ b/Server/pom.xml
@@ -7,7 +7,7 @@
net.sf.openas2
OpenAS2
- 4.5.0
+ 4.5.1
../pom.xml
diff --git a/changes.txt b/changes.txt
index 1182de41..0d3a0773 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,12 @@
**IMPORTANT NOTE**: Please review upgrade notes in the RELEASE-NOTES.md if you are upgrading
+Version 4.5.1 - 2025-06-04
+
+This is a bugfix release.
+
+1. Fix dynamic content-type functionality.
+
+
Version 4.5.0 - 2025-05-18
This is an enhancement release.
diff --git a/pom.xml b/pom.xml
index a0de552a..3506bfd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
net.sf.openas2
OpenAS2
- 4.5.0
+ 4.5.1
OpenAS2
pom
@@ -51,17 +51,17 @@
org.bouncycastle
bcjmail-jdk18on
- 1.80
+ 1.81
org.bouncycastle
bcpkix-jdk18on
- 1.80
+ 1.81
org.bouncycastle
bcprov-jdk18on
- 1.80
+ 1.81
org.bouncycastle
@@ -71,7 +71,7 @@
org.bouncycastle
bcpg-jdk18on
- 1.80
+ 1.81
org.apache.commons
@@ -108,7 +108,7 @@
org.junit.jupiter
junit-jupiter
- 5.12.2
+ 5.13.0
test
@@ -116,14 +116,14 @@
org.mockito
mockito-core
- 5.17.0
+ 5.18.0
test
org.mockito
mockito-junit-jupiter
- 5.17.0
+ 5.18.0
test