Skip to content

Commit

Permalink
[DT-400-maven]: Bump the maven-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 3 updates: [io.sentry:sentry](https://github.com/getsentry/sentry-java), [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) and [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch).


Updates `io.sentry:sentry` from 7.20.0 to 8.0.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.20.0...8.0.0)

Updates `com.google.api-client:google-api-client` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/googleapis/google-api-java-client/releases)
- [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-api-java-client@v2.7.1...v2.7.2)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.17.0 to 8.17.1
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.17.0...v8.17.1)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.google.api-client:google-api-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 5ec63c2 commit a0c0891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>7.20.0</version>
<version>8.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -695,7 +695,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -743,7 +743,7 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>8.17.0</version>
<version>8.17.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a0c0891

Please sign in to comment.