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

Bump the minor-and-patch group across 1 directory with 6 updates #453

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.5.11 1.5.12
io.micrometer:micrometer-registry-prometheus 1.12.8 1.13.6
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.0 2.18.1
org.flywaydb:flyway-database-postgresql 10.17.3 10.20.1
com.nimbusds:nimbus-jose-jwt 9.41.2 9.45
com.gradleup.shadow 8.3.3 8.3.5

Updates ch.qos.logback:logback-classic from 1.5.11 to 1.5.12

Commits

Updates io.micrometer:micrometer-registry-prometheus from 1.12.8 to 1.13.6

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.13.6

⭐ New Features / Enhancements

  • Improve memory usage of StepBucketHistogram #4954

🐞 Bug Fixes

  • Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call #5136
  • Map time units to UCUM format for Dynatrace #5588
  • Aspects' tagsBasedOnJoinPoint may throw uncaught exception #5584
  • Set user agent header in OTLP registry #5577
  • MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #5575

📔 Documentation

  • Remove duplicated context-propagation documentation in Micrometer docs #5549
  • [OTLP Registry] Document batch size configuration #5578

🔨 Dependency Upgrades

  • Bump dropwizard-metrics from 4.2.27 to 4.2.28 #5566
  • Bump context-propagation to 1.1.2 #5592

📝 Tasks

  • Bump org.junit:junit-bom from 5.10.4 to 5.10.5 #5571
  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #5567
  • Bump jersey3 from 3.0.12 to 3.0.16 #5560
  • Do not include formerly removed micrometer-samples-jetty12 subproject #5554
  • Bump spring from 5.3.37 to 5.3.39 #5419
  • Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #5557
  • Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #5538
  • Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #5536
  • Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #5534
  • Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #5533
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #5532
  • Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #5531
  • Bump junit from 5.10.3 to 5.10.4 #5530
  • Bump spring from 5.3.37 to 5.3.39 #5455

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​lenin-jaganathan, @​pirgeo, @​kinddevil, and @​joaopgrassi

1.13.5

🐞 Bug Fixes

  • ConcurrentModificationException when late meter filters are added #5489

... (truncated)

Commits
  • 0b4d07f Merge branch '1.12.x' into 1.13.x
  • f3ef95a Bump context-propagation to 1.1.2
  • 0944ad3 Merge branch '1.12.x' into 1.13.x
  • 9c3b760 Map time units to UCUM format for Dynatrace (#5589)
  • 77d72d2 Merge branch '1.12.x' into 1.13.x
  • d7daaef Set user agent header in OTLP registry
  • 12db19f Merge branch '1.12.x' into 1.13.x
  • adfdd3e Catch runtime exception thrown from pjp function in aspects (#5585)
  • e3ac3ad Merge branch '1.12.x' into 1.13.x
  • 5435fc4 Document batchSize config for OTLP registry
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.0 to 2.18.1

Updates org.flywaydb:flyway-database-postgresql from 10.17.3 to 10.20.1

Updates com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.45

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

9.41.2 (2024-10-01) * JWEHeader must support the special case of an "aud" header value of type string (iss #569).

9.42 (2024-10-28) * Promotes getCompatibleAlgorithms from MACSigner to MACProvider. * Promotes getMinRequiredSecretLength from MACSigner to MACProvider. * Removes the Set argument from the protected MACProvider constructors, the compatible HSxxx algorithms are now determined within the constructor. * MACVerifier must enforce a minimum secret key length of 384 bits for HS384 and of 512 bits for HS512 (iss #563). * OctetSequenceKeyGenerator must support "exp", "nbf" and "iat" (iss #575). * Updates to com.google.crypto.tink:tink:1.15.0

9.43 (2024-10-31) * Adds JWK.toRevokedJWK(KeyRevocation) method.

9.44 (2024-11-01) * JWKMatcher receives a capability to match non-revoked and revoked keys only, with JWKMatcher.Builder.nonRevokedOnly and revokedOnly. * Adds JWKMatcher.Builder.withKeyUseOnly, deprecating hasKeyUse. * Adds JWKMatcher.Builder.withKeyIDOnly, deprecating hasKeyID. * Adds JWKMatcher.Builder.withX509CertChainOnly, deprecating hasX509CertChain.

9.45 (2024-11-01) * New JWKMatcher.Builder(JWKMatcher) constructor.

Commits

Updates com.gradleup.shadow from 8.3.3 to 8.3.5

Release notes

Sourced from com.gradleup.shadow's releases.

8.3.5

Fixed

  • Revert "Bump Java level to 11" (#1011).
    This reverts the change to maintain compatibility with 8.x versions. The Java level will be bumped to 11 or above in the next major release.

8.3.4

Fixed

  • Apply legacy plugin last, and declare capabilities for old plugins, fixes #964. (#991)
Commits
  • 09be106 Prepare version 8.3.5
  • f991608 Revert "Bump Java level to 11" (#1011)
  • e9aa551 Migrate existing Junit 4 usages to Junit 5 (#998)
  • 2c30155 Update release dates
  • 6d40a9e Prepare next development version
  • 85cb991 Prepare version 8.3.4
  • 1bb88d1 chore(deps): update plugin com.diffplug.spotless to v7.0.0.beta4 (#1007)
  • 8aad9ad Apply legacy plugin last, and declare capabilities for old plugins (#991)
  • b0842f2 fix(deps): update junit5 monorepo to v5.11.3 (#1006)
  • 0465d01 chore(deps): update plugin com.diffplug.spotless to v7.0.0.beta3 (#1003)
  • 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
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.11` | `1.5.12` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.8` | `1.13.6` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.0` | `2.18.1` |
| org.flywaydb:flyway-database-postgresql | `10.17.3` | `10.20.1` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.41.2` | `9.45` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.3` | `8.3.5` |



Updates `ch.qos.logback:logback-classic` from 1.5.11 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.11...v_1.5.12)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.8 to 1.13.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.8...v1.13.6)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.3 to 10.20.1

Updates `com.nimbusds:nimbus-jose-jwt` from 9.41.2 to 9.45
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.45)

Updates `com.gradleup.shadow` from 8.3.3 to 8.3.5
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.3...8.3.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 05:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants