diff --git a/google-cloud-monitoring/.owlbot-manifest.json b/google-cloud-monitoring/.owlbot-manifest.json index 5529dc3074c3..bd387918b2b7 100644 --- a/google-cloud-monitoring/.owlbot-manifest.json +++ b/google-cloud-monitoring/.owlbot-manifest.json @@ -30,6 +30,7 @@ "static": [ ".OwlBot.yaml", ".owlbot.rb", + "Gemfile.lock", "MIGRATING.md", "acceptance/google/cloud/monitoring/v3/metric_service_smoke_test.rb", "samples/Gemfile", diff --git a/google-cloud-monitoring/.toys.rb b/google-cloud-monitoring/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-monitoring/.toys.rb +++ b/google-cloud-monitoring/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/Gemfile b/google-cloud-monitoring/Gemfile index 6ba052eef25b..618f69fe5ade 100644 --- a/google-cloud-monitoring/Gemfile +++ b/google-cloud-monitoring/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-monitoring/Rakefile b/google-cloud-monitoring/Rakefile index 6cfc20d91285..3d4d36637008 100644 --- a/google-cloud-monitoring/Rakefile +++ b/google-cloud-monitoring/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google-cloud-monitoring.rb b/google-cloud-monitoring/lib/google-cloud-monitoring.rb index 02960f85e012..ba8888230474 100644 --- a/google-cloud-monitoring/lib/google-cloud-monitoring.rb +++ b/google-cloud-monitoring/lib/google-cloud-monitoring.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring.rb b/google-cloud-monitoring/lib/google/cloud/monitoring.rb index 19ac5b73573a..defec3fdcd8f 100644 --- a/google-cloud-monitoring/lib/google/cloud/monitoring.rb +++ b/google-cloud-monitoring/lib/google/cloud/monitoring.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard.rb b/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard.rb index 810261f9cf4b..45f9f1fbed85 100644 --- a/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard.rb +++ b/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard/version.rb b/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard/version.rb index ec144d01e357..89b3806e661f 100644 --- a/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard/version.rb +++ b/google-cloud-monitoring/lib/google/cloud/monitoring/dashboard/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope.rb b/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope.rb index e0975f5a970a..dd4553ccc92a 100644 --- a/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope.rb +++ b/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope/version.rb b/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope/version.rb index 538cb8c58294..dd72a4203fff 100644 --- a/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope/version.rb +++ b/google-cloud-monitoring/lib/google/cloud/monitoring/metrics_scope/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/client_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/client_test.rb index 3ccf3fc068b4..4aa9c79a7621 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/client_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/client_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/client_test.rb index d29da3dd085b..c6c21ea17032 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/client_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/version_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/version_test.rb index 573df9ca8440..d2a520d4c0f9 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/version_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/dashboard/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/client_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/client_test.rb index b778a116db69..780051ec338a 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/client_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/version_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/version_test.rb index 9e6b160869e2..f48e47eab054 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/version_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/metrics_scope/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/google/cloud/monitoring/version_test.rb b/google-cloud-monitoring/test/google/cloud/monitoring/version_test.rb index 4c5868c547f1..b8e571f85ce9 100644 --- a/google-cloud-monitoring/test/google/cloud/monitoring/version_test.rb +++ b/google-cloud-monitoring/test/google/cloud/monitoring/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-monitoring/test/helper.rb b/google-cloud-monitoring/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-monitoring/test/helper.rb +++ b/google-cloud-monitoring/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/.owlbot-manifest.json b/google-cloud-netapp/.owlbot-manifest.json index de7e87a5c654..6e4e5807e526 100644 --- a/google-cloud-netapp/.owlbot-manifest.json +++ b/google-cloud-netapp/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-netapp/.toys.rb b/google-cloud-netapp/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-netapp/.toys.rb +++ b/google-cloud-netapp/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/Gemfile b/google-cloud-netapp/Gemfile index e8c8e60eb78d..5900bacb97cb 100644 --- a/google-cloud-netapp/Gemfile +++ b/google-cloud-netapp/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-netapp/Rakefile b/google-cloud-netapp/Rakefile index 676a3f4f988a..5a65432e71bd 100644 --- a/google-cloud-netapp/Rakefile +++ b/google-cloud-netapp/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/lib/google-cloud-netapp.rb b/google-cloud-netapp/lib/google-cloud-netapp.rb index e698b3c9e7d6..92bdfa3fb683 100644 --- a/google-cloud-netapp/lib/google-cloud-netapp.rb +++ b/google-cloud-netapp/lib/google-cloud-netapp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/lib/google/cloud/netapp.rb b/google-cloud-netapp/lib/google/cloud/netapp.rb index 34dfae3442c1..9ed4a31f6e5a 100644 --- a/google-cloud-netapp/lib/google/cloud/netapp.rb +++ b/google-cloud-netapp/lib/google/cloud/netapp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/test/google/cloud/netapp/client_test.rb b/google-cloud-netapp/test/google/cloud/netapp/client_test.rb index bec599489c7c..917f26074de8 100644 --- a/google-cloud-netapp/test/google/cloud/netapp/client_test.rb +++ b/google-cloud-netapp/test/google/cloud/netapp/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/test/google/cloud/netapp/version_test.rb b/google-cloud-netapp/test/google/cloud/netapp/version_test.rb index 184b1d0ff6a4..ec80b74c4c1f 100644 --- a/google-cloud-netapp/test/google/cloud/netapp/version_test.rb +++ b/google-cloud-netapp/test/google/cloud/netapp/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-netapp/test/helper.rb b/google-cloud-netapp/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-netapp/test/helper.rb +++ b/google-cloud-netapp/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/.owlbot-manifest.json b/google-cloud-network_connectivity/.owlbot-manifest.json index b970ca0ab26d..a3a46e1ef83b 100644 --- a/google-cloud-network_connectivity/.owlbot-manifest.json +++ b/google-cloud-network_connectivity/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-network_connectivity/.toys.rb b/google-cloud-network_connectivity/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-network_connectivity/.toys.rb +++ b/google-cloud-network_connectivity/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/Gemfile b/google-cloud-network_connectivity/Gemfile index 4ef8e81f3e0c..0bb40106a80a 100644 --- a/google-cloud-network_connectivity/Gemfile +++ b/google-cloud-network_connectivity/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-network_connectivity/Rakefile b/google-cloud-network_connectivity/Rakefile index 90c446485f67..f9994c179c01 100644 --- a/google-cloud-network_connectivity/Rakefile +++ b/google-cloud-network_connectivity/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/lib/google-cloud-network_connectivity.rb b/google-cloud-network_connectivity/lib/google-cloud-network_connectivity.rb index 81582e338258..d565dc4c4b00 100644 --- a/google-cloud-network_connectivity/lib/google-cloud-network_connectivity.rb +++ b/google-cloud-network_connectivity/lib/google-cloud-network_connectivity.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/lib/google/cloud/network_connectivity.rb b/google-cloud-network_connectivity/lib/google/cloud/network_connectivity.rb index f38a55bea173..38784c7cfb2e 100644 --- a/google-cloud-network_connectivity/lib/google/cloud/network_connectivity.rb +++ b/google-cloud-network_connectivity/lib/google/cloud/network_connectivity.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/test/google/cloud/network_connectivity/client_test.rb b/google-cloud-network_connectivity/test/google/cloud/network_connectivity/client_test.rb index ec5f4be26f0f..eacdb8a2279b 100644 --- a/google-cloud-network_connectivity/test/google/cloud/network_connectivity/client_test.rb +++ b/google-cloud-network_connectivity/test/google/cloud/network_connectivity/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/test/google/cloud/network_connectivity/version_test.rb b/google-cloud-network_connectivity/test/google/cloud/network_connectivity/version_test.rb index 8ce7f9622e9b..97f276ab7322 100644 --- a/google-cloud-network_connectivity/test/google/cloud/network_connectivity/version_test.rb +++ b/google-cloud-network_connectivity/test/google/cloud/network_connectivity/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_connectivity/test/helper.rb b/google-cloud-network_connectivity/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-network_connectivity/test/helper.rb +++ b/google-cloud-network_connectivity/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/.owlbot-manifest.json b/google-cloud-network_management/.owlbot-manifest.json index 8c77cd98b5ad..c0b29ad81695 100644 --- a/google-cloud-network_management/.owlbot-manifest.json +++ b/google-cloud-network_management/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-network_management/.toys.rb b/google-cloud-network_management/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-network_management/.toys.rb +++ b/google-cloud-network_management/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/Gemfile b/google-cloud-network_management/Gemfile index 68ea1aa085b3..50d56138fa3b 100644 --- a/google-cloud-network_management/Gemfile +++ b/google-cloud-network_management/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-network_management/Rakefile b/google-cloud-network_management/Rakefile index f8c7f43d98e5..652937ae2271 100644 --- a/google-cloud-network_management/Rakefile +++ b/google-cloud-network_management/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/lib/google-cloud-network_management.rb b/google-cloud-network_management/lib/google-cloud-network_management.rb index e64626677e09..53e9da50b486 100644 --- a/google-cloud-network_management/lib/google-cloud-network_management.rb +++ b/google-cloud-network_management/lib/google-cloud-network_management.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/lib/google/cloud/network_management.rb b/google-cloud-network_management/lib/google/cloud/network_management.rb index a0885ab8f3c5..6da3ccc24fe5 100644 --- a/google-cloud-network_management/lib/google/cloud/network_management.rb +++ b/google-cloud-network_management/lib/google/cloud/network_management.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/test/google/cloud/network_management/client_test.rb b/google-cloud-network_management/test/google/cloud/network_management/client_test.rb index 80be04773ac3..4d6cfe2ad2b8 100644 --- a/google-cloud-network_management/test/google/cloud/network_management/client_test.rb +++ b/google-cloud-network_management/test/google/cloud/network_management/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/test/google/cloud/network_management/version_test.rb b/google-cloud-network_management/test/google/cloud/network_management/version_test.rb index e5c1a53d5042..e56ce9beb0e4 100644 --- a/google-cloud-network_management/test/google/cloud/network_management/version_test.rb +++ b/google-cloud-network_management/test/google/cloud/network_management/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_management/test/helper.rb b/google-cloud-network_management/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-network_management/test/helper.rb +++ b/google-cloud-network_management/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/.owlbot-manifest.json b/google-cloud-network_security/.owlbot-manifest.json index a8565fca7a86..cf5ff013cf26 100644 --- a/google-cloud-network_security/.owlbot-manifest.json +++ b/google-cloud-network_security/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-network_security/.toys.rb b/google-cloud-network_security/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-network_security/.toys.rb +++ b/google-cloud-network_security/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/Gemfile b/google-cloud-network_security/Gemfile index 125bf5eb41be..4fb625941ea6 100644 --- a/google-cloud-network_security/Gemfile +++ b/google-cloud-network_security/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-network_security/Rakefile b/google-cloud-network_security/Rakefile index 5744c6b43d88..43185cf36de1 100644 --- a/google-cloud-network_security/Rakefile +++ b/google-cloud-network_security/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/lib/google-cloud-network_security.rb b/google-cloud-network_security/lib/google-cloud-network_security.rb index 721b7cda3e4e..7f6214911b27 100644 --- a/google-cloud-network_security/lib/google-cloud-network_security.rb +++ b/google-cloud-network_security/lib/google-cloud-network_security.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/lib/google/cloud/network_security.rb b/google-cloud-network_security/lib/google/cloud/network_security.rb index 48ae739f2ea2..9e6cf353640f 100644 --- a/google-cloud-network_security/lib/google/cloud/network_security.rb +++ b/google-cloud-network_security/lib/google/cloud/network_security.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/test/google/cloud/network_security/client_test.rb b/google-cloud-network_security/test/google/cloud/network_security/client_test.rb index f08da23ee069..c2608add806a 100644 --- a/google-cloud-network_security/test/google/cloud/network_security/client_test.rb +++ b/google-cloud-network_security/test/google/cloud/network_security/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/test/google/cloud/network_security/version_test.rb b/google-cloud-network_security/test/google/cloud/network_security/version_test.rb index 3310895cc3e8..81ac161560a1 100644 --- a/google-cloud-network_security/test/google/cloud/network_security/version_test.rb +++ b/google-cloud-network_security/test/google/cloud/network_security/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_security/test/helper.rb b/google-cloud-network_security/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-network_security/test/helper.rb +++ b/google-cloud-network_security/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/.owlbot-manifest.json b/google-cloud-network_services/.owlbot-manifest.json index 35f5848270ee..b59bfd66e480 100644 --- a/google-cloud-network_services/.owlbot-manifest.json +++ b/google-cloud-network_services/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-network_services/.toys.rb b/google-cloud-network_services/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-network_services/.toys.rb +++ b/google-cloud-network_services/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/Gemfile b/google-cloud-network_services/Gemfile index 13cbade65f66..dc366ee4f38d 100644 --- a/google-cloud-network_services/Gemfile +++ b/google-cloud-network_services/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-network_services/Rakefile b/google-cloud-network_services/Rakefile index b78417b32aab..d0d962bb559b 100644 --- a/google-cloud-network_services/Rakefile +++ b/google-cloud-network_services/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/lib/google-cloud-network_services.rb b/google-cloud-network_services/lib/google-cloud-network_services.rb index 08b13467a5ea..71b4ac1f3694 100644 --- a/google-cloud-network_services/lib/google-cloud-network_services.rb +++ b/google-cloud-network_services/lib/google-cloud-network_services.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/lib/google/cloud/network_services.rb b/google-cloud-network_services/lib/google/cloud/network_services.rb index 2f9ff59147bd..451fdb037ca7 100644 --- a/google-cloud-network_services/lib/google/cloud/network_services.rb +++ b/google-cloud-network_services/lib/google/cloud/network_services.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/test/google/cloud/network_services/client_test.rb b/google-cloud-network_services/test/google/cloud/network_services/client_test.rb index 2617771c2195..e16e4e87c50d 100644 --- a/google-cloud-network_services/test/google/cloud/network_services/client_test.rb +++ b/google-cloud-network_services/test/google/cloud/network_services/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/test/google/cloud/network_services/version_test.rb b/google-cloud-network_services/test/google/cloud/network_services/version_test.rb index ecdeae3bc4ca..e11739324995 100644 --- a/google-cloud-network_services/test/google/cloud/network_services/version_test.rb +++ b/google-cloud-network_services/test/google/cloud/network_services/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-network_services/test/helper.rb b/google-cloud-network_services/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-network_services/test/helper.rb +++ b/google-cloud-network_services/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/.owlbot-manifest.json b/google-cloud-notebooks/.owlbot-manifest.json index 5b71e0868156..63f5d1a7414e 100644 --- a/google-cloud-notebooks/.owlbot-manifest.json +++ b/google-cloud-notebooks/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-notebooks/.toys.rb b/google-cloud-notebooks/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-notebooks/.toys.rb +++ b/google-cloud-notebooks/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/Gemfile b/google-cloud-notebooks/Gemfile index d5a8cc9936c9..c20cfa89e624 100644 --- a/google-cloud-notebooks/Gemfile +++ b/google-cloud-notebooks/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-notebooks/Rakefile b/google-cloud-notebooks/Rakefile index c4901ec35223..43a47aecdc37 100644 --- a/google-cloud-notebooks/Rakefile +++ b/google-cloud-notebooks/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/lib/google-cloud-notebooks.rb b/google-cloud-notebooks/lib/google-cloud-notebooks.rb index fd720970a3a9..782b13456061 100644 --- a/google-cloud-notebooks/lib/google-cloud-notebooks.rb +++ b/google-cloud-notebooks/lib/google-cloud-notebooks.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/lib/google/cloud/notebooks.rb b/google-cloud-notebooks/lib/google/cloud/notebooks.rb index 84f5d9a6a11f..3cf81512536f 100644 --- a/google-cloud-notebooks/lib/google/cloud/notebooks.rb +++ b/google-cloud-notebooks/lib/google/cloud/notebooks.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/test/google/cloud/notebooks/client_test.rb b/google-cloud-notebooks/test/google/cloud/notebooks/client_test.rb index cfadf41d1e71..c1635212b3c1 100644 --- a/google-cloud-notebooks/test/google/cloud/notebooks/client_test.rb +++ b/google-cloud-notebooks/test/google/cloud/notebooks/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/test/google/cloud/notebooks/version_test.rb b/google-cloud-notebooks/test/google/cloud/notebooks/version_test.rb index 522d49e7067e..d14263cdec65 100644 --- a/google-cloud-notebooks/test/google/cloud/notebooks/version_test.rb +++ b/google-cloud-notebooks/test/google/cloud/notebooks/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-notebooks/test/helper.rb b/google-cloud-notebooks/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-notebooks/test/helper.rb +++ b/google-cloud-notebooks/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/.owlbot-manifest.json b/google-cloud-optimization/.owlbot-manifest.json index 6ccb99e93620..6f79c73030fd 100644 --- a/google-cloud-optimization/.owlbot-manifest.json +++ b/google-cloud-optimization/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-optimization/.toys.rb b/google-cloud-optimization/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-optimization/.toys.rb +++ b/google-cloud-optimization/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/Gemfile b/google-cloud-optimization/Gemfile index 5bc8f0e90b96..3a2ccc7c183e 100644 --- a/google-cloud-optimization/Gemfile +++ b/google-cloud-optimization/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-optimization/Rakefile b/google-cloud-optimization/Rakefile index fe00a22eb98f..71d3f9ddda59 100644 --- a/google-cloud-optimization/Rakefile +++ b/google-cloud-optimization/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/lib/google-cloud-optimization.rb b/google-cloud-optimization/lib/google-cloud-optimization.rb index e59231804429..c44aebba6e98 100644 --- a/google-cloud-optimization/lib/google-cloud-optimization.rb +++ b/google-cloud-optimization/lib/google-cloud-optimization.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/lib/google/cloud/optimization.rb b/google-cloud-optimization/lib/google/cloud/optimization.rb index 8696a6991de6..3482efc2e080 100644 --- a/google-cloud-optimization/lib/google/cloud/optimization.rb +++ b/google-cloud-optimization/lib/google/cloud/optimization.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/test/google/cloud/optimization/client_test.rb b/google-cloud-optimization/test/google/cloud/optimization/client_test.rb index 98f172ac5478..fe0b19db64e0 100644 --- a/google-cloud-optimization/test/google/cloud/optimization/client_test.rb +++ b/google-cloud-optimization/test/google/cloud/optimization/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/test/google/cloud/optimization/version_test.rb b/google-cloud-optimization/test/google/cloud/optimization/version_test.rb index 468b5c731290..d17729f47564 100644 --- a/google-cloud-optimization/test/google/cloud/optimization/version_test.rb +++ b/google-cloud-optimization/test/google/cloud/optimization/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-optimization/test/helper.rb b/google-cloud-optimization/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-optimization/test/helper.rb +++ b/google-cloud-optimization/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/.owlbot-manifest.json b/google-cloud-oracle_database/.owlbot-manifest.json index 2e826baee499..8ec1f6527511 100644 --- a/google-cloud-oracle_database/.owlbot-manifest.json +++ b/google-cloud-oracle_database/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-oracle_database/.toys.rb b/google-cloud-oracle_database/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-oracle_database/.toys.rb +++ b/google-cloud-oracle_database/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/Gemfile b/google-cloud-oracle_database/Gemfile index a7ab68e11712..0b43908a8bc1 100644 --- a/google-cloud-oracle_database/Gemfile +++ b/google-cloud-oracle_database/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-oracle_database/Rakefile b/google-cloud-oracle_database/Rakefile index 3d89937f5e6d..94e616e89553 100644 --- a/google-cloud-oracle_database/Rakefile +++ b/google-cloud-oracle_database/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/lib/google-cloud-oracle_database.rb b/google-cloud-oracle_database/lib/google-cloud-oracle_database.rb index 50cddb8ae863..78be87c80d99 100644 --- a/google-cloud-oracle_database/lib/google-cloud-oracle_database.rb +++ b/google-cloud-oracle_database/lib/google-cloud-oracle_database.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/lib/google/cloud/oracle_database.rb b/google-cloud-oracle_database/lib/google/cloud/oracle_database.rb index 8de880b9b186..023dcda2dcb5 100644 --- a/google-cloud-oracle_database/lib/google/cloud/oracle_database.rb +++ b/google-cloud-oracle_database/lib/google/cloud/oracle_database.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/test/google/cloud/oracle_database/client_test.rb b/google-cloud-oracle_database/test/google/cloud/oracle_database/client_test.rb index 01e3aaa26699..99265e7550dd 100644 --- a/google-cloud-oracle_database/test/google/cloud/oracle_database/client_test.rb +++ b/google-cloud-oracle_database/test/google/cloud/oracle_database/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/test/google/cloud/oracle_database/version_test.rb b/google-cloud-oracle_database/test/google/cloud/oracle_database/version_test.rb index 46c6d931ff16..fd07a5fbdd71 100644 --- a/google-cloud-oracle_database/test/google/cloud/oracle_database/version_test.rb +++ b/google-cloud-oracle_database/test/google/cloud/oracle_database/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-oracle_database/test/helper.rb b/google-cloud-oracle_database/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-oracle_database/test/helper.rb +++ b/google-cloud-oracle_database/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/.owlbot-manifest.json b/google-cloud-orchestration-airflow-service/.owlbot-manifest.json index cea957c5bae2..4e96e587d1ba 100644 --- a/google-cloud-orchestration-airflow-service/.owlbot-manifest.json +++ b/google-cloud-orchestration-airflow-service/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-orchestration-airflow-service/.toys.rb b/google-cloud-orchestration-airflow-service/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-orchestration-airflow-service/.toys.rb +++ b/google-cloud-orchestration-airflow-service/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/Gemfile b/google-cloud-orchestration-airflow-service/Gemfile index c7f7ec0fe5c4..93324f5a7f4c 100644 --- a/google-cloud-orchestration-airflow-service/Gemfile +++ b/google-cloud-orchestration-airflow-service/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-orchestration-airflow-service/Rakefile b/google-cloud-orchestration-airflow-service/Rakefile index bc5e7e827a1e..c18fa03f80d2 100644 --- a/google-cloud-orchestration-airflow-service/Rakefile +++ b/google-cloud-orchestration-airflow-service/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/lib/google-cloud-orchestration-airflow-service.rb b/google-cloud-orchestration-airflow-service/lib/google-cloud-orchestration-airflow-service.rb index e5cf61b82014..3620fffbd358 100644 --- a/google-cloud-orchestration-airflow-service/lib/google-cloud-orchestration-airflow-service.rb +++ b/google-cloud-orchestration-airflow-service/lib/google-cloud-orchestration-airflow-service.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/lib/google/cloud/orchestration/airflow/service.rb b/google-cloud-orchestration-airflow-service/lib/google/cloud/orchestration/airflow/service.rb index df48c84308b5..1a8ee6badad6 100644 --- a/google-cloud-orchestration-airflow-service/lib/google/cloud/orchestration/airflow/service.rb +++ b/google-cloud-orchestration-airflow-service/lib/google/cloud/orchestration/airflow/service.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/client_test.rb b/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/client_test.rb index caab890fbedb..4a6b3e5b6099 100644 --- a/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/client_test.rb +++ b/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/version_test.rb b/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/version_test.rb index 0da8982fc21f..6ee8012ef35d 100644 --- a/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/version_test.rb +++ b/google-cloud-orchestration-airflow-service/test/google/cloud/orchestration/airflow/service/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-orchestration-airflow-service/test/helper.rb b/google-cloud-orchestration-airflow-service/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-orchestration-airflow-service/test/helper.rb +++ b/google-cloud-orchestration-airflow-service/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/.owlbot-manifest.json b/google-cloud-org_policy/.owlbot-manifest.json index 0684925659d3..a35bf45da495 100644 --- a/google-cloud-org_policy/.owlbot-manifest.json +++ b/google-cloud-org_policy/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-org_policy/.toys.rb b/google-cloud-org_policy/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-org_policy/.toys.rb +++ b/google-cloud-org_policy/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/Gemfile b/google-cloud-org_policy/Gemfile index 27520c3ec0d8..4053687a1ddb 100644 --- a/google-cloud-org_policy/Gemfile +++ b/google-cloud-org_policy/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-org_policy/Rakefile b/google-cloud-org_policy/Rakefile index 5f9d8e5387bf..d5323ce88c89 100644 --- a/google-cloud-org_policy/Rakefile +++ b/google-cloud-org_policy/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/lib/google-cloud-org_policy.rb b/google-cloud-org_policy/lib/google-cloud-org_policy.rb index b11ce04309a2..aec7da9b6aa4 100644 --- a/google-cloud-org_policy/lib/google-cloud-org_policy.rb +++ b/google-cloud-org_policy/lib/google-cloud-org_policy.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/lib/google/cloud/org_policy.rb b/google-cloud-org_policy/lib/google/cloud/org_policy.rb index a36de3c05616..c636acec20d4 100644 --- a/google-cloud-org_policy/lib/google/cloud/org_policy.rb +++ b/google-cloud-org_policy/lib/google/cloud/org_policy.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/test/google/cloud/org_policy/client_test.rb b/google-cloud-org_policy/test/google/cloud/org_policy/client_test.rb index 56fcb79e7ab2..48916469f76b 100644 --- a/google-cloud-org_policy/test/google/cloud/org_policy/client_test.rb +++ b/google-cloud-org_policy/test/google/cloud/org_policy/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/test/google/cloud/org_policy/version_test.rb b/google-cloud-org_policy/test/google/cloud/org_policy/version_test.rb index 1bb7efe88f2b..3d412df7919a 100644 --- a/google-cloud-org_policy/test/google/cloud/org_policy/version_test.rb +++ b/google-cloud-org_policy/test/google/cloud/org_policy/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-org_policy/test/helper.rb b/google-cloud-org_policy/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-org_policy/test/helper.rb +++ b/google-cloud-org_policy/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/.owlbot-manifest.json b/google-cloud-os_config/.owlbot-manifest.json index bcea4e8423ed..9a218a25acdc 100644 --- a/google-cloud-os_config/.owlbot-manifest.json +++ b/google-cloud-os_config/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-os_config/.toys.rb b/google-cloud-os_config/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-os_config/.toys.rb +++ b/google-cloud-os_config/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/Gemfile b/google-cloud-os_config/Gemfile index e1ebb562f580..fc58038571ef 100644 --- a/google-cloud-os_config/Gemfile +++ b/google-cloud-os_config/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-os_config/Rakefile b/google-cloud-os_config/Rakefile index 925f5c3e0540..444b1ee422aa 100644 --- a/google-cloud-os_config/Rakefile +++ b/google-cloud-os_config/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/lib/google-cloud-os_config.rb b/google-cloud-os_config/lib/google-cloud-os_config.rb index 768fceebabd9..70d2d10a54a4 100644 --- a/google-cloud-os_config/lib/google-cloud-os_config.rb +++ b/google-cloud-os_config/lib/google-cloud-os_config.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/lib/google/cloud/os_config.rb b/google-cloud-os_config/lib/google/cloud/os_config.rb index 13cd81d52192..a62db4b688af 100644 --- a/google-cloud-os_config/lib/google/cloud/os_config.rb +++ b/google-cloud-os_config/lib/google/cloud/os_config.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/test/google/cloud/os_config/client_test.rb b/google-cloud-os_config/test/google/cloud/os_config/client_test.rb index 942957a9d423..4b201e10debc 100644 --- a/google-cloud-os_config/test/google/cloud/os_config/client_test.rb +++ b/google-cloud-os_config/test/google/cloud/os_config/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/test/google/cloud/os_config/version_test.rb b/google-cloud-os_config/test/google/cloud/os_config/version_test.rb index 4d8bec7ffd5b..28522b2cc6ef 100644 --- a/google-cloud-os_config/test/google/cloud/os_config/version_test.rb +++ b/google-cloud-os_config/test/google/cloud/os_config/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_config/test/helper.rb b/google-cloud-os_config/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-os_config/test/helper.rb +++ b/google-cloud-os_config/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/.owlbot-manifest.json b/google-cloud-os_login/.owlbot-manifest.json index 58dc0267851d..5cefeb10e496 100644 --- a/google-cloud-os_login/.owlbot-manifest.json +++ b/google-cloud-os_login/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md" ] } diff --git a/google-cloud-os_login/.toys.rb b/google-cloud-os_login/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-os_login/.toys.rb +++ b/google-cloud-os_login/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/Gemfile b/google-cloud-os_login/Gemfile index 502c97848e1c..7a0b3a4cc88d 100644 --- a/google-cloud-os_login/Gemfile +++ b/google-cloud-os_login/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-os_login/Rakefile b/google-cloud-os_login/Rakefile index d9d404742947..3e08e56c20e3 100644 --- a/google-cloud-os_login/Rakefile +++ b/google-cloud-os_login/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/lib/google-cloud-os_login.rb b/google-cloud-os_login/lib/google-cloud-os_login.rb index 1cb4ed33a28f..4ddd411fb8ab 100644 --- a/google-cloud-os_login/lib/google-cloud-os_login.rb +++ b/google-cloud-os_login/lib/google-cloud-os_login.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/lib/google/cloud/os_login.rb b/google-cloud-os_login/lib/google/cloud/os_login.rb index dd97aba0d759..4f1ec9f307d2 100644 --- a/google-cloud-os_login/lib/google/cloud/os_login.rb +++ b/google-cloud-os_login/lib/google/cloud/os_login.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/test/google/cloud/os_login/client_test.rb b/google-cloud-os_login/test/google/cloud/os_login/client_test.rb index a876cb05051e..f9a1c9cba103 100644 --- a/google-cloud-os_login/test/google/cloud/os_login/client_test.rb +++ b/google-cloud-os_login/test/google/cloud/os_login/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/test/google/cloud/os_login/version_test.rb b/google-cloud-os_login/test/google/cloud/os_login/version_test.rb index 782c6f658ff0..d64c4a782586 100644 --- a/google-cloud-os_login/test/google/cloud/os_login/version_test.rb +++ b/google-cloud-os_login/test/google/cloud/os_login/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-os_login/test/helper.rb b/google-cloud-os_login/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-os_login/test/helper.rb +++ b/google-cloud-os_login/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/.owlbot-manifest.json b/google-cloud-parallelstore/.owlbot-manifest.json index 98c18ca24c28..ba56ac86a4fa 100644 --- a/google-cloud-parallelstore/.owlbot-manifest.json +++ b/google-cloud-parallelstore/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-parallelstore/.toys.rb b/google-cloud-parallelstore/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-parallelstore/.toys.rb +++ b/google-cloud-parallelstore/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/Gemfile b/google-cloud-parallelstore/Gemfile index 87ccb78b6003..ba2fa5a73e02 100644 --- a/google-cloud-parallelstore/Gemfile +++ b/google-cloud-parallelstore/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-parallelstore/Rakefile b/google-cloud-parallelstore/Rakefile index edf7d72c7c17..9a00d3a8a23c 100644 --- a/google-cloud-parallelstore/Rakefile +++ b/google-cloud-parallelstore/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/lib/google-cloud-parallelstore.rb b/google-cloud-parallelstore/lib/google-cloud-parallelstore.rb index 7071e668f90a..65652a129117 100644 --- a/google-cloud-parallelstore/lib/google-cloud-parallelstore.rb +++ b/google-cloud-parallelstore/lib/google-cloud-parallelstore.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/lib/google/cloud/parallelstore.rb b/google-cloud-parallelstore/lib/google/cloud/parallelstore.rb index 7a4f0e8415da..b336b28d7bd6 100644 --- a/google-cloud-parallelstore/lib/google/cloud/parallelstore.rb +++ b/google-cloud-parallelstore/lib/google/cloud/parallelstore.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/test/google/cloud/parallelstore/client_test.rb b/google-cloud-parallelstore/test/google/cloud/parallelstore/client_test.rb index 85b074826211..2a2c33dbf4a8 100644 --- a/google-cloud-parallelstore/test/google/cloud/parallelstore/client_test.rb +++ b/google-cloud-parallelstore/test/google/cloud/parallelstore/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/test/google/cloud/parallelstore/version_test.rb b/google-cloud-parallelstore/test/google/cloud/parallelstore/version_test.rb index ba302b46d409..6b92a46abc13 100644 --- a/google-cloud-parallelstore/test/google/cloud/parallelstore/version_test.rb +++ b/google-cloud-parallelstore/test/google/cloud/parallelstore/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parallelstore/test/helper.rb b/google-cloud-parallelstore/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-parallelstore/test/helper.rb +++ b/google-cloud-parallelstore/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/.owlbot-manifest.json b/google-cloud-parameter_manager/.owlbot-manifest.json index 60f1e7470b91..a9e3681b1459 100644 --- a/google-cloud-parameter_manager/.owlbot-manifest.json +++ b/google-cloud-parameter_manager/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/.rubocop.yml", "samples/Gemfile", "samples/README.md", diff --git a/google-cloud-parameter_manager/.toys.rb b/google-cloud-parameter_manager/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-parameter_manager/.toys.rb +++ b/google-cloud-parameter_manager/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/Gemfile b/google-cloud-parameter_manager/Gemfile index 784a4ec230d6..351ddd96ba0c 100644 --- a/google-cloud-parameter_manager/Gemfile +++ b/google-cloud-parameter_manager/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-parameter_manager/Rakefile b/google-cloud-parameter_manager/Rakefile index 8dd63dc0a1eb..e2489a1d5a63 100644 --- a/google-cloud-parameter_manager/Rakefile +++ b/google-cloud-parameter_manager/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/lib/google-cloud-parameter_manager.rb b/google-cloud-parameter_manager/lib/google-cloud-parameter_manager.rb index f2ba218851a7..89d1351cd756 100644 --- a/google-cloud-parameter_manager/lib/google-cloud-parameter_manager.rb +++ b/google-cloud-parameter_manager/lib/google-cloud-parameter_manager.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/lib/google/cloud/parameter_manager.rb b/google-cloud-parameter_manager/lib/google/cloud/parameter_manager.rb index 8a54d316868d..5a31bf8e255d 100644 --- a/google-cloud-parameter_manager/lib/google/cloud/parameter_manager.rb +++ b/google-cloud-parameter_manager/lib/google/cloud/parameter_manager.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/test/google/cloud/parameter_manager/client_test.rb b/google-cloud-parameter_manager/test/google/cloud/parameter_manager/client_test.rb index b1b6805a5a98..47e806fbf488 100644 --- a/google-cloud-parameter_manager/test/google/cloud/parameter_manager/client_test.rb +++ b/google-cloud-parameter_manager/test/google/cloud/parameter_manager/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/test/google/cloud/parameter_manager/version_test.rb b/google-cloud-parameter_manager/test/google/cloud/parameter_manager/version_test.rb index 2e3973f16dfb..5961d2a3d207 100644 --- a/google-cloud-parameter_manager/test/google/cloud/parameter_manager/version_test.rb +++ b/google-cloud-parameter_manager/test/google/cloud/parameter_manager/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-parameter_manager/test/helper.rb b/google-cloud-parameter_manager/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-parameter_manager/test/helper.rb +++ b/google-cloud-parameter_manager/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/.owlbot-manifest.json b/google-cloud-phishing_protection/.owlbot-manifest.json index 4e55bf566b42..ce4f33e3a58d 100644 --- a/google-cloud-phishing_protection/.owlbot-manifest.json +++ b/google-cloud-phishing_protection/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md" ] } diff --git a/google-cloud-phishing_protection/.toys.rb b/google-cloud-phishing_protection/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-phishing_protection/.toys.rb +++ b/google-cloud-phishing_protection/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/Gemfile b/google-cloud-phishing_protection/Gemfile index 677fdcb947a6..592c3d1b377a 100644 --- a/google-cloud-phishing_protection/Gemfile +++ b/google-cloud-phishing_protection/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-phishing_protection/Rakefile b/google-cloud-phishing_protection/Rakefile index 188a47ee5da0..d46bb71a34e8 100644 --- a/google-cloud-phishing_protection/Rakefile +++ b/google-cloud-phishing_protection/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/lib/google-cloud-phishing_protection.rb b/google-cloud-phishing_protection/lib/google-cloud-phishing_protection.rb index bbca3a599cf2..8aacb8bc1e79 100644 --- a/google-cloud-phishing_protection/lib/google-cloud-phishing_protection.rb +++ b/google-cloud-phishing_protection/lib/google-cloud-phishing_protection.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/lib/google/cloud/phishing_protection.rb b/google-cloud-phishing_protection/lib/google/cloud/phishing_protection.rb index 39c478f3ca84..9795110445e0 100644 --- a/google-cloud-phishing_protection/lib/google/cloud/phishing_protection.rb +++ b/google-cloud-phishing_protection/lib/google/cloud/phishing_protection.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/test/google/cloud/phishing_protection/client_test.rb b/google-cloud-phishing_protection/test/google/cloud/phishing_protection/client_test.rb index 8ac8ed5f4826..4631c653f2b1 100644 --- a/google-cloud-phishing_protection/test/google/cloud/phishing_protection/client_test.rb +++ b/google-cloud-phishing_protection/test/google/cloud/phishing_protection/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/test/google/cloud/phishing_protection/version_test.rb b/google-cloud-phishing_protection/test/google/cloud/phishing_protection/version_test.rb index 4fc5063b2b6e..1eff1c160d72 100644 --- a/google-cloud-phishing_protection/test/google/cloud/phishing_protection/version_test.rb +++ b/google-cloud-phishing_protection/test/google/cloud/phishing_protection/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-phishing_protection/test/helper.rb b/google-cloud-phishing_protection/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-phishing_protection/test/helper.rb +++ b/google-cloud-phishing_protection/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/.owlbot-manifest.json b/google-cloud-policy_simulator/.owlbot-manifest.json index d8234a685010..2799bd4e1b45 100644 --- a/google-cloud-policy_simulator/.owlbot-manifest.json +++ b/google-cloud-policy_simulator/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-policy_simulator/.toys.rb b/google-cloud-policy_simulator/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-policy_simulator/.toys.rb +++ b/google-cloud-policy_simulator/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/Gemfile b/google-cloud-policy_simulator/Gemfile index 53385b0cf143..7a47045ae339 100644 --- a/google-cloud-policy_simulator/Gemfile +++ b/google-cloud-policy_simulator/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-policy_simulator/Rakefile b/google-cloud-policy_simulator/Rakefile index a54ed7b72e44..d75a487a04b1 100644 --- a/google-cloud-policy_simulator/Rakefile +++ b/google-cloud-policy_simulator/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/lib/google-cloud-policy_simulator.rb b/google-cloud-policy_simulator/lib/google-cloud-policy_simulator.rb index d6559fdc7f43..020e1e64b5c3 100644 --- a/google-cloud-policy_simulator/lib/google-cloud-policy_simulator.rb +++ b/google-cloud-policy_simulator/lib/google-cloud-policy_simulator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/lib/google/cloud/policy_simulator.rb b/google-cloud-policy_simulator/lib/google/cloud/policy_simulator.rb index 731dd26072ea..ba4cf9f07c0f 100644 --- a/google-cloud-policy_simulator/lib/google/cloud/policy_simulator.rb +++ b/google-cloud-policy_simulator/lib/google/cloud/policy_simulator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/test/google/cloud/policy_simulator/client_test.rb b/google-cloud-policy_simulator/test/google/cloud/policy_simulator/client_test.rb index 5eeea7a014a0..1d2c6e785c6f 100644 --- a/google-cloud-policy_simulator/test/google/cloud/policy_simulator/client_test.rb +++ b/google-cloud-policy_simulator/test/google/cloud/policy_simulator/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/test/google/cloud/policy_simulator/version_test.rb b/google-cloud-policy_simulator/test/google/cloud/policy_simulator/version_test.rb index affb268adf76..c8ffbfa52537 100644 --- a/google-cloud-policy_simulator/test/google/cloud/policy_simulator/version_test.rb +++ b/google-cloud-policy_simulator/test/google/cloud/policy_simulator/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_simulator/test/helper.rb b/google-cloud-policy_simulator/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-policy_simulator/test/helper.rb +++ b/google-cloud-policy_simulator/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/.owlbot-manifest.json b/google-cloud-policy_troubleshooter/.owlbot-manifest.json index 5ed24e3a0067..1de6162f7e51 100644 --- a/google-cloud-policy_troubleshooter/.owlbot-manifest.json +++ b/google-cloud-policy_troubleshooter/.owlbot-manifest.json @@ -25,6 +25,7 @@ ], "static": [ ".OwlBot.yaml", - ".owlbot.rb" + ".owlbot.rb", + "Gemfile.lock" ] } diff --git a/google-cloud-policy_troubleshooter/.toys.rb b/google-cloud-policy_troubleshooter/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-policy_troubleshooter/.toys.rb +++ b/google-cloud-policy_troubleshooter/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/Gemfile b/google-cloud-policy_troubleshooter/Gemfile index d87dac4d0c73..249031b219f7 100644 --- a/google-cloud-policy_troubleshooter/Gemfile +++ b/google-cloud-policy_troubleshooter/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-policy_troubleshooter/Rakefile b/google-cloud-policy_troubleshooter/Rakefile index 1c01071a9f37..640387ccb27d 100644 --- a/google-cloud-policy_troubleshooter/Rakefile +++ b/google-cloud-policy_troubleshooter/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/lib/google-cloud-policy_troubleshooter.rb b/google-cloud-policy_troubleshooter/lib/google-cloud-policy_troubleshooter.rb index 88d0a6861fc4..eb48b07fbcb2 100644 --- a/google-cloud-policy_troubleshooter/lib/google-cloud-policy_troubleshooter.rb +++ b/google-cloud-policy_troubleshooter/lib/google-cloud-policy_troubleshooter.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter.rb b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter.rb index 5177282a7ef9..bbdd297af530 100644 --- a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter.rb +++ b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam.rb b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam.rb index c4fab2c82deb..ca8ae9ff9ba9 100644 --- a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam.rb +++ b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam/version.rb b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam/version.rb index c7bd21e49701..962e67ffb796 100644 --- a/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam/version.rb +++ b/google-cloud-policy_troubleshooter/lib/google/cloud/policy_troubleshooter/iam/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/client_test.rb b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/client_test.rb index bda150811abf..de8c17a5ec96 100644 --- a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/client_test.rb +++ b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/client_test.rb b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/client_test.rb index e52c938b6757..78a1d06c1db9 100644 --- a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/client_test.rb +++ b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/version_test.rb b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/version_test.rb index f46055673c4a..cb5c62d423b8 100644 --- a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/version_test.rb +++ b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/iam/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/version_test.rb b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/version_test.rb index acfe449e4c0d..ab6405e39f79 100644 --- a/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/version_test.rb +++ b/google-cloud-policy_troubleshooter/test/google/cloud/policy_troubleshooter/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-policy_troubleshooter/test/helper.rb b/google-cloud-policy_troubleshooter/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-policy_troubleshooter/test/helper.rb +++ b/google-cloud-policy_troubleshooter/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/.owlbot-manifest.json b/google-cloud-private_catalog/.owlbot-manifest.json index 54ee1e3604b3..c273bf20728b 100644 --- a/google-cloud-private_catalog/.owlbot-manifest.json +++ b/google-cloud-private_catalog/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-private_catalog/.toys.rb b/google-cloud-private_catalog/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-private_catalog/.toys.rb +++ b/google-cloud-private_catalog/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/Gemfile b/google-cloud-private_catalog/Gemfile index c0d370eb56e5..2036bf36825b 100644 --- a/google-cloud-private_catalog/Gemfile +++ b/google-cloud-private_catalog/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-private_catalog/Rakefile b/google-cloud-private_catalog/Rakefile index 9b2a2f7db981..53d72b9896f8 100644 --- a/google-cloud-private_catalog/Rakefile +++ b/google-cloud-private_catalog/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/lib/google-cloud-private_catalog.rb b/google-cloud-private_catalog/lib/google-cloud-private_catalog.rb index d1695b403517..3ca9f4cd94c2 100644 --- a/google-cloud-private_catalog/lib/google-cloud-private_catalog.rb +++ b/google-cloud-private_catalog/lib/google-cloud-private_catalog.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/lib/google/cloud/private_catalog.rb b/google-cloud-private_catalog/lib/google/cloud/private_catalog.rb index f639f844af82..fdcec73c3058 100644 --- a/google-cloud-private_catalog/lib/google/cloud/private_catalog.rb +++ b/google-cloud-private_catalog/lib/google/cloud/private_catalog.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/test/google/cloud/private_catalog/client_test.rb b/google-cloud-private_catalog/test/google/cloud/private_catalog/client_test.rb index e9422497597c..7188011b20f4 100644 --- a/google-cloud-private_catalog/test/google/cloud/private_catalog/client_test.rb +++ b/google-cloud-private_catalog/test/google/cloud/private_catalog/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/test/google/cloud/private_catalog/version_test.rb b/google-cloud-private_catalog/test/google/cloud/private_catalog/version_test.rb index 752a1cd8dd85..99cdfaacf464 100644 --- a/google-cloud-private_catalog/test/google/cloud/private_catalog/version_test.rb +++ b/google-cloud-private_catalog/test/google/cloud/private_catalog/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-private_catalog/test/helper.rb b/google-cloud-private_catalog/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-private_catalog/test/helper.rb +++ b/google-cloud-private_catalog/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/.owlbot-manifest.json b/google-cloud-privileged_access_manager/.owlbot-manifest.json index f2f3e5c18fd5..1c7c356c4226 100644 --- a/google-cloud-privileged_access_manager/.owlbot-manifest.json +++ b/google-cloud-privileged_access_manager/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", - ".owlbot.rb" + ".owlbot.rb", + "Gemfile.lock" ] } diff --git a/google-cloud-privileged_access_manager/.toys.rb b/google-cloud-privileged_access_manager/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-privileged_access_manager/.toys.rb +++ b/google-cloud-privileged_access_manager/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/Gemfile b/google-cloud-privileged_access_manager/Gemfile index adc5547279aa..55929d912543 100644 --- a/google-cloud-privileged_access_manager/Gemfile +++ b/google-cloud-privileged_access_manager/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-privileged_access_manager/Rakefile b/google-cloud-privileged_access_manager/Rakefile index 8da9b2aa0424..f085f08dbafc 100644 --- a/google-cloud-privileged_access_manager/Rakefile +++ b/google-cloud-privileged_access_manager/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/lib/google-cloud-privileged_access_manager.rb b/google-cloud-privileged_access_manager/lib/google-cloud-privileged_access_manager.rb index 2bd8197a8578..101eae8872a6 100644 --- a/google-cloud-privileged_access_manager/lib/google-cloud-privileged_access_manager.rb +++ b/google-cloud-privileged_access_manager/lib/google-cloud-privileged_access_manager.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/lib/google/cloud/privileged_access_manager.rb b/google-cloud-privileged_access_manager/lib/google/cloud/privileged_access_manager.rb index 59df335bed60..2ece6b9cf83c 100644 --- a/google-cloud-privileged_access_manager/lib/google/cloud/privileged_access_manager.rb +++ b/google-cloud-privileged_access_manager/lib/google/cloud/privileged_access_manager.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/client_test.rb b/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/client_test.rb index 7ac64573117a..6124c5137dbf 100644 --- a/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/client_test.rb +++ b/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/version_test.rb b/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/version_test.rb index f065f3e64c25..d7eb89102b75 100644 --- a/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/version_test.rb +++ b/google-cloud-privileged_access_manager/test/google/cloud/privileged_access_manager/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-privileged_access_manager/test/helper.rb b/google-cloud-privileged_access_manager/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-privileged_access_manager/test/helper.rb +++ b/google-cloud-privileged_access_manager/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.