Skip to content

chore: bump the gradle-updates group across 1 directory with 6 updates #31

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the gradle-updates group with 6 updates in the / directory:

Package From To
org.apache.maven:maven-artifact 3.9.10 3.9.11
io.github.oshai:kotlin-logging-jvm 7.0.7 7.0.12
io.ktor:ktor-bom 3.1.3 3.2.3
com.fleeksoft.ksoup:ksoup 0.2.4 0.2.5
com.vanniktech.maven.publish.base 0.32.0 0.34.0
com.ncorti.ktfmt.gradle 0.22.0 0.23.0

Updates org.apache.maven:maven-artifact from 3.9.10 to 3.9.11

Updates io.github.oshai:kotlin-logging-jvm from 7.0.7 to 7.0.12

Release notes

Sourced from io.github.oshai:kotlin-logging-jvm's releases.

7.0.12

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.11...7.0.12

7.0.11

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.10...7.0.11

7.0.10

Full Changelog: oshai/kotlin-logging@7.0.9...7.0.10

7.0.9

Full Changelog: oshai/kotlin-logging@7.0.8...7.0.9

7.0.8

What's Changed

... (truncated)

Commits

Updates io.ktor:ktor-bom from 3.1.3 to 3.2.3

Release notes

Sourced from io.ktor:ktor-bom's releases.

3.2.3

Published 29 July 2025

Improvements

  • Server only accepts yaml as the configuration file suffix (KTOR-8712)
  • JS / WASM error when process global is undefined (KTOR-8686)
  • DI async duplicate resolution (KTOR-8681)

Bugfixes

  • CIO: Expect 100-continue response is missing a final \r\n (KTOR-8687)
  • Intermittent "ParserException: No colon in HTTP header" when parsing multipart request (KTOR-8523)
  • Infinite loop in ByteReadChannel.readFully (KTOR-8682)
  • ShutDownUrl: The server cannot shut down since 3.2.0 (KTOR-8674)

3.2.2

Published 14 July 2025

Improvements

  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)

Bugfixes

  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)

3.2.1

Improvements

  • Replace kotlinx.datetime APIs with kotlin.time (KTOR-8635)
  • Thymeleaf: null values in template model (KTOR-8559)
  • Publish Javadoc as a maven artifact (KTOR-3962)
  • Netty: Invalid hex byte with malformed query string (KTOR-2934)

Bugfixes

  • "Space characters in SimpleName" error when executing R8 mergeExtDex task with 3.2.0 (KTOR-8583)
  • ForwardedHeaders: the plugin does not handle parameters case-insensitively (KTOR-8622)
  • Potential race condition in socket.awaitClosed (hangs indefinitely) since 3.2.0 (KTOR-8618)
  • Module parameter type Application.() -> kotlin.Unit is not supported in 3.2.0 (KTOR-8602)
  • OkHttp: java.net.ProtocolException when sending MultiPartFormDataContent with onUpload (KTOR-6790)
  • OAuth2 authentication provider breaks form-urlencoded POST requests when receiving request body (KTOR-4420)
  • 404 for a link in KDoc for io.ktor.server.plugins.contentnegotiation.ContentNegotiation (KTOR-8597)
  • Ktor fails to boot with default jvminline argument (KTOR-8608)
  • Flow invariant is violated since 3.2.0 (KTOR-8606)
  • ResponseSent hook handler of the plugin installed into a route isn't executed when an exception is thrown from the route (KTOR-6794)

3.2.0

... (truncated)

Changelog

Sourced from io.ktor:ktor-bom's changelog.

3.2.3

Published 29 July 2025

Improvements

  • Server only accepts yaml as the configuration file suffix (KTOR-8712)
  • JS / WASM error when process global is undefined (KTOR-8686)
  • DI async duplicate resolution (KTOR-8681)

Bugfixes

  • CIO: Expect 100-continue response is missing a final \r\n (KTOR-8687)
  • Intermittent "ParserException: No colon in HTTP header" when parsing multipart request (KTOR-8523)
  • Infinite loop in ByteReadChannel.readFully (KTOR-8682)
  • ShutDownUrl: The server cannot shut down since 3.2.0 (KTOR-8674)

3.2.2

Published 14 July 2025

Improvements

  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)

Bugfixes

  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)

3.2.1

Published 3 July 2025

Improvements

  • Replace kotlinx.datetime APIs with kotlin.time (KTOR-8635)
  • Thymeleaf: null values in template model (KTOR-8559)
  • Publish Javadoc as a maven artifact (KTOR-3962)
  • Netty: Invalid hex byte with malformed query string (KTOR-2934)

Bugfixes

  • "Space characters in SimpleName" error when executing R8 mergeExtDex task with 3.2.0 (KTOR-8583)
  • ForwardedHeaders: the plugin does not handle parameters case-insensitively (KTOR-8622)
  • Potential race condition in socket.awaitClosed (hangs indefinitely) since 3.2.0 (KTOR-8618)
  • Module parameter type Application.() -> kotlin.Unit is not supported in 3.2.0 (KTOR-8602)
  • OkHttp: java.net.ProtocolException when sending MultiPartFormDataContent with onUpload (KTOR-6790)
  • OAuth2 authentication provider breaks form-urlencoded POST requests when receiving request body (KTOR-4420)
  • 404 for a link in KDoc for io.ktor.server.plugins.contentnegotiation.ContentNegotiation (KTOR-8597)
  • Ktor fails to boot with default jvminline argument (KTOR-8608)

... (truncated)

Commits
  • dfbeb28 Add changelog for 3.2.3 (#5026)
  • 41614b5 Release 3.2.3 (#5023)
  • 7ea26ad KTOR-8712 add .yml as allowed suffix for configuration
  • 0ceafad KTOR-8687 Fix missing \r\n in CIO Expect-Continue response (#5019)
  • 92266d5 KTOR-8700 fix Websocket binary frames fin on wasm and js
  • 92708fa KTOR-8523 Fix for empty part parse exception
  • b9b859d KTOR-8682 sanitize infinite loop
  • 962343e [js, wasmJs] fix crash of absence of the process global by providing defaul...
  • 366623b KTOR-7234 Fix WS session closure
  • 35d98ba KTOR-8674 Add exit hook override
  • Additional commits viewable in compare view

Updates com.fleeksoft.ksoup:ksoup from 0.2.4 to 0.2.5

Release notes

Sourced from com.fleeksoft.ksoup:ksoup's releases.

0.2.5

🛠️ Build & Dependencies

  • Kotlin 2.2.0, Ktor 3.2.2, Okio 3.16.0, kotlinx-io 0.8.0
  • Gradle Wrapper updated to 8.14.3
  • Removed deprecated: kotlin.native.ignoreIncorrectDependencies

🔬 CI & Compatibility

  • GitHub Actions matrix: Java 17, 21, 24
  • Expanded test coverage: unit, concurrency, edge cases

⚙️ Enhancements

  • Improved DOM performance with childNodes cache
  • Refactored iterators, attribute, and parser logic
  • Build cleanup and code simplification

🐛 Bug Fixes

  • Base URI resolution, text node whitespace, stream reader edge cases
  • Maven publish ordering
  • ✅ Resolved Bug #122

📚 Documentation

  • Deprecated PseudoTextElement → use Element#selectNodes
Commits
  • a5f0049 Merge pull request #123 from fleeksoft/develop
  • 2db9641 chore(workflows): expand paths-ignore in test workflow to include common do...
  • 083c4e9 chore(license): rename LICENSE.md to LICENSE
  • 227c820 chore(workflows): update Gradle action to setup-gradle@v4 in deploy and tes...
  • 14be11f docs(README): update Kotlin badge to version 2.2.0
  • 445ac39 test: remove platform-specific test skips for JS and Wasm
  • 36c384c fix(testHelper): update resource URL to point to develop branch instead of ...
  • 992e83a chore(gradle): update libBuildType to core in gradle.properties
  • 875fbd0 chore(deps): update library versions in libs.versions.toml
  • 7027aa6 docs: update Notes.md with new Jsoup port log entry for performance tweak
  • Additional commits viewable in compare view

Updates com.vanniktech.maven.publish.base from 0.32.0 to 0.34.0

Release notes

Sourced from com.vanniktech.maven.publish.base's releases.

0.34.0

  • Added configuration cache support for publishing.
  • Removed support for publishing through Sonatype OSSRH since it has been shut down. See the 0.33.0 release notes for upgrade instructions if you haven't upgraded yet.
    • SonatypeHost has been removed from the DSL.
    • SONATYPE_HOST only supports CENTRAL_PORTAL now. It's recommended to use the following properties instead:
      • mavenCentralPublishing=true replaces SONATYPE_HOST=CENTRAL_PORTAL.
      • mavenCentralAutomaticPublishing=true replaces SONATYPE_AUTOMATIC_RELEASE=true.
  • Update the Central Portal Publisher APIs to the latest.
  • It's now possible to mix SNAPSHOT versions and release versions when running publish tasks.
  • Fixed Gradle's deprecation warning caused by invalid URI.
  • Fixed check for the minimum supported Gradle version running too late in some cases.

Thanks to @​Goooler and @​solrudev for their contributions to this release.

Minimum supported versions

  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20

Compatibility tested up to

  • JDK 24
  • Gradle 8.14.3
  • Gradle 9.0.0-rc2
  • Android Gradle Plugin 8.11.1
  • Android Gradle Plugin 8.12.0-alpha08
  • Kotlin Gradle Plugin 2.2.0
  • Kotlin Gradle Plugin 2.2.20-Beta1

0.33.0

[!CAUTION] Sonatype OSSRH (oss.sonatype.org and s01.oss.sonatype.org) will be shut down on June 30, 2025.

Migration steps:

  1. Sign in to the Central Portal with your existing Sonatype account
  2. Go to Namespaces and click "Migrate Namespace" for the relevant namespace. Confirm the migration and wait for it to complete.
  3. Optional: If you want to publish snapshots of your project tap the 3 dots next to your namespace and select "Enable SNAPSHOTs"
  4. Go to Account and select "Generate User Token". Use the shown "Username" and "Password" as values for mavenCentralUsername and mavenCentralPassword.
  5. Configure this plugin to publish to Central Portal. Either update your SONATYPE_HOST property from DEFAULT or S01 to CENTRAL_PORTAL or call publishToMavenCentral()/publishToMavenCentral(automaticRelease) without a SonatypeHost parameter.

BREAKING

  • publishToMavenCentral() and publishToMavenCentral(automaticRelease) without SonatypeHost will now publish through the Central Portal.

... (truncated)

Changelog

Sourced from com.vanniktech.maven.publish.base's changelog.

0.34.0 (2025-07-13)

  • Added configuration cache support for publishing.
  • Removed support for publishing through Sonatype OSSRH since it has been shut down. See the 0.33.0 release notes for upgrade instructions if you haven't upgraded yet.
    • SonatypeHost has been removed from the DSL.
    • SONATYPE_HOST only supports CENTRAL_PORTAL now. It's recommended to use the following properties instead:
      • mavenCentralPublishing=true replaces SONATYPE_HOST=CENTRAL_PORTAL.
      • mavenCentralAutomaticPublishing=true replaces SONATYPE_AUTOMATIC_RELEASE=true.
  • Update the Central Portal Publisher APIs to the latest.
  • It's now possible to mix SNAPSHOT versions and release versions when running publish tasks.
  • Fixed Gradle's deprecation warning caused by invalid URI.
  • Fixed check for the minimum supported Gradle version running too late in some cases.

Thanks to @​Goooler and @​solrudev for their contributions to this release.

Minimum supported versions

  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20

Compatibility tested up to

  • JDK 24
  • Gradle 8.14.3
  • Gradle 9.0.0-rc2
  • Android Gradle Plugin 8.11.1
  • Android Gradle Plugin 8.12.0-alpha08
  • Kotlin Gradle Plugin 2.2.0
  • Kotlin Gradle Plugin 2.2.20-Beta1

0.33.0 (2025-06-22)

[!CAUTION] Sonatype OSSRH (oss.sonatype.org and s01.oss.sonatype.org) will be shut down on June 30, 2025.

Migration steps:

  1. Sign in to the Central Portal with your existing Sonatype account.
  2. Go to Namespaces and click "Migrate Namespace" for the relevant namespace. Confirm the migration and wait for it to complete.
  3. Optional: If you want to publish snapshots of your project tap the 3 dots next to your namespace and select "Enable SNAPSHOTs".
  4. Go to Account and select "Generate User Token". Use the shown "Username" and "Password" as values for mavenCentralUsername and mavenCentralPassword.
  5. Configure this plugin to publish to Central Portal. Either update your SONATYPE_HOST property from DEFAULT or S01 to CENTRAL_PORTAL or call publishToMavenCentral()/publishToMavenCentral(automaticRelease) without a SonatypeHost parameter.

... (truncated)

Commits

Updates com.ncorti.ktfmt.gradle from 0.22.0 to 0.23.0

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 gradle-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.maven:maven-artifact | `3.9.10` | `3.9.11` |
| [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.7` | `7.0.12` |
| [io.ktor:ktor-bom](https://github.com/ktorio/ktor) | `3.1.3` | `3.2.3` |
| [com.fleeksoft.ksoup:ksoup](https://github.com/fleeksoft/ksoup) | `0.2.4` | `0.2.5` |
| [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.32.0` | `0.34.0` |
| com.ncorti.ktfmt.gradle | `0.22.0` | `0.23.0` |



Updates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.11

Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.7 to 7.0.12
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](oshai/kotlin-logging@7.0.7...7.0.12)

Updates `io.ktor:ktor-bom` from 3.1.3 to 3.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.1.3...3.2.3)

Updates `com.fleeksoft.ksoup:ksoup` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/fleeksoft/ksoup/releases)
- [Commits](fleeksoft/ksoup@0.2.4...0.2.5)

Updates `com.vanniktech.maven.publish.base` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.32.0...0.34.0)

Updates `com.ncorti.ktfmt.gradle` from 0.22.0 to 0.23.0

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
  dependency-version: 3.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: io.github.oshai:kotlin-logging-jvm
  dependency-version: 7.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: io.ktor:ktor-bom
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.fleeksoft.ksoup:ksoup
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: com.vanniktech.maven.publish.base
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.ncorti.ktfmt.gradle
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 11, 2025
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