Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates #140

Merged
merged 2 commits into from
Jan 7, 2024
Merged

Dependency updates #140

merged 2 commits into from
Jan 7, 2024

Conversation

mkuthan-scala-steward[bot]
Copy link
Contributor

About this PR

Updates:

  • πŸ“¦ org.apache.beam:beam-runners-direct-java from 2.52.0 to 2.53.0
  • πŸ“¦ org.apache.beam:beam-runners-google-cloud-dataflow-java from 2.52.0 to 2.53.0

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "org.apache.beam", artifactId = "beam-runners-direct-java" },
  { groupId = "org.apache.beam", artifactId = "beam-runners-google-cloud-dataflow-java" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.beam", artifactId = "beam-runners-direct-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.beam", artifactId = "beam-runners-google-cloud-dataflow-java" }
  }
]
labels: test-library-update, library-update, early-semver-minor, semver-spec-minor, commit-count:n:2

@github-actions github-actions bot enabled auto-merge (squash) January 7, 2024 00:36
Copy link
Contributor

github-actions bot commented Jan 7, 2024

Terraform plan in toll-infrastructure

Plan: 3 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # google_pubsub_subscription.toll-booth-entry-subscription will be created
+   resource "google_pubsub_subscription" "toll-booth-entry-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = (known after apply)
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "toll-booth-entry"
+       project                    = "playground-272019"
+       terraform_labels           = (known after apply)
+       topic                      = "projects/playground-272019/topics/toll-booth-entry"
    }

  # google_pubsub_subscription.toll-booth-exit-subscription will be created
+   resource "google_pubsub_subscription" "toll-booth-exit-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = (known after apply)
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "toll-booth-exit"
+       project                    = "playground-272019"
+       terraform_labels           = (known after apply)
+       topic                      = "projects/playground-272019/topics/toll-booth-exit"
    }

  # google_pubsub_subscription.vehicle-registration-subscription will be created
+   resource "google_pubsub_subscription" "vehicle-registration-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = (known after apply)
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "vehicle-registration"
+       project                    = "playground-272019"
+       terraform_labels           = (known after apply)
+       topic                      = "projects/playground-272019/topics/vehicle-registration"
    }

Plan: 3 to add, 0 to change, 0 to destroy.

πŸ“ Plan generated in Terraform plan #32

@github-actions github-actions bot merged commit 9b234a9 into main Jan 7, 2024
8 checks passed
@github-actions github-actions bot deleted the update/all branch January 7, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants