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

Update adservice #54

Closed

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Apr 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.5 -> 8.10 age adoption passing confidence
googleJavaFormat dependencies minor 1.18.1 -> 1.23.0 age adoption passing confidence
io.netty:netty-tcnative-boringssl-static (source) dependencies patch 2.0.62.Final -> 2.0.65.Final age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.21.1 -> 2.23.1 age adoption passing confidence
com.google.api.grpc:proto-google-common-protos dependencies minor 2.28.0 -> 2.43.0 age adoption passing confidence
com.google.protobuf:protoc (source) dependencies patch 3.25.0 -> 3.25.4 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies minor 2.15.3 -> 2.17.2 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies minor 2.15.3 -> 2.17.2 age adoption passing confidence
io.grpc:protoc-gen-grpc-java dependencies minor 1.59.0 -> 1.66.0 age adoption passing confidence
io.grpc:grpc-services dependencies minor 1.59.0 -> 1.66.0 age adoption passing confidence
io.grpc:grpc-netty dependencies minor 1.59.0 -> 1.66.0 age adoption passing confidence
io.grpc:grpc-stub dependencies minor 1.59.0 -> 1.66.0 age adoption passing confidence
io.grpc:grpc-protobuf dependencies minor 1.59.0 -> 1.66.0 age adoption passing confidence
io.opentelemetry:opentelemetry-bom dependencies minor 1.34.1 -> 1.41.0 age adoption passing confidence
com.github.ben-manes.versions plugin minor 0.49.0 -> 0.51.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.10

Compare Source

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

Switch your build to use Gradle 8.8 by updating your wrapper:

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.7

Compare Source

v8.6

Compare Source

google/google-java-format (googleJavaFormat)

v1.23.0

Changes:

Full Changelog: google/google-java-format@v1.22.0...v1.23.0

v1.22.0

