diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 59a986ed2..3b0bf1529 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.1</version>
+	  <version>2.14.3</version>
 	</dependency>
   </dependencies>
 
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 5e990e4cc..74c19e85d 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.1</version>
+	  <version>2.14.3</version>
 	</dependency>
   </dependencies>
 
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f691019ef..812108ef4 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -65,7 +65,7 @@
 	<dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.1</version>
+	  <version>2.14.3</version>
 	</dependency>
   </dependencies>
 </project>