diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,8 @@
+0.17.5 [2026.01.10]
+-------------------
+* Allow building with `time-1.15.*` (GHC 9.14).
+* Remove unused `void` dependency.
+
 0.17.4 [2024.12.04]
 -------------------
 * Require building with GHC 8.0 or later.
diff --git a/bytes.cabal b/bytes.cabal
--- a/bytes.cabal
+++ b/bytes.cabal
@@ -1,6 +1,6 @@
 name:          bytes
 category:      Data, Serialization
-version:       0.17.4
+version:       0.17.5
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -20,10 +20,11 @@
              , GHC == 9.0.2
              , GHC == 9.2.8
              , GHC == 9.4.8
-             , GHC == 9.6.6
+             , GHC == 9.6.7
              , GHC == 9.8.4
-             , GHC == 9.10.1
-             , GHC == 9.12.1
+             , GHC == 9.10.3
+             , GHC == 9.12.2
+             , GHC == 9.14.1
 synopsis:      Sharing code for serialization between binary and cereal
 description:   Sharing code for serialization between binary and cereal.
 
@@ -37,7 +38,7 @@
 
 source-repository head
   type: git
-  location: git://github.com/ekmett/bytes.git
+  location: https://github.com/ekmett/bytes.git
 
 library
   build-depends:
@@ -49,12 +50,11 @@
     containers                >= 0.3      && < 1,
     hashable                  >= 1.0.1.1  && < 1.6,
     text                      >= 0.2      && < 2.2,
-    time                      >= 1.2      && < 1.13,
+    time                      >= 1.2      && < 1.16,
     transformers              >= 0.2      && < 0.7,
     transformers-compat       >= 0.6.5    && < 1,
     unordered-containers      >= 0.2      && < 0.3,
-    scientific                >= 0.0      && < 1,
-    void                      >= 0.6      && < 1
+    scientific                >= 0.0      && < 1
 
   exposed-modules:
     Data.Bytes.Get
