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 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update adservice #9

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 23, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.4 -> 8.12 age adoption passing confidence
googleJavaFormat dependencies minor 1.18.1 -> 1.25.2 age adoption passing confidence
io.netty:netty-tcnative-boringssl-static (source) dependencies patch 2.0.62.Final -> 2.0.69.Final age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.21.1 -> 2.24.3 age adoption passing confidence
com.google.api.grpc:proto-google-common-protos dependencies minor 2.28.0 -> 2.50.1 age adoption passing confidence
com.google.protobuf:protoc (source) dependencies patch 3.25.0 -> 3.25.5 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies minor 2.15.3 -> 2.18.2 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies minor 2.15.3 -> 2.18.2 age adoption passing confidence
io.grpc:protoc-gen-grpc-java dependencies minor 1.59.0 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-services dependencies minor 1.59.0 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-netty dependencies minor 1.59.0 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-stub dependencies minor 1.59.0 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-protobuf dependencies minor 1.59.0 -> 1.70.0 age adoption passing confidence
io.opentelemetry:opentelemetry-bom dependencies minor 1.31.0 -> 1.46.0 age adoption passing confidence
com.github.ben-manes.versions plugin minor 0.49.0 -> 0.52.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

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.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

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.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.1

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.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

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.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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.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: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

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.6: 8.6

Compare Source

The Gradle team is excited to announce Gradle 8.6.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Baptiste Decroix,
Björn Kautler,
Daniel Lacasse,
Danny Thomas,
Hyeonmin Park,
jeffalder,
Jendrik Johannes,
John Jiang,
Kaiyao Ke,
Kevin Mark,
king-tyler,
Marcin Dąbrowski,
Marcin Laskowski,
Markus Gaisbauer,
Mel Arthurs,
Ryan Schmitt,
Surya K N,
Vladislav Golubtsov,
Yanshun Li,
Andrzej Ressel

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.6

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.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.5

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.

google/google-java-format (googleJavaFormat)

v1.25.2

Changes:

  • Fix a crash formatting text blocks involving trailing whitespace before the close delimiter (#​1205)

Full Changelog: google/google-java-format@v1.25.1...v1.25.2

v1.25.1

Changes:

  • Fix a crash in text block formatting (#​1195)

Full Changelog: google/google-java-format@v1.25.0...v1.25.1

v1.25.0

The minimum support JDK version to run google-java-format is now JDK 17 (#​1159). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.

Changes:

  • Various improvements to text block formatting
  • Improve formatting of when pattern guards

Full Changelog: google/google-java-format@v1.24.0...v1.25.0

v1.24.0

Changes:

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

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.50.0

Compare Source

Features
  • Add experimental S2A integration in client libraries grpc transport (#​3326) (1138ca6)
  • enable selective generation based on service config include list (#​3323) (0cddadb)
  • introduce java.time to java-core (#​3330) (f202c3b)
  • Update Gapic-Generator to generate libraries using java.time methods (#​3321) (b21c9a4)
Bug Fixes
  • Fix flaky test ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart (#​3335) (e73740d)
  • httpjson callables to trace attempts (started, failed) (#​3300) (15a64ee)
  • instantiate GaxProperties at build time to ensure we get the protobuf version (#​3365) (bb2a3be)
  • protobuf version not always getting set in headers (#​3322) (7f6e470)
  • use BuildKit instead of legacy builder to build the Hermetic Build images (#​3338) (222fb45)
Dependencies
Documentation

v2.49.0

Compare Source

Features
Bug Fixes
  • add additional potential exceptions when retrieving protobuf manifest file to get version (#​3315) (ef9e518)
Dependencies
  • update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (#​3316) (d7c290f)

v2.48.0

Compare Source

Features
Bug Fixes
  • generator setting incorrect name/class for sample due to region tag (2nd attempt) (#​3293) (771bd0e)
Dependencies
  • update dependency com.google.errorprone:error_prone_annotations to v2.34.0 (#​3303) (5b01274)
  • update dependency com.google.errorprone:error_prone_annotations to v2.34.0 (#​3304) (5bd6c9c)
  • update google api dependencies (#​3282) (a9eac85)
  • update google auth library dependencies to v1.29.0 (#​3302) (e64eda2)

v2.47.0

Compare Source

Features
Bug Fixes
  • address incorrect universe domain validation when quota project id is set (#​3257) (6e70c37), closes #​3256
  • Disable automatically retrieving Universe Domain from Metadata Server (#​3272) (f4402bf)
Dependencies

v2.46.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.

@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from fc4bf85 to 62323ef Compare December 28, 2023 08:53
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from d1363d2 to 10478e9 Compare January 12, 2024 20:53
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from 7a9b889 to 4417b4d Compare January 25, 2024 05:37
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from 3280d63 to 0aa01f7 Compare February 3, 2024 02:30
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from 9919d65 to 0ff2811 Compare February 16, 2024 05:15
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from f009021 to 207aac3 Compare February 27, 2024 02:42
@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from bddeab2 to d6d9f25 Compare March 7, 2024 18:02
@renovate renovate bot force-pushed the renovate/adservice branch 5 times, most recently from 887fd2d to b0fdbb0 Compare March 13, 2024 02:22
@renovate renovate bot force-pushed the renovate/adservice branch from b0fdbb0 to 765130f Compare March 16, 2024 08:36
@renovate renovate bot force-pushed the renovate/adservice branch from 765130f to 44ba3c0 Compare March 23, 2024 14:44
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from 7ecae7d to f145600 Compare April 8, 2024 23:50
@renovate renovate bot force-pushed the renovate/adservice branch 4 times, most recently from 88720b2 to b60d32b Compare September 27, 2024 11:39
@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from 7b3202b to 6026226 Compare October 5, 2024 01:29
@renovate renovate bot force-pushed the renovate/adservice branch from 6026226 to a6a855e Compare October 13, 2024 14:34
@renovate renovate bot force-pushed the renovate/adservice branch 4 times, most recently from 1f0576c to 10bf4d2 Compare October 31, 2024 02:50
@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from 5804bb5 to 3fdb57f Compare November 2, 2024 02:55
@renovate renovate bot force-pushed the renovate/adservice branch 3 times, most recently from 33fc4a7 to c0a5710 Compare November 12, 2024 08:48
@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from de75615 to 9d26eff Compare December 1, 2024 08:35
@renovate renovate bot force-pushed the renovate/adservice branch 4 times, most recently from e9e6776 to d8b36e7 Compare December 12, 2024 01:35
@renovate renovate bot force-pushed the renovate/adservice branch from d8b36e7 to 688d144 Compare December 14, 2024 02:21
@renovate renovate bot force-pushed the renovate/adservice branch from 688d144 to e773a12 Compare December 21, 2024 12:01
@renovate renovate bot force-pushed the renovate/adservice branch 2 times, most recently from 508b52a to 278679b Compare January 12, 2025 06:54
@renovate renovate bot force-pushed the renovate/adservice branch from 278679b to 3b1f28b Compare January 17, 2025 16:07
@renovate renovate bot force-pushed the renovate/adservice branch from 3b1f28b to e4afe92 Compare January 24, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants