Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the all group with 5 updates:

Package From To
org.commonmark:commonmark 0.27.0 0.27.1
org.flywaydb:flyway-database-postgresql 11.20.1 11.20.2
ch.qos.logback:logback-classic 1.5.24 1.5.25
io.micrometer:micrometer-registry-prometheus 1.16.1 1.16.2
org.postgresql:postgresql 42.7.8 42.7.9

Updates org.commonmark:commonmark from 0.27.0 to 0.27.1

Release notes

Sourced from org.commonmark:commonmark's releases.

commonmark-java 0.27.1

Fixed

  • Line(s) after a hard line break would sometimes also get an unwanted hard line break, e.g. if they ended in emphasis or other non-text inlines (#415)
  • TextContentRenderer (for plain text): Fix nested lists on the same line (#413)
  • Fix minor performance regression with pathological input (deeply nested brackets) that was introduced in version 0.23.0.
Changelog

Sourced from org.commonmark:commonmark's changelog.

[0.27.1] - 2026-01-14

Fixed

  • Line(s) after a hard line break would sometimes also get an unwanted hard line break, e.g. if they ended in emphasis or other non-text inlines (#415)
  • TextContentRenderer (for plain text): Fix nested lists on the same line (#413)
  • Fix minor performance regression with pathological input (deeply nested brackets) that was introduced in version 0.23.0.
Commits
  • cded1b1 [maven-release-plugin] prepare release commonmark-parent-0.27.1
  • eb7bac0 Prepare CHANGELOG for version 0.27.1
  • 582855d Merge pull request #417 from commonmark/issue-413
  • fc23e49 Merge pull request #418 from commonmark/fix-parse-brackets-opt
  • c946bfe Make nested brackets optimization more effective again
  • 67f8405 Make list holder classes innner classes
  • 2753bf2 TextContentRenderer: Fix nested lists on the same line
  • 353278c Merge pull request #416 from commonmark/issue-415
  • fd33435 Fix line break parsing after hard line break
  • 0418c83 Merge pull request #409 from zapek/patch-1
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-database-postgresql from 11.20.1 to 11.20.2

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.16.1 to 1.16.2

Release notes

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

1.16.2

🐞 Bug Fixes

  • CaffeineCacheMetrics nullability is incompatible with Caffeine 3.2.3 #6973
  • ExecutorServiceMetrics: repeatedly logs exception when monitoring ThreadPerTaskExecutor without --add-opens #6726

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.24 #7027
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 #7051
  • Bump com.uber.nullaway:nullaway from 0.12.14 to 0.12.15 #7020
  • Bump grpc from 1.76.1 to 1.76.2 #6952
  • Bump maven-resolver from 1.9.24 to 1.9.25 #6965
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 #7019
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 #7056
  • Bump spring6 from 6.2.14 to 6.2.15 #6971
  • Bump testcontainers from 1.21.3 to 1.21.4 #6993

❤️ Contributors

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

@​MariusVolkhart and @​izeye

Commits
  • 6286e85 Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 (#7059)
  • 5263cc7 Merge branch '1.15.x' into 1.16.x
  • 0523810 Polish CurrentObservationTest (#7048)
  • 3165fdf Merge branch '1.15.x' into 1.16.x
  • 50ba16b Handle when ThreadPerTaskExecutor.threadCount() is not available (#7045)
  • c38e88c Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#7056)
  • 22ba833 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.2 to 1.9.3 (#7051)
  • 916ced5 Merge branch '1.15.x' into 1.16.x
  • 50d273b Merge branch '1.14.x' into 1.15.x
  • 6b44cf2 Relax time limit for PushMeterRegistryTest.waitForScheduledPublishToFinish_wh...
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.8 to 42.7.9

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.9

Changes

🐛 Bug Fixes

  • fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob @​vlsi (#3903)
  • fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext @​vlsi (#3886)

📝 Documentation

  • doc: add the new PGP signing key to the official documentation @​vlsi (#3813)

🧰 Maintenance

  • chore: remove unused com.github.spotbugs Gradle plugin dependency @​vlsi (#3868)
  • chore: drop SpotBugs as we do not seem to use it @​vlsi (#3834)
  • chore: bump version to 42.7.9 after 42.7.8 release @​vlsi (#3810)

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.9] (2026-01-14)

Added

Changed

  • perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
  • doc: update property quoteReturningIdentifiers default value [PR #3847](pgjdbc/pgjdbc#3847)
  • security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class

Fixed

Commits
  • 79b784e Added changelogs for version 42.7.9 (#3908)
  • 1c00ffc doc: add the new PGP signing key to the official documentation
  • f774000 chore(deps): update actions/create-github-app-token digest to 29824e6
  • 27daf3b chore(deps): update actions/setup-java digest to c1e3236
  • 6eb01ff chore(deps): update codecov/codecov-action digest to 671740a
  • dbf1e57 the classloader is nullable, and remove a space (#3907)
  • 6a20574 Merge commit from fork
  • c07721a fix: incorrect pg_stat_replication.reply_time calculation (#3906)
  • 83023f3 fix: close temporary lob descriptors that are used internally in PreparedStat...
  • 62c9805 fix: issue #3892, PGXAConnection.prepare(Xid) should return XA_RDONLY if the ...
  • 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 all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | `0.27.0` | `0.27.1` |
| org.flywaydb:flyway-database-postgresql | `11.20.1` | `11.20.2` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.24` | `1.5.25` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.16.1` | `1.16.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.8` | `42.7.9` |


Updates `org.commonmark:commonmark` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.0...commonmark-parent-0.27.1)

Updates `org.flywaydb:flyway-database-postgresql` from 11.20.1 to 11.20.2

Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.1...v1.16.2)

Updates `org.postgresql:postgresql` from 42.7.8 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)

---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 11.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 19, 2026
@IRus IRus merged commit 0888aa3 into main Jan 19, 2026
5 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-28851112ca branch January 19, 2026 07:22
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

Development

Successfully merging this pull request may close these issues.

2 participants