Skip to content

Update all non-major dependencies#354

Merged
copybara-service[bot] merged 2 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch
Mar 20, 2025
Merged

Update all non-major dependencies#354
copybara-service[bot] merged 2 commits intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-logging 3.21.4 -> 3.22.0 age adoption passing confidence
com.google.guava:guava-testlib 33.4.0-jre -> 33.4.5-jre age adoption passing confidence
com.google.errorprone:error_prone_annotations (source) 2.36.0 -> 2.37.0 age adoption passing confidence
com.google.guava:guava 33.4.0-jre -> 33.4.5-jre age adoption passing confidence
org.eclipse.jetty:jetty-http (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-io (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-util (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-security (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-ee (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-servlet (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-servlet (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-session (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-server (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-xml (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-annotations (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-jndi (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-plus (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-servlets (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-quickstart (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-servlets (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-quickstart (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-client (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-apache-jsp (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-webapp (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-apache-jsp (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-annotations (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-security (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee8:jetty-ee8-webapp (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty.ee10:jetty-ee10-jspc-maven-plugin (source) 12.0.17 -> 12.0.18 age adoption passing confidence
org.eclipse.jetty:jetty-home (source) 12.0.17 -> 12.0.18 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/java-logging (com.google.cloud:google-cloud-logging)

v3.22.0

Compare Source

Features
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.55.1 (dd25992)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.45.1 (#​1779) (a643ab0)
  • Update googleapis/sdk-platform-java action to v2.55.1 (#​1780) (505557e)
google/error-prone (com.google.errorprone:error_prone_annotations)

v2.37.0: Error Prone 2.37.0

Compare Source

Changes:

  • The annotations that were previously in error_prone_type_annotations have been been merged into error_prone_annotations. error_prone_type_annotations is now deprecated, and will be removed in a future release.

New checks:

  • AssignmentExpression - The use of an assignment expression can be surprising and hard to read; consider factoring out the assignment to a separate statement.
  • IntFloatConversion - Detect calls to scalb that should be using the double overload instead
  • InvalidSnippet - Detects snippets which omit the : required for inline code.
  • JUnit4EmptyMethods - Detects empty JUnit4 @Before, @After, @BeforeClass, and @AfterClass methods.
  • MockIllegalThrows - Detects cases where Mockito is configured to throw checked exception types which are impossible.
  • NegativeBoolean - Prefer positive boolean names.
  • RuleNotRun - Detects TestRules not annotated with @Rule, that won't be run.
  • StringConcatToTextBlock - Replaces concatenated multiline strings with text blocks.
  • TimeInStaticInitializer - Detects accesses of the system time in static contexts.

Closed issues:

  • Propagate check flags in patch mode (#​4699)
  • Fixes a crash in ComputeIfAbsentAmbiguousReference (#​4736)
  • Show the field name in HidingField diagnostics (#​4775)
  • Add support for jakarta annotations to some checks (#​4782)
  • FloatingPointAssertionWithinEpsilonTest depends on default locale (#​4815)
  • @InlineMe patching of Strings.repeat produces broken code (#​4819)
  • Fix a crash in IdentifierName on unnamed (_) variables (#​4847)
  • Fix a crash in ArgumentParameterSwap (#​490)

Full changelog: google/error-prone@v2.36.0...v2.37.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Mar 19, 2025
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6fc132a to 2091256 Compare March 20, 2025 01:13
ludoch referenced this pull request Mar 20, 2025
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
@forking-renovate
Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@copybara-service copybara-service Bot merged commit 039a36e into GoogleCloudPlatform:main Mar 20, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready to pull

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants