diff --git a/Cargo.lock b/Cargo.lock
index f65de905736e164ed522e0f7a6b5803b38967dda..f9d69ac7f7e9fb1d4e7016bc815f90dd6ca2d648 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6460,7 +6460,7 @@ dependencies = [
 
 [[package]]
 name = "frame-support-procedural"
-version = "31.0.0"
+version = "31.0.1"
 dependencies = [
  "Inflector",
  "cfg-expr",
@@ -15008,7 +15008,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-parachain-bin"
-version = "1.17.1"
+version = "6.0.0"
 dependencies = [
  "asset-hub-rococo-runtime",
  "asset-hub-westend-runtime",
@@ -19258,7 +19258,7 @@ dependencies = [
 
 [[package]]
 name = "sc-network"
-version = "0.48.0"
+version = "0.48.1"
 dependencies = [
  "array-bytes",
  "assert_matches",
diff --git a/Cargo.toml b/Cargo.toml
index 8384c122a83884a5ffd6913c5862661af0a6ba5d..c5b941d5e65f57fd002c7b37a2302a9cfb51e53b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -780,7 +780,7 @@ frame-executive = { path = "substrate/frame/executive", default-features = false
 frame-metadata = { version = "18.0.0", default-features = false }
 frame-metadata-hash-extension = { path = "substrate/frame/metadata-hash-extension", default-features = false, version = "0.7.0" }
 frame-support = { path = "substrate/frame/support", default-features = false, version = "39.0.0" }
-frame-support-procedural = { path = "substrate/frame/support/procedural", default-features = false, version = "31.0.0" }
+frame-support-procedural = { path = "substrate/frame/support/procedural", default-features = false, version = "31.0.1" }
 frame-support-procedural-tools = { path = "substrate/frame/support/procedural/tools", default-features = false, version = "13.0.1" }
 frame-support-procedural-tools-derive = { path = "substrate/frame/support/procedural/tools/derive", default-features = false, version = "12.0.0" }
 frame-support-test = { path = "substrate/frame/support/test" }
@@ -1166,7 +1166,7 @@ sc-executor-wasmtime = { path = "substrate/client/executor/wasmtime", default-fe
 sc-informant = { path = "substrate/client/informant", default-features = false, version = "0.47.0" }
 sc-keystore = { path = "substrate/client/keystore", default-features = false, version = "34.0.0" }
 sc-mixnet = { path = "substrate/client/mixnet", default-features = false, version = "0.18.0" }
-sc-network = { path = "substrate/client/network", default-features = false, version = "0.48.0" }
+sc-network = { path = "substrate/client/network", default-features = false, version = "0.48.1" }
 sc-network-common = { path = "substrate/client/network/common", default-features = false, version = "0.47.0" }
 sc-network-gossip = { path = "substrate/client/network-gossip", default-features = false, version = "0.48.0" }
 sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.47.0" }
diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml
index 6a908645868ce48687d89954551941c3dc52097c..394b730e1c6da3381961fdb51d8fc2393240f5e4 100644
--- a/cumulus/polkadot-parachain/Cargo.toml
+++ b/cumulus/polkadot-parachain/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-parachain-bin"
-version = "1.17.1"
+version = "6.0.0"
 authors.workspace = true
 edition.workspace = true
 build = "build.rs"
diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml
index 8cf529e2e16be53502f53072b8b6bc9a0d8d08fd..3c812ee889b5776f2e8db97bb13522d02fc93c1f 100644
--- a/substrate/client/network/Cargo.toml
+++ b/substrate/client/network/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 description = "Substrate network protocol"
 name = "sc-network"
-version = "0.48.0"
+version = "0.48.1"
 license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
 authors.workspace = true
 edition.workspace = true
diff --git a/substrate/frame/support/procedural/Cargo.toml b/substrate/frame/support/procedural/Cargo.toml
index e9885c1db8be94e6e557a44302f762b1d79b334a..aa7448baac416fcdc295faf91b7a424c23541017 100644
--- a/substrate/frame/support/procedural/Cargo.toml
+++ b/substrate/frame/support/procedural/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "frame-support-procedural"
-version = "31.0.0"
+version = "31.0.1"
 authors.workspace = true
 edition.workspace = true
 license = "Apache-2.0"
diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml
index 32e34703d806d80745dd761c780816fd9287f251..c61c9e23df4eaa0a9f9b03ec9ddcace2b836363f 100644
--- a/umbrella/Cargo.toml
+++ b/umbrella/Cargo.toml
@@ -844,7 +844,7 @@ version = "39.0.0"
 path = "../substrate/frame/support/procedural"
 default-features = false
 optional = true
-version = "31.0.0"
+version = "31.0.1"
 
 [dependencies.frame-support-procedural-tools-derive]
 path = "../substrate/frame/support/procedural/tools/derive"
@@ -2590,7 +2590,7 @@ version = "0.18.0"
 path = "../substrate/client/network"
 default-features = false
 optional = true
-version = "0.48.0"
+version = "0.48.1"
 
 [dependencies.sc-network-common]
 path = "../substrate/client/network/common"