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 8 updates #882

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps the maven-dependencies group with 8 updates:

Package Update
io.sentry:sentry 6.26.0 to 6.28.0
com.google.guava:guava 32.1.1-jre to 32.1.2-jre
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.yaml:snakeyaml 2.0 to 2.1
org.webjars:swagger-ui 5.1.3 to 5.3.1
io.gatling:gatling-maven-plugin 4.3.7 to 4.4.0
org.codehaus.mojo:properties-maven-plugin 1.1.0 to 1.2.0

Updates io.sentry:sentry from 6.26.0 to 6.28.0

Release notes

Sourced from io.sentry:sentry's releases.

6.28.0

Features

  • Add HTTP response code to Spring WebFlux transactions (#2870)
  • Add sampled to Dynamic Sampling Context (#2869)
  • Improve server side GraphQL support for spring-graphql and Nextflix DGS (#2856)
    • If you have already been using SentryDataFetcherExceptionHandler that still works but has been deprecated. Please use SentryGenericDataFetcherExceptionHandler combined with SentryInstrumentation instead for better error reporting.
    • More exceptions and errors caught and reported to Sentry by also looking at the ExecutionResult (more specifically its errors)
    • More details for Sentry events: query, variables and response (where possible)
    • Breadcrumbs for operation (query, mutation, subscription), data fetchers and data loaders (Spring only)
    • Better hub propagation by using GraphQLContext
  • Add autoconfigure modules for Spring Boot called sentry-spring-boot and sentry-spring-boot-jakarta (#2880)
    • The autoconfigure modules sentry-spring-boot and sentry-spring-boot-jakarta have a compileOnly dependency on spring-boot-starter which is needed for our auto installation in sentry-android-gradle-plugin
    • The starter modules sentry-spring-boot-starter and sentry-spring-boot-starter-jakarta now bring spring-boot-starter as a dependency
  • You can now disable Sentry by setting the enabled option to false (#2840)

Fixes

  • Propagate OkHttp status to parent spans (#2872)

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

Features

  • Add HTTP response code to Spring WebFlux transactions (#2870)
  • Add sampled to Dynamic Sampling Context (#2869)
  • Improve server side GraphQL support for spring-graphql and Nextflix DGS (#2856)
    • If you have already been using SentryDataFetcherExceptionHandler that still works but has been deprecated. Please use SentryGenericDataFetcherExceptionHandler combined with SentryInstrumentation instead for better error reporting.
    • More exceptions and errors caught and reported to Sentry by also looking at the ExecutionResult (more specifically its errors)
    • More details for Sentry events: query, variables and response (where possible)
    • Breadcrumbs for operation (query, mutation, subscription), data fetchers and data loaders (Spring only)
    • Better hub propagation by using GraphQLContext
  • Add autoconfigure modules for Spring Boot called sentry-spring-boot and sentry-spring-boot-jakarta (#2880)
    • The autoconfigure modules sentry-spring-boot and sentry-spring-boot-jakarta have a compileOnly dependency on spring-boot-starter which is needed for our auto installation in sentry-android-gradle-plugin
    • The starter modules sentry-spring-boot-starter and sentry-spring-boot-starter-jakarta now bring spring-boot-starter as a dependency
  • You can now disable Sentry by setting the enabled option to false (#2840)

Fixes

  • Propagate OkHttp status to parent spans (#2872)

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
  • c45e375 release: 6.28.0
  • 9c8b5aa Disable Sentry with SentryOptions (#2840)
  • 7cdf121 Add autoconfigure modules for Spring Boot called sentry-spring-boot and `se...
  • fb296f0 Improve server side GraphQL support for spring-graphql and Nextflix DGS (#2856)
  • f86fb22 Add HTTP response code to Spring WebFlux transactions (#2870)
  • 4c237f8 Add sampled to Dynamic Sampling Context (#2869)
  • 4bf202b Fix spelling typo (#2876)
  • 5f2f4df Bump gradle/gradle-build-action from 2.6.1 to 2.7.0 (#2874)
  • 3fc8b39 propagate okhttp status to parent spans (#2872)
  • fe10f05 UI tests on saucelabs are now selected based on OS version only (#2867)
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 32.1.1-jre to 32.1.2-jre

Release notes

Sourced from com.google.guava:guava's releases.

32.1.2

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>32.1.2-jre</version>
  <!-- or, for Android: -->
  <version>32.1.2-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Removed the section of our Gradle metadata that caused Gradle to report conflicts with listenablefuture. (9ed0fa65ab)
  • Changed our Maven project to avoid affecting which version of Mockito our Gradle users see. (71a16d5a74)
  • collect: Under J2CL, exposed ImmutableList and ImmutableSet methods copyOf and of for JavaScript usage. (b41968f5f2)
  • net: Optimized InternetDomainName construction. (3a1d18fbefa10218988a0fbbb6e1fada012397bf, eaa62eb09548a6f1b7a757e21d8852724b631cab)
Commits

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.yaml:snakeyaml from 2.0 to 2.1

Commits
  • d15a025 Update README
  • 7121d00 Refactor - Remove commented code
  • eaf3154 Refactor - Reorder access modifiers to JSR specification | Merge if conditions
  • 093fcb6 Refactor - Optimize Regex for date and Timestamp
  • c12ea62 Merged snakeyaml/snakeyaml into master
  • e2b8ecb Revert "Refactor - Optimize Regex for date and Timestamp"
  • ffdba72 Create a test for issue 1062
  • e46ff5a Reformat
  • 9fc4920 Update README
  • 6587765 Fix a typo in comment
  • Additional commits viewable in compare view

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

Commits
  • 021615f [maven-release-plugin] prepare release swagger-ui-5.3.1
  • b278b53 bump to 5.3.1 - fixes #195
  • a2076e1 [maven-release-plugin] prepare for next development iteration
  • 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 io.gatling:gatling-maven-plugin from 4.3.7 to 4.4.0

Commits
  • a17617a feat: Manage private packages upload for Gatling Enterprise, closes HYB-306
  • e7d3e71 Upgrade gatling-enterprise-plugin-commons 1.5.5
  • 119bf68 build(deps): bump gatling-enterprise-plugin-commons from 1.5.3 to 1.5.4 (#130)
  • 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 8 updates:

| Package | Update |
| --- | --- |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | 6.26.0 to 6.28.0 |
| [com.google.guava:guava](https://github.com/google/guava) | 32.1.1-jre to 32.1.2-jre |
| [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.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | 2.0 to 2.1 |
| [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) | 5.1.3 to 5.3.1 |
| [io.gatling:gatling-maven-plugin](https://github.com/gatling/gatling-maven-plugin) | 4.3.7 to 4.4.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.28.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.28.0)

Updates `com.google.guava:guava` from 32.1.1-jre to 32.1.2-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

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.yaml:snakeyaml` from 2.0 to 2.1
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.1..snakeyaml-2.0)

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

Updates `io.gatling:gatling-maven-plugin` from 4.3.7 to 4.4.0
- [Commits](gatling/gatling-maven-plugin@v4.3.7...v4.4.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: com.google.guava:guava
  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-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.yaml:snakeyaml
  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: io.gatling:gatling-maven-plugin
  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 August 7, 2023 21:01
@dependabot dependabot bot added the dependency label Aug 7, 2023
Copy link
Contributor

@rushtong rushtong left a comment

Choose a reason for hiding this comment

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

Manually tested 👍🏽

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.

👍

@fboulnois fboulnois added this pull request to the merge queue Aug 9, 2023
Merged via the queue into develop with commit ff0bf4a Aug 9, 2023
9 checks passed
@fboulnois fboulnois deleted the dependabot/maven/develop/maven-dependencies-bd6175d265 branch August 9, 2023 12:39
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.

2 participants