Update dependencies in preparation for release

PiperOrigin-RevId: 964699866
Change-Id: I2b8f826fcb5bc6301586c322126d13acaf2aaad6
diff --git a/MODULE.bazel b/MODULE.bazel
index 6dfccce..00ab4c3 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -26,8 +26,8 @@
 )
 use_repo(cc_configure, "local_config_cc")
 
-bazel_dep(name = "rules_cc", version = "0.2.18")
-bazel_dep(name = "bazel_skylib", version = "1.9.0")
+bazel_dep(name = "rules_cc", version = "0.2.22")
+bazel_dep(name = "bazel_skylib", version = "1.9.2")
 bazel_dep(name = "platforms", version = "1.1.0")
 
 bazel_dep(
@@ -40,7 +40,7 @@
 # intended to be used by Abseil users depend on GoogleTest.
 bazel_dep(
     name = "googletest",
-    version = "1.17.0.bcr.2",
+    version = "1.18.0",
 )
 
 # Note: Gloop is NOT a dev_dependency, but should never be used directly.  It is only included here
diff --git a/ci/windows_msvc_bazel.bat b/ci/windows_msvc_bazel.bat
index 031d08f..a4bd3d7 100755
--- a/ci/windows_msvc_bazel.bat
+++ b/ci/windows_msvc_bazel.bat
@@ -46,7 +46,7 @@
   test ... ^
   --compilation_mode=%COMPILATION_MODE% ^
   --copt=/WX ^
-  --copt=/std:%STD% ^
+  --cxxopt=/std:%STD% ^
   --define=absl=1 ^
   --enable_bzlmod=true ^
   --keep_going ^