Changes:

  • Improve support for tokens that span multiple lines (9bdae02)
  • Fix an issue with text block formatting, when the text block is the receiver of a method call (#​1081)
  • google-java-format-diff.py now parallelizes the calls to the formatter, for better performance (3ee6e2a)

Full Changelog: google/google-java-format@v1.21.0...v1.22.0

v1.21.0

Formatting changes:

  • Adjust indentation of text blocks (ce3cb59)

Bug fixes:

  • Fix a crash with comments inside string templates (e946e82)
  • Native image -version reports HEAD-SNAPSHOT instead of the correct version (#​1068)
  • Improve compatibility with older glibc versions (#​1072)

Full Changelog: google/google-java-format@v1.20.0...v1.21.0

v1.20.0

This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.

Changes:

  • Keep type-use annotation with type when wrapping (03efe44)
  • Handle 'any' patterns (#​1037)

Full Changelog: google/google-java-format@v1.19.2...v1.20.0

v1.19.2

Changes

  • Improve support for string templates (#​1010)
  • Handle var in record patterns (#​1020)

Full Changelog: google/google-java-format@v1.19.1...v1.19.2

v1.19.1

Changes

  • Fix support for Java 21 features by enabling JDK 21 for release builds (#​1014).

Full Changelog: google/google-java-format@v1.19.0...v1.19.1

v1.19.0

Changes

This release adds initial support for more Java 21 features, including:

Other changes:

  • Handle type annotations on method reference qualifiers (53390d9)
  • Avoid reflowing text blocks (#​976)

Full Changelog: google/google-java-format@v1.18.1...v1.19.0

googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)

v2.43.0

Compare Source

Features
Bug Fixes
Dependencies
Documentation

v2.42.0

Features
  • Allow Adding Client Level Attributes to MetricsTracerFactory (#​2614) (f122c6f)
  • gapic-generator-java to perform a no-op when no services are detected (#​2460) (c0b5646)
  • Make Layout Parser generally available in V1 (e508ae6)
  • populate .repo-metadata.json from highest version (#​2890) (f587541)
  • push SNAPSHOT versions of the hermetic build docker image (#​2888) (81df866)
Bug Fixes
  • deps: update the Java code generator (gapic-generator-java) to 1.2.3 (e508ae6)
  • Expose Gax meter name (#​2865) (6c5d6ce)
  • Move the logic of getting systemProductName from static block to static method (#​2874) (536f1eb)
  • Update default Otel Attribute from method_name to method (#​2833) (af10a9e)
Dependencies

v2.41.0

Features
Bug Fixes
Dependencies
  • update dependency com.google.api-client:google-api-client-bom to v2.6.0 (#​2782) (5bc8928)
  • update dependency com.google.cloud.opentelemetry:detector-resources-support to v0.29.0 (#​2831) (6c1dbfc)
  • update dependency com.google.code.gson:gson to v2.11.0 (#​2786) (91f3254)
  • update dependency com.google.code.gson:gson to v2.11.0 (#​2787) (e81893c)
  • update dependency com.google.errorprone:error_prone_annotations to v2.28.0 (#​2835) (b8f11b1)
  • update dependency com.google.errorprone:error_prone_annotations to v2.28.0 (#​2838) (5c46f3f)
  • update dependency net.bytebuddy:byte-buddy to v1.14.16 (#​2797) (dfedafc)
  • update dependency net.bytebuddy:byte-buddy to v1.14.17 (#​2828) (6eb9041)
  • update dependency org.checkerframework:checker-qual to v3.43.0 (#​2730) (b7fa736)
  • update dependency requests to v2.32.0 [security] (#​2791) (c2ea6cc)
  • update dependency watchdog to v4.0.1 (#​2800) (d5771dd)
  • update google api dependencies (#​2672) (6643536)
  • update google http client dependencies to v1.44.2 (#​2783) (dee7e00)
  • update googleapis/java-cloud-bom digest to 59c776b (#​2827) (03b3eb4)
  • update netty dependencies to v4.1.110.final (#​2796) (d1aaa68)

v2.40.0

Features
  • [common-protos] add Weight to common types for Shopping APIs to be used for accounts bundle (#​2699) (5bb9770)
  • add a CLI tool to validate generation configuration (#​2691) (f2ce524)
  • Parser to consume the api-versioning value from proto (#​2630) (40711fd)
  • Update Gapic generator and Gax to emit api-versioning via header (#​2671) (e63d1b4)
Bug Fixes
Dependencies
Documentation
  • Add contributing guidelines to PR and issue templates (#​2682) (42526dc)

v2.39.0

Features
Bug Fixes
  • add main to generate_repo.py (#​2607) (fedeb32)
  • correct deep-remove and deep-preserve regexes (#​2572) (4c7fd88)
  • first attempt should use the min of RPC timeout and total timeout (#​2641) (0349232)
  • remove duplicated calls to AutoValue builders (#​2636) (53a3727)
  • remove unnecessary slf4j and AbstractGoogleClientRequest native image configs (0cb7d0e)
  • remove unnecessary slf4j and AbstractGoogleClientRequest native image configs (#​2628) (0cb7d0e)
Dependencies

v2.38.0

Features
  • [common-protos] add api_version extension to ServiceOptions, for collaborative versioning (d343be9)
  • [common-protos] add api_version extension to ServiceOptions, for collaborative versioning (#​2551) (d343be9)
  • add ErrorReason.LOCATION_POLICY_VIOLATED enum value (d343be9)
  • add ErrorReason.LOCATION_POLICY_VIOLATED enum value (d343be9)
  • add Publishing.rest_reference_documentation_uri to aid client library publication (d343be9)
  • add Publishing.rest_reference_documentation_uri to aid client library publication (d343be9)
  • Add shopping and chat common protos. (#​2553) (5f2d4e7), closes #​2018
  • get PR description from googleapis commits (#​2531) (c2ea697)
  • Introduce OpenTelemetry Metrics Recording (#​2500) (b936580)
  • skip build only commit (#​2555) (180c8a9)
  • Universe Domain Environment Variable Support (#​2485) (1463d64)
Dependencies
Documentation
  • minor tweaks to various comments (d343be9)
  • minor tweaks to various comments (d343be9)

v2.37.0

Features
Bug Fixes
  • adjust release please config to reflect file location change. (#​2524) (1e5af1e)

v2.36.0

Features
Bug Fixes
Dependencies

Configuration

📅 Schedule: Branch creation - "every weekend" (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 Apr 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 2 times, most recently from 3b72474 to b2d0a89 Compare May 5, 2024 03:15
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 3 times, most recently from 53a11b6 to cb82257 Compare May 16, 2024 21:34
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 3 times, most recently from 3903564 to 903dfa9 Compare June 7, 2024 15:09
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 2 times, most recently from c8e8797 to 79e67f4 Compare June 28, 2024 06:49
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 4 times, most recently from acf3844 to 06d37a1 Compare July 11, 2024 23:03
@renovate-bot renovate-bot force-pushed the renovate/adservice branch 3 times, most recently from 1b0779c to da31ba9 Compare July 31, 2024 03:24
@renovate-bot renovate-bot requested a review from a team as a code owner August 16, 2024 03:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants