diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00ba3ff14..0501505bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
 ## [Unreleased]
 
 ### Added
+* [#2715](https://github.com/Shopify/shopify-cli/pull/2715): Update theme-check to 1.14.0 (introduce section groups support)
 * [#2714](https://github.com/Shopify/shopify-cli/pull/2714): Update theme-check to 1.13.0 (introduce section groups support)
 
 ## Version 2.33.1 - 2023-01-09
diff --git a/Gemfile.lock b/Gemfile.lock
index d76a64312..aa31353b1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,7 +4,7 @@ PATH
     shopify-cli (2.33.1)
       bugsnag (~> 6.22)
       listen (~> 3.7.0)
-      theme-check (~> 1.13.0)
+      theme-check (~> 1.14.0)
 
 GEM
   remote: https://rubygems.org/
@@ -150,7 +150,7 @@ GEM
       faraday (> 0.8, < 2.0)
     sys-uname (1.2.2)
       ffi (~> 1.1)
-    theme-check (1.13.0)
+    theme-check (1.14.0)
       liquid (>= 5.4.0)
       nokogiri (>= 1.12)
       parser (~> 3)
diff --git a/shopify-cli.gemspec b/shopify-cli.gemspec
index 775e711a4..872b93383 100644
--- a/shopify-cli.gemspec
+++ b/shopify-cli.gemspec
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
   # Whereas if we were to have "~> 1.9", that version would still be satisfied and thus not upgraded.
   # Both shopify-cli and theme-check gems are owned and developed by Shopify.
   # These gems are currently being actively developed and it's easiest to update them together.
-  spec.add_dependency("theme-check", "~> 1.13.0")
+  spec.add_dependency("theme-check", "~> 1.14.0")
 
   spec.extensions = ["ext/shopify-extensions/extconf.rb"]
 end