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 7 updates #429

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

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

Package From To
ch.qos.logback:logback-classic 1.5.6 1.5.8
io.micrometer:micrometer-registry-prometheus 1.12.8 1.13.4
redis.clients:jedis 5.1.3 5.1.5
org.postgresql:postgresql 42.7.3 42.7.4
io.confluent:kafka-avro-serializer 7.6.1 7.7.1
com.nimbusds:nimbus-jose-jwt 9.40 9.41.1
io.mockk:mockk 1.13.11 1.13.12

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.8

Commits
  • 92e1a5e prepare release 1.5.8
  • 76d8dd8 Update README.md, comment out CI action results
  • d7e0d59 Merge branch 'master' of github.com:qos-ch/logback
  • fe3bf9d os.name property is expected to be Mac OS X on Apple computers
  • 9806273 Update README.md
  • c45f110 check for Mac OS X
  • 00c6f5e what is the os.name
  • 7d03a42 update actions/setup
  • edacb3b skip email sent termination test on MacOs
  • 3b5d041 allow more time for timetout
  • Additional commits viewable in compare view

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

Release notes

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

1.13.4

🐞 Bug Fixes

  • BOM contains a non-resolvable dependency: io.micrometer:concurrency-tests #5395
  • Zero percentile can be missing from Dynatrace meters where expected #4750

📔 Documentation

  • Fix a typo in meters.adoc #5399

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.18 to 1.7.19 #5425
  • Bump dropwizard-metrics from 4.2.26 to 4.2.27 #5423
  • Bump com.signalfx.public:signalfx-java from 1.0.44 to 1.0.45 #5420

📝 Tasks

  • Bump org.apache.maven:maven-resolver-provider from 3.9.8 to 3.9.9 #5426
  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #5424
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #5422
  • Bump spring-javaformat from 0.0.42 to 0.0.43 #5421
  • Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 #5418
  • Fix GuavaCacheMetricsTest and CaffeineCacheMetricsTest #5405

❤️ Contributors

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

@​izeye and @​madhead

1.13.3

🐞 Bug Fixes

  • Add default factoryType tag in CommonsObjectPool2Metrics #5316
  • Buffered statsd lines are not published on close #2141
  • Disable kotlinSourcesJar since it conflicts with sourcesJar #5151

📔 Documentation

  • Make more explicit that recording a metric is safe to call #5365

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 #5364
  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #5357
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.14 to 1.7.17 #5356
  • Bump com.signalfx.public:signalfx-java from 1.0.43 to 1.0.44 #5362
  • Bump io.netty:netty-bom from 4.1.111.Final to 4.1.112.Final #5360
  • Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 #5358

... (truncated)

Commits
  • 1f1aa0a Merge branch '1.12.x' into 1.13.x
  • 2d6e8e7 Merge branch '1.9.x' into 1.12.x
  • f0aa18d Upgrade Gradle to 8.10
  • 8432555 Merge branch '1.12.x' into 1.13.x
  • 3a96091 Upgrade Gradle to 8.10
  • ae548c6 Merge branch '1.12.x' into 1.13.x
  • d581e79 Merge branch '1.9.x' into 1.12.x
  • 936c716 Bump spring-javaformat from 0.0.42 to 0.0.43 (#5414)
  • bbb2b7d Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.767 to 1.12.770 (#5415)
  • 2a69ebd Bump com.signalfx.public:signalfx-java from 1.0.44 to 1.0.45 (#5412)
  • Additional commits viewable in compare view

Updates redis.clients:jedis from 5.1.3 to 5.1.5

Release notes

Sourced from redis.clients:jedis's releases.

5.1.5

Changes

🐛 Bug Fixes

  • Accept null replies for BZPOPMAX and BZPOPMIN commands (#3930)
  • Fix empty LUA table reply (#3924)

Contributors

We'd like to thank all the contributors who worked on this release!

@​JW-Vinay, @​ngavrailov and @​sazzad16

5.1.4

Changes

🔥 Breaking Changes

  • Address change in JSON.GET command without path (#3858)
  • Modify and fail-fast GeoSearchParam (#3827)

🚀 New Features

  • Support Hash field expiration (#3826)
  • Support issuing Latency commands (#3729)
  • Add support for the NOVALUES option of HSCAN command (#3741, #3746)
  • Add support for CLIENT TRACKINGINFO command (#3751)
  • Support IGNORE and other optional arguments for timeseries commands (#3860, #3863)
  • Add last entry id for XREADs and support XREADs reply as map (#3791)
  • Support the MAXAGE option for CLIENT KILL (#3754)
  • Support ADDSCORES argument in FT.AGGREGATE (#3908)
  • Support [S]PUBLISH in pipelines and transactions (#3859)

🐛 Bug Fixes

  • Ensure closing connection in Pipeline (#3865)
  • Address change in JSON.GET command without path (#3858)

🧰 Maintenance

  • Add methods in CommandArguments and RawableFactory (#3834)
  • Modify and fail-fast GeoSearchParam (#3827)

Contributors

We'd like to thank all the contributors who worked on this release!

@​sazzad16, @​cemasma, @​Lcarrot, @​gerzse and @​uglide

Commits

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view

Updates io.confluent:kafka-avro-serializer from 7.6.1 to 7.7.1

Commits

Updates com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41.1

Changelog

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

9.41.1 (2024-09-12) * Fixes JSONObjectUtils.parse((String)null) regression, must throw ParseException, not NullPointerException. Regression introduced in 9.24 after dependency switch from JSON Smart to Gson (iss #557). * Fixes JWKSet.parse((String)null) regression, must throw ParseException, not NullPointerException (iss #557). * The ParseException thrown by X509CertChainUtils.parse(List) must include the message from the underlying java.security.cert.CertificateException (iss #565).

Commits
  • 81efe49 [maven-release-plugin] prepare for next development iteration
  • 2c2587a JWEHeader receives support for the iss, sub and aud claims as replicated head...
  • ba873c3 Adds Maven org.owasp:dependency-check-maven:10.0.3 plugin
  • c383556 Key derivation changed to use standard java.security API
  • fde898f ISSUE-564 For CEK keywrap , cipher mode should be wither WRAP or UNWRAP. It w...
  • 397e062 Merged in ISSUE-564--incorrect-usage-of-CIPHER-MODES (pull request #121)
  • 0ab8280 Adds change log for iss #564)
  • 9b42b43 Fixes change log
  • a2fa965 Unifies the RSA_OAEP_SHA2.encryptCEK error message on invalid key (size) (iss...
  • 1a4f9b5 Merged in ISSUE-561 (pull request #120)
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.11 to 1.13.12

Release notes

Sourced from io.mockk:mockk's releases.

1.13.12

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • 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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.8` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.8` | `1.13.4` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.3` | `5.1.5` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.1` | `7.7.1` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.40` | `9.41.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |



Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.8)

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

Updates `redis.clients:jedis` from 5.1.3 to 5.1.5
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.3...v5.1.5)

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

Updates `io.confluent:kafka-avro-serializer` from 7.6.1 to 7.7.1
- [Commits](https://github.com/confluentinc/schema-registry/commits)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.40 to 9.41.1
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41.1..9.40)

Updates `io.mockk:mockk` from 1.13.11 to 1.13.12
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

---
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: redis.clients:jedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-avro-serializer
  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: io.mockk:mockk
  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 September 16, 2024 05:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

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

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/gradle/minor-and-patch-6b27b93860 branch September 16, 2024 13:05
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