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

[DUOS-1740-dependabot]: Bump the maven-dependencies group with 5 updates #881

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps the maven-dependencies group with 5 updates:

Package Update
io.sentry:sentry 6.26.0 to 6.27.0
org.elasticsearch.client:elasticsearch-rest-client 8.8.2 to 8.9.0
org.apache.commons:commons-lang3 3.12.0 to 3.13.0
org.webjars:swagger-ui 5.1.3 to 5.2.0
org.codehaus.mojo:properties-maven-plugin 1.1.0 to 1.2.0

Updates io.sentry:sentry from 6.26.0 to 6.27.0

Release notes

Sourced from io.sentry:sentry's releases.

6.27.0

Features

  • Add TraceOrigin to Transactions and Spans (#2803)

Fixes

  • Deduplicate events happening in multiple threads simultaneously (e.g. OutOfMemoryError) (#2845)
    • This will improve Crash-Free Session Rate as we no longer will send multiple Session updates with Crashed status, but only the one that is relevant
  • Ensure no Java 8 method reference sugar is used for Android (#2857)
  • Do not send session updates for terminated sessions (#2849)
Changelog

Sourced from io.sentry:sentry's changelog.

6.27.0

Features

  • Add TraceOrigin to Transactions and Spans (#2803)

Fixes

  • Deduplicate events happening in multiple threads simultaneously (e.g. OutOfMemoryError) (#2845)
    • This will improve Crash-Free Session Rate as we no longer will send multiple Session updates with Crashed status, but only the one that is relevant
  • Ensure no Java 8 method reference sugar is used for Android (#2857)
  • Do not send session updates for terminated sessions (#2849)
Commits
  • 3839b4a release: 6.27.0
  • f60cce2 Use configureScope instead of withScope for InternalSentrySdk (#2863)
  • 2718fc8 Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (#2861)
  • 77d3efd Bump gradle/gradle-build-action from 2.6.0 to 2.6.1 (#2862)
  • 695d3a3 add origin to span context (#2803)
  • 101f707 Do not send session updates for terminated sessions (#2849)
  • 0bff5c1 Ensure no Java 8 method reference sugar is used for Android (#2857)
  • f60279b Deduplicate events happening in multiple threads simultaneously (#2845)
  • 288f538 Merge branch 'release/6.26.0'
  • See full diff in compare view

Updates org.elasticsearch.client:elasticsearch-rest-client from 8.8.2 to 8.9.0

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 8.9.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.0.html

Commits

Updates org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0

Updates org.webjars:swagger-ui from 5.1.3 to 5.2.0

Commits
  • 2de07f5 [maven-release-plugin] prepare release swagger-ui-5.2.0
  • 6581a84 bump to 5.2.0 - fixes #194
  • e8c3e84 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.codehaus.mojo:properties-maven-plugin from 1.1.0 to 1.2.0

Release notes

Sourced from org.codehaus.mojo:properties-maven-plugin's releases.

1.2.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • 5105ebc [maven-release-plugin] prepare release 1.2.0
  • f70cd08 Enable spotless and checkstyle - code reformat
  • 3c13b09 Enable spotless and checkstyle
  • c0a339a Bump parent from 72 to 76
  • a4a0c11 Fix for #27 Unwarranted circular property definition (#28)
  • 3a1eee2 Add "override" option to preserve existing properties from being overridden
  • b9b7140 Require Maven 3.5.4+
  • 00e8597 Bump plexus-utils from 3.5.1 to 4.0.0
  • 2a3ff69 Accept default value in placeholders for unresolved property values (#1)
  • d9f1d82 Use ASF shared GitHub actions
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps the maven-dependencies group with 5 updates:

| Package | Update |
| --- | --- |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | 6.26.0 to 6.27.0 |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | 8.8.2 to 8.9.0 |
| org.apache.commons:commons-lang3 | 3.12.0 to 3.13.0 |
| [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) | 5.1.3 to 5.2.0 |
| [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) | 1.1.0 to 1.2.0 |


Updates `io.sentry:sentry` from 6.26.0 to 6.27.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@6.26.0...6.27.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.8.2 to 8.9.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.8.2...v8.9.0)

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `org.webjars:swagger-ui` from 5.1.3 to 5.2.0
- [Commits](webjars/swagger-ui@swagger-ui-5.1.3...swagger-ui-5.2.0)

Updates `org.codehaus.mojo:properties-maven-plugin` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](mojohaus/properties-maven-plugin@properties-maven-plugin-1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.webjars:swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 31, 2023 21:49
Copy link
Contributor

@fboulnois fboulnois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 7, 2023
@dependabot dependabot bot deleted the dependabot/maven/develop/maven-dependencies-e923da3ef8 branch August 7, 2023 21:01
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.

1 participant