diff --git a/go.mod b/go.mod
index 228ed909bc2d527cbd3daaeb5d715c6e5548e43f..e9db4328b930c3d67ee72f947a76702a593e78e8 100644
--- a/go.mod
+++ b/go.mod
@@ -12,8 +12,8 @@ require (
 	github.com/r3labs/diff/v3 v3.0.1
 	github.com/stretchr/testify v1.9.0
 	github.com/vmihailenco/msgpack/v5 v5.4.1
-	gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2
-	gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2
+	gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3
+	gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3
 	gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0
 	golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
 	gopkg.in/yaml.v3 v3.0.1
diff --git a/go.sum b/go.sum
index 5f872193035d9bf3f717134e8a3db3bdbb8a7de4..fc927700bfac32973ad9204be0be49bc482f50cf 100644
--- a/go.sum
+++ b/go.sum
@@ -26,10 +26,10 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
 github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
 github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
 github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
-gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2 h1:tVuRVnE3lyYogterfIFsNCSJ+d1UJWYhpXvE2ujWCcA=
-gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2/go.mod h1:RS2rKf5O+rmSBshHLOgjG7dxg5N2MhNYokZOBcuXdX8=
-gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2 h1:cbrnohA6SyqH6NGvYDyIFcrh3lH4DcwLcGUbmaSKWlY=
-gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2/go.mod h1:MqCBFv7DXKoBE2rZDc51LGvl2QI7Kz0D+XkQ0izj+ws=
+gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3 h1:xzCwoOOogDpiR4ceOWERkeBlPNXlrylAEcvuPJVGSWY=
+gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3/go.mod h1:d2Ayu+QC2T6fao8q9V0axnDPdjfe0CDw+xG4UQd1fxM=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3 h1:krLwGJFEGYUDZOZJbwZAG/1JgwYCJXLAKazymSUg8Vc=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3/go.mod h1:36psT3WHelpcXWXVp8D33IXvUIpaAXEtrQYYOODUbjE=
 gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0 h1:5jwbpUbE721pinIAgzQCfBEnjMjqd/rDQl6gNplpz1M=
 gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0/go.mod h1:1pP8q6sEYUXs8rRSXOBCshjGqg6JtVTx8NPkTBNZHwk=
 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 58f4050bb8a9863419d64a61a6b27b35b4498b7b..aa36d5daba7432b9f4f0f1cc5ff5ee50bdff6b54 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -2,8 +2,8 @@
   # this file is generated by nix/scripts/init-project.nix
   # please don't edit it manually
 
-  version = "v1.22.4";
-  commit = "d6e792bc534ee60170c5c4defb2e162b2273e7af";
+  version = "1.22.4";
+  commit = "b282b361e1f7895a743f7d3e48d3dd2d40a7db0d";
   projectURL = "https://gitlab.schukai.com/oss/configuration";
   name = "configuration";
   mnemonic = "configuration";
@@ -12,4 +12,4 @@
 
   # this file is generated by nix/scripts/init-project.nix
   # please don't edit it manually
-}
\ No newline at end of file
+}