Bump to Beam 2.69.0
diff --git a/build.sbt b/build.sbt
index 78a6bb0..ccf50d0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@
 
 mainClass := Some("com.example.App")
 
-val beamVersion = "2.68.0"
+val beamVersion = "2.69.0"
 libraryDependencies ++= Seq(
   // App dependencies.
   "org.apache.beam" % "beam-sdks-java-core" % beamVersion,
diff --git a/pom.xml b/pom.xml
index dea83de..9a335ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-core</artifactId>
-      <version>2.68.0</version>
+      <version>2.69.0</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-runners-direct-java</artifactId>
-      <version>2.68.0</version>
+      <version>2.69.0</version>
       <scope>runtime</scope>
     </dependency>