Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
43.1.0 - 2026-034-22
-------------------
- Add support for v24_1 of the Google Ads API.

43.0.0 - 2026-034-22
-------------------
- Add support for v24 of the Google Ads API.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>43.0.0</version>
<version>43.1.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:43.0.0'
implementation 'com.google.api-ads:google-ads:43.1.0'

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ dependencies {
api 'io.grpc:grpc-protobuf'
api 'com.google.auth:google-auth-library-oauth2-http'
api 'com.google.auth:google-auth-library-credentials'
api platform('com.google.cloud:google-cloud-shared-dependencies:3.57.0')
api platform('com.google.cloud:google-cloud-shared-dependencies:3.62.0')
implementation 'com.google.guava:guava'
implementation 'com.google.auto.service:auto-service:1.0.1'
implementation 'javax.annotation:javax.annotation-api'
Expand Down
2 changes: 1 addition & 1 deletion google-ads-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
// This makes this BOM inherit all dependency versions from the Google Cloud
// BOM. This version is determined based on the current used version of
// google-cloud-shared-dependencies.
api(platform("com.google.cloud:libraries-bom:26.76.0"))
api(platform("com.google.cloud:libraries-bom:26.81.0"))

// Add constraints for all of this project's artifacts.
constraints {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading