diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index f3b1ee08ae9f..28f01366cc1c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,20 @@
This document describes the changes made to the ERTS application.
+Erts 14.2.5.6
+
+ Fixed Bugs and Malfunctions
+
+ -
+
Fixed configure tests for GCC 14
+
+ Own Id: OTP-19407 Aux Id: GH-9211, PR-9234
+
+
+
+
+
+
Erts 14.2.5.5
Fixed Bugs and Malfunctions
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 6356ddeb8e92..90ce9be831ad 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 14.2.5.5
+VSN = 14.2.5.6
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index 130567ae6801..f0dbda7a62c6 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,6 +33,22 @@
notes.xml
+Common_Test 1.26.2.4
+
+ Fixed Bugs and Malfunctions
+
+ -
+
Common test will now not crash when running tests with
+ OTP-26 and earlier, while having previous test results
+ from OTP-27.
+
+ Own Id: OTP-19385 Aux Id: ERIERL-1166, PR-9155, PR-9156
+
+
+
+
+
+
Common_Test 1.26.2.3
Fixed Bugs and Malfunctions
diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk
index 8e30d92ffe3a..03d0d6071c05 100644
--- a/lib/common_test/vsn.mk
+++ b/lib/common_test/vsn.mk
@@ -1 +1 @@
-COMMON_TEST_VSN = 1.26.2.3
+COMMON_TEST_VSN = 1.26.2.4
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index 15b076110e9b..dd23df2f4510 100644
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -32,6 +32,20 @@
This document describes the changes made to the Dialyzer
application.
+Dialyzer 5.1.3.1
+
+ Fixed Bugs and Malfunctions
+
+ -
+
Fixed a crash caused by the use of opaque types.
+
+ Own Id: OTP-19439 Aux Id: ERIERL-1183, PR-9314
+
+
+
+
+
+
Dialyzer 5.1.3
Fixed Bugs and Malfunctions
diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk
index 274c1bdddaee..510ee8c7e1d0 100644
--- a/lib/dialyzer/vsn.mk
+++ b/lib/dialyzer/vsn.mk
@@ -1 +1 @@
-DIALYZER_VSN = 5.1.3
+DIALYZER_VSN = 5.1.3.1
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml
index 256840b83241..b372d3d0fab7 100644
--- a/lib/kernel/doc/src/notes.xml
+++ b/lib/kernel/doc/src/notes.xml
@@ -31,6 +31,23 @@
This document describes the changes made to the Kernel application.
+Kernel 9.2.4.5
+
+ Fixed Bugs and Malfunctions
+
+ -
+
Fix bug where log printouts would go missing when
+ application_controller is stopping while log
+ messages are being sent.
This bug was introduced
+ by OTP-19078 in Erlang/OTP 26.2.5.
+
+ Own Id: OTP-19418 Aux Id: GH-9163 PR-9274
+
+
+
+
+
+
Kernel 9.2.4.4
Fixed Bugs and Malfunctions
diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk
index a702dc018edf..b7792969b3e0 100644
--- a/lib/kernel/vsn.mk
+++ b/lib/kernel/vsn.mk
@@ -1 +1 @@
-KERNEL_VSN = 9.2.4.4
+KERNEL_VSN = 9.2.4.5
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 53fdbbb2df1a..caa8bc7cf515 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,35 @@
notes.xml
+Ssh 5.1.4.5
+
+ Fixed Bugs and Malfunctions
+
+ -
+
With this change, type specs for
+ ssh:connection_info/1,2 functions are fixed so they
+ include {error, term()} return value.
+
+ Own Id: OTP-19388 Aux Id: ERIERL-1165, PR-9161
+
+ -
+
With this change, ssh client accepts a banner sent
+ during processing keyboard interactive user
+ authentication.
+
+ Own Id: OTP-19392 Aux Id: PR-9139, GH-9065
+
+ -
+
With this change, large sftp transfers does not hang.
+ Redundant window adjustment are not requested.
+
+ Own Id: OTP-19435 Aux Id: PR-9309
+
+
+
+
+
+
Ssh 5.1.4.4
Fixed Bugs and Malfunctions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index b4e87f959231..d95512e627dd 100644
--- a/lib/ssh/vsn.mk
+++ b/lib/ssh/vsn.mk
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode
-SSH_VSN = 5.1.4.4
+SSH_VSN = 5.1.4.5
APP_VSN = "ssh-$(SSH_VSN)"
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 4406b6a9a601..81a4b49eb08b 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,29 @@
This document describes the changes made to the SSL application.
+SSL 11.1.4.7
+
+ Fixed Bugs and Malfunctions
+
+ -
+
An initiated handshake should always be closed with an
+ alert, some corner cases have been fixed so that this
+ should always be the case.
+
+ Own Id: OTP-19411 Aux Id: PR-9273, ERIERL-1174
+
+ -
+
Correct option handling to work properly for paused
+ handshaking. Could result in unwanted alerts or or error
+ messages.
+
+ Own Id: OTP-19445 Aux Id: GH-9177, PR-9322
+
+
+
+
+
+
SSL 11.1.4.6
Fixed Bugs and Malfunctions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk
index e061700f5372..e44426082cb3 100644
--- a/lib/ssl/vsn.mk
+++ b/lib/ssl/vsn.mk
@@ -1 +1 @@
-SSL_VSN = 11.1.4.6
+SSL_VSN = 11.1.4.7
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index d0e316e29e35..e05a436c954f 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,11 +1,9 @@
-OTP-19240
-OTP-19330
-OTP-19332
-OTP-19350
-OTP-19352
-OTP-19357
-OTP-19365
-OTP-19366
-OTP-19368
-OTP-19379
-OTP-19380
+OTP-19385
+OTP-19388
+OTP-19392
+OTP-19407
+OTP-19411
+OTP-19418
+OTP-19435
+OTP-19439
+OTP-19445