Skip to content

build(deps): bump the backend-minor-patch group across 1 directory with 8 updates - #21

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/backend/ktor/backend-minor-patch-331a393cb3
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/backend/ktor/backend-minor-patch-331a393cb3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the backend-minor-patch group with 8 updates in the /backend/ktor directory:

Package From To
org.flywaydb:flyway-database-postgresql 13.2.0 13.5.0
org.flywaydb:flyway-core 13.2.0 13.5.0
org.flywaydb.flyway 13.2.0 13.5.0
gradle-wrapper 9.7.0 9.7.1
org.jetbrains.exposed:exposed-core 1.4.0 1.5.0
org.jetbrains.exposed:exposed-jdbc 1.4.0 1.5.0
org.jetbrains.exposed:exposed-java-time 1.4.0 1.5.0
ch.qos.logback:logback-classic 1.6.2 1.6.3

Updates org.flywaydb:flyway-database-postgresql from 13.2.0 to 13.5.0

Updates org.flywaydb:flyway-core from 13.2.0 to 13.5.0

Updates org.flywaydb.flyway from 13.2.0 to 13.5.0

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits

Updates org.jetbrains.exposed:exposed-core from 1.4.0 to 1.5.0

Release notes

Sourced from org.jetbrains.exposed:exposed-core's releases.

1.5.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-core's changelog.

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.4.0 to 1.5.0

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.5.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.4.0 to 1.5.0

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.5.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.4.0 to 1.5.0

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.5.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.4.0 to 1.5.0

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.5.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.6.2 to 1.6.3

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.6.3

2026-08-14 Release of logback version 1.6.3

  • In response CVE-2026-19880, MDCBasedDiscriminator (used by SiftingAppender) now strips forward and backward slashes (/, \) from MDC values before they are used as discriminating keys. This prevents path segments from escaping into destinations controlled by an attacker. When sanitisation actually changes a value, a warning is emitted; the warning is rate-limited (a small batch, then a lull of about ten minutes).

  • Colour console support is split out into a dedicated JansiConsoleAppender. It wraps stdout or stderr with Jansi so ANSI escape sequences (for example coloured patterns) render correctly on terminals that need it, notably Windows. Prefer this class over the older path described next. See the appenders documentation.

  • The withJansi property on ConsoleAppender is deprecated. Existing configurations that still set <withJansi>true</withJansi> continue to work for compatibility, but new setups should use JansiConsoleAppender instead.

  • ConsoleAppender no longer treats the process console as an exclusive resource: stopping it does not close System.out / System.err. JansiConsoleAppender pairs each AnsiConsole.systemInstall() with systemUninstall() on stop, so repeated start/stop cycles do not leave Jansi installed or tear down streams shared with the rest of the JVM. Related behavior is covered by tests for issues/1063.

  • Invocation throttling helpers were reworked: SimpleInvocationGate is renamed FixedIntervalInvocationGate, and BatchedFixedIntervalInvocationGate allows a short burst of invocations before applying a fixed lull. The sanitisation warning above uses the batched gate.

  • The JPMS module-info for logback-core now exports the ch.qos.logback.core.property package, which had been missing from the module descriptor.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e8e824dede022a6d7208b36cfa875b0d1b7772f3 associated with the tag v_1.6.3. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

-- Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

Commits
  • e8e824d prepare release 1.6.3
  • 761821b MDCBasedDiscriminator has a gated warning mechanism
  • 53ed122 update copyright year
  • c7e2db2 rename SimpleInvocationGate as FixedIntervalInvocationGate
  • b5aa931 added BatchedSimpleInvocationGate
  • 1f22af7 add javadocs to SimpleInvocationGate
  • 638ffa7 prevent forward and backward slashes to escape to other directories
  • 7d6b9a4 add missing ch.qos.logback.core.property package
  • fa25930 add an extension path in ConsoleAppender for JansiConsoleAppender
  • c73b43f deprecate the withJansi path
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 13.2.0 to 13.5.0

Updates org.flywaydb.flyway from 13.2.0 to 13.5.0

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 2, 2026
…th 8 updates

Bumps the backend-minor-patch group with 8 updates in the /backend/ktor directory:

| Package | From | To |
| --- | --- | --- |
| org.flywaydb:flyway-database-postgresql | `13.2.0` | `13.5.0` |
| org.flywaydb:flyway-core | `13.2.0` | `13.5.0` |
| org.flywaydb.flyway | `13.2.0` | `13.5.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.6.2` | `1.6.3` |



Updates `org.flywaydb:flyway-database-postgresql` from 13.2.0 to 13.5.0

Updates `org.flywaydb:flyway-core` from 13.2.0 to 13.5.0

Updates `org.flywaydb.flyway` from 13.2.0 to 13.5.0

Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `org.jetbrains.exposed:exposed-core` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.4.0...1.5.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.4.0...1.5.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.4.0...1.5.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.4.0...1.5.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.4.0...1.5.0)

Updates `ch.qos.logback:logback-classic` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.6.2...v_1.6.3)

Updates `org.flywaydb:flyway-core` from 13.2.0 to 13.5.0

Updates `org.flywaydb.flyway` from 13.2.0 to 13.5.0

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-minor-patch
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-minor-patch
- dependency-name: org.flywaydb.flyway
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.flywaydb.flyway
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/backend/ktor/backend-minor-patch-331a393cb3 branch from 3b322b8 to eb7c05a Compare September 9, 2026 16:45
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 16, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/backend/ktor/backend-minor-patch-331a393cb3 branch September 16, 2026 16:44
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