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 dependencies group with 7 updates #114

Merged
merged 5 commits into from
Mar 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the dependencies group with 7 updates:

Package From To
io.ktor:ktor-client-core 3.1.0 3.1.1
io.ktor:ktor-client-cio 3.1.0 3.1.1
org.junit.jupiter:junit-jupiter 5.11.4 5.12.0
io.mockk:mockk 1.13.16 1.13.17
org.wiremock:wiremock 3.12.0 3.12.1
org.testcontainers:testcontainers-bom 1.20.4 1.20.5
org.jlleitschuh.gradle.ktlint 12.1.2 12.2.0

Updates io.ktor:ktor-client-core from 3.1.0 to 3.1.1

Release notes

Sourced from io.ktor:ktor-client-core's releases.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Changelog

Sourced from io.ktor:ktor-client-core's changelog.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Commits
  • 0495b8b Add changelog for 3.1.1 (#4702)
  • 348033b Release 3.1.1 (#4700)
  • 5159fed Update ktor monorepo to v3.2.0-eap-1239 (#4699)
  • 10095e6 KTOR-8218 Write request and response log messages in blobs (#4696)
  • 155c06a Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#4695)
  • 9ba9388 KTOR-8210 Fix copy() and Source multipart processing (#4686)
  • a309ce8 Remove unnecessary maxDescriptor + 1; Improve posix call debug information in...
  • 5af7ee9 Update dependency io.swagger.codegen.v3:swagger-codegen to v3.0.67 (#4630)
  • 3e7353b Update dependency io.swagger.codegen.v3:swagger-codegen-generators to v1.0.56...
  • 44a976a Update dependency com.gradle:common-custom-user-data-gradle-plugin to v2.1 (#...
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-cio from 3.1.0 to 3.1.1

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Changelog

Sourced from io.ktor:ktor-client-cio's changelog.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Commits
  • 0495b8b Add changelog for 3.1.1 (#4702)
  • 348033b Release 3.1.1 (#4700)
  • 5159fed Update ktor monorepo to v3.2.0-eap-1239 (#4699)
  • 10095e6 KTOR-8218 Write request and response log messages in blobs (#4696)
  • 155c06a Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#4695)
  • 9ba9388 KTOR-8210 Fix copy() and Source multipart processing (#4686)
  • a309ce8 Remove unnecessary maxDescriptor + 1; Improve posix call debug information in...
  • 5af7ee9 Update dependency io.swagger.codegen.v3:swagger-codegen to v3.0.67 (#4630)
  • 3e7353b Update dependency io.swagger.codegen.v3:swagger-codegen-generators to v1.0.56...
  • 44a976a Update dependency com.gradle:common-custom-user-data-gradle-plugin to v2.1 (#...
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-cio from 3.1.0 to 3.1.1

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Changelog

Sourced from io.ktor:ktor-client-cio's changelog.

3.1.1

Published 24 February 2025

Improvements

  • Logging: messages are printed per line with OkHttp logger format (KTOR-8218)
  • WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin (KTOR-8206)

Bugfixes

  • formData: implementation of copying Source is broken (KTOR-8210)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • TLS client: IOException while writing to a closed TLS socket since 3.0.0 (KTOR-7860)
  • Exception thrown in onCallRespond makes the client wait for response indefinitely (KTOR-7139)
  • HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response (KTOR-7104)
  • OOM on SourceByteReadChannel for large input (KTOR-8190)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • Resources: a / route isn't resolved when there is a sibling staticResources (KTOR-6671)
  • Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding (KTOR-8015)
Commits
  • 0495b8b Add changelog for 3.1.1 (#4702)
  • 348033b Release 3.1.1 (#4700)
  • 5159fed Update ktor monorepo to v3.2.0-eap-1239 (#4699)
  • 10095e6 KTOR-8218 Write request and response log messages in blobs (#4696)
  • 155c06a Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#4695)
  • 9ba9388 KTOR-8210 Fix copy() and Source multipart processing (#4686)
  • a309ce8 Remove unnecessary maxDescriptor + 1; Improve posix call debug information in...
  • 5af7ee9 Update dependency io.swagger.codegen.v3:swagger-codegen to v3.0.67 (#4630)
  • 3e7353b Update dependency io.swagger.codegen.v3:swagger-codegen-generators to v1.0.56...
  • 44a976a Update dependency com.gradle:common-custom-user-data-gradle-plugin to v2.1 (#...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • 2750b04 Release 5.12.0
  • 9615490 Update log suppressions for tests
  • 0a8d65b Remove duplicated reference to SimpleArgumentConverter
  • cafbcdb Update open-test-reporting to 0.2.0
  • ed1773c Fix version references to be 1.x in Platform and 5.x in Jupiter
  • 1d2f982 Update open-test-reporting to 0.2.0-M3
  • 2b6bab5 Fix indentation
  • d1929bb Merge 5.12.0 release notes
  • 9b7a3c4 Back to snapshots for further development
  • a410c92 Release 5.12.0-RC2
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.16 to 1.13.17

Commits

Updates org.wiremock:wiremock from 3.12.0 to 3.12.1

Release notes

Sourced from org.wiremock:wiremock's releases.

3.12.1

🐞 Bug fixes

📖 OpenAPI updates

  • Use camel-case format for the fileName property in the request-pattern schema (#2966) @​picimako

👻 Maintenance

📦 Dependency updates

✍ Other changes

Commits
  • 8251033 Merge pull request #2982 from wiremock/bump-patch
  • f04e530 bump patch version to 3.12.1
  • e03e4d2 Merge pull request #2981 from wiremock/xml-perf-improvements
  • f76cb7f perf: Reinstate improvements on EqualToXmlPattern
  • ee67c13 refactor: Extract DelegateDocumentBuilderFactory & subtypes
  • 66c9b9e Merge pull request #2977 from wiremock/thread-local-xml
  • 08a1a75 Merge pull request #2979 from wiremock/update-actions-cache-version
  • 6052951 Update actions/cache@v1 to use v4
  • b45bf62 Merge pull request #2978 from wiremock/dependabot/gradle/com.fasterxml.jackso...
  • 063cdf4 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.jlleitschuh.gradle.ktlint from 12.1.2 to 12.2.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 dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.1.0` | `3.1.1` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.1.0` | `3.1.1` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.16` | `1.13.17` |
| [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.12.0` | `3.12.1` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| org.jlleitschuh.gradle.ktlint | `12.1.2` | `12.2.0` |


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

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

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

Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.12.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.0)

Updates `io.mockk:mockk` from 1.13.16 to 1.13.17
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/commits)

Updates `org.wiremock:wiremock` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.12.0...3.12.1)

Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.4...1.20.5)

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.2 to 12.2.0

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Mar 3, 2025
@rogervinas rogervinas enabled auto-merge (squash) March 4, 2025 08:40
@rogervinas rogervinas merged commit b96a32a into master Mar 4, 2025
1 check passed
@rogervinas rogervinas deleted the dependabot/gradle/dependencies-aa784846c7 branch March 4, 2025 08:40
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.

1 participant