Skip to content

build(deps): bump the gradle-dependencies group across 1 directory with 18 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-01f0bd782b
Open

build(deps): bump the gradle-dependencies group across 1 directory with 18 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-01f0bd782b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 18 updates in the / directory:

Package From To
dev.panuszewski.typesafe-conventions 0.5.1 0.11.1
gradle-wrapper 9.3.1 9.7.1
org.http4k:http4k-bom 5.38.0.0 6.58.0.0
com.fasterxml.jackson.core:jackson-databind 2.21.0 2.22.2
org.junit.jupiter:junit-jupiter-api 5.14.2 6.1.3
org.junit.jupiter:junit-jupiter-engine 5.14.2 6.1.3
org.junit.jupiter:junit-jupiter-params 5.14.2 6.1.3
io.github.oshai:kotlin-logging-jvm 8.0.01 8.0.4
ch.qos.logback:logback-classic 1.5.32 1.6.3
io.mockk:mockk 1.14.9 1.14.11
org.mock-server:mockserver-netty-no-dependencies 5.15.0 7.6.0
io.rest-assured:rest-assured 5.5.7 6.0.1
io.swagger.parser.v3:swagger-parser-v3 2.1.41 2.1.47
org.graalvm.buildtools.native 0.11.4 1.1.11
org.jetbrains.kotlin.jvm 2.3.10 2.4.10
org.jetbrains.kotlin.plugin.power-assert 2.3.10 2.4.10
org.jetbrains.kotlin.plugin.spring 2.3.10 2.4.10
org.springframework.boot 3.5.7 4.1.1

Updates dev.panuszewski.typesafe-conventions from 0.5.1 to 0.11.1

Updates gradle-wrapper from 9.3.1 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.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

... (truncated)

Commits

Updates org.http4k:http4k-bom from 5.38.0.0 to 6.58.0.0

Release notes

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

6.58.0.0

Distribution notice - from 1 October 2026, Maven Central receives http4k releases approximately quarterly. maven.http4k.org continues on the normal 1-2 week cadence. Both channels are supported. Background and current status: DISTRIBUTION.md

Changelog:

  • http4k-*: Upgrade versions, including Swagger UI upgrade (path change)
  • http4k-serverless-tencent: [Possible break] Removed the dependency on com.tencentcloudapi:scf-java-events, which has been abandoned since its last release in June 2021 and has no replacement artifact. Vendored dependent classes. The module has no third-party runtime dependencies at all.
  • http4k-format-fory: [New module!] Support for Apache Fory binary serializationn.
  • http4k-connect-amazon-dynamodb-fake: [Fix] REMOVE #a, #b now parses. Targets could previously only be separated by whitespace, so an update removing two attributes failed.
  • http4k-connect-amazon-route53-fake - Escape wildcard characters in record name. H/T @​youdie006

6.57.2.0

Distribution notice - from 1 October 2026, Maven Central receives http4k releases approximately quarterly. maven.http4k.org continues on the normal 1-2 week cadence. Both channels are supported. Background and current status: DISTRIBUTION.md

Changelog:

  • http4k-*: Upgrade versions
  • http4k-connect-amazon-iot: [New module!] AWS IoT Core control plane, covering the Jobs operations (CreateJob, DescribeJob, DescribeJobExecution, ListJobExecutionsForThing, CancelJob, DeleteJob), the stream operations devices pull files over MQTT from (CreateStream, DescribeStream, ListStreams, UpdateStream, DeleteStream) and DescribeEndpoint.
  • http4k-connect-amazon-iot-fake: [New module!] AWS IoT Core control plane fake, backed by a Storage<StoredJob> and a Storage<StoredStream>.
  • http4k-connect-amazon-iotjobsdataplane: [New module!] AWS IoT Jobs Data Plane client - the device side of Jobs - supporting GetPendingJobExecutions, DescribeJobExecution (including $next), StartNextPendingJobExecution and UpdateJobExecution. It signs as iot-jobs-data against the account's data.jobs.iot.<region>.amazonaws.com endpoint.
  • http4k-connect-amazon-iotjobsdataplane-fake: [New module!] AWS IoT Jobs Data Plane fake. Takes the same Storage<StoredJob> as FakeIot, so one store passed to both gives the control plane and the device API a single jobs state.
  • http4k-connect-amazon-dynamodb: [Fix] ConditionalCheckFailed.Message is now read from the message field DynamoDB actually sends (lower-cased, as on its other error bodies), so deserialising a real conditional-write failure no longer throws instead of returning the Item the caller asked for. DynamoDB Local spells it Message, so both are accepted. The property keeps its name, so existing callers compile; the fake now emits the same spelling as AWS.
  • http4k-connect-amazon-sqs: SQSMessage gains systemAttributes (the Attributes map SQS reports on a received message); SentMessage and SendMessageBatchResultEntry gain the previously-dropped MD5OfMessageSystemAttributes; ReceiveMessage gains MessageSystemAttributeNames, the selector which supersedes the deprecated AttributeNames. The attribute names SQS uses are available as MessageSystemAttributeName, and MessageFieldsDto.toSqs() is now public so the checksums can be computed outside the module. All new fields are defaulted, and each type keeps its previous primary constructor as a secondary, so existing bytecode still links (only the synthetic copy of a data class unavoidably changes shape).
  • http4k-connect-amazon-sqs-fake: [Fix] A send no longer drops its FIFO fields: MessageGroupId, MessageDeduplicationId and MessageSystemAttributes are recorded alongside the SenderId, SentTimestamp and (on a .fifo queue) SequenceNumber SQS itself populates, and ReceiveMessage reports them in Attributes, honouring the request's selection. A .fifo queue now deduplicates as SQS does: repeating a MessageDeduplicationId within 5 minutes of the accepted send succeeds and reports the original MessageId/SequenceNumber without enqueueing again - but with the checksums of the request just received, since SQS digests what it was sent even when it deduplicates it away. FakeSQS gains defaulted deduplication, queueConfig and clock constructor parameters.
  • http4k-connect-amazon-dynamodb-fake: [Fix] attribute_type(#a, :t) - the only form real DynamoDB accepts, with the type passed as an expression attribute value - now parses, resolved through the request's ExpressionAttributeValues. It previously failed to parse (escaping as a 500 on UpdateItem), so conditions written for the real service could not run against the fake. The bare-name form (attribute_type(a, S)), which the fake has always accepted and real DynamoDB rejects, still parses.
  • http4k-connect-amazon-dynamodb-fake: [Fix] An expression naming an undefined #name or :value (or a malformed attribute_type operand) is now reported as the 400 ValidationException the real service answers with, instead of escaping as a 500 - by the conditional writes (PutItem/UpdateItem/DeleteItem/TransactWriteItems) as well as Scan/Query. As at DynamoDB it is a request error, checked before the expression is evaluated, so AND/OR short-circuiting cannot hide it - and it stays distinct from the ConditionalCheckFailedException a condition which resolved and came out false still produces.
  • http4k-connect-amazon-dynamodb-fake: [Fix] PutItem, UpdateItem, DeleteItem and BatchWriteItem now serialise their read-modify-write on the table storage - the monitor TransactWriteItems already synchronises on - so two concurrent writes to the same table can no longer both read the pre-write table and have the loser overwrite the winner.
  • http4k-connect-amazon-cognito: Added AdminSetUserMFAPreference and SetUserMFAPreference actions (with SMSMfaSettingsType/SoftwareTokenMfaSettingsType/EmailMfaSettingsType/WebAuthnMfaSettingsType models), so a user's MFA factors can be enabled and a preferred factor chosen. The fake supports both.

6.57.1.0

Distribution notice - from 1 October 2026, Maven Central receives http4k releases approximately quarterly. maven.http4k.org continues on the normal 1-2 week cadence. Both channels are supported. Background and current status: DISTRIBUTION.md

Changelog:

  • http4k-*: Republish 6.57.0.0 due to broken release

6.57.0.0 Changelog:

  • http4k-*: Upgrade versions
  • http4k-server-undertow*: [Unlikely break] SSE now falls back to HTTP handler if the request is not handled.
  • http4k-connect-amazon-dynamodb: [Unlikely Break] DynamoDbContract.table (testFixtures) is now an abstract property supplied by the implementing test, instead of a get() which recomputed TableName.sample(suffix = uuid(0)) on every access: against an implementation whose uuid() is random (RealAwsContract), create() made one table and the test bodies then addressed a different, non-existent one. LocalDynamoTest had already had to override it to work around this; implementations that relied on the default now supply a fixed name.
  • http4k-connect-amazon-iotdataplane: [New module!] AWS IoT Core Data Plane client supporting Publish, GetThingShadow, UpdateThingShadow, DeleteThingShadow, ListNamedShadowsForThing, GetRetainedMessage, ListRetainedMessages and DeleteConnection.
  • http4k-connect-amazon-iotdataplane-fake: [New module!] AWS IoT Core Data Plane fake which records published messages for test assertions, stores Thing Shadows, and serves the retained messages that its retained publishes create.
  • http4k-api-jsonschema*: Ability to chain schema model namer. H/T @​potfur
  • http4k-connect-amazon-dynamodb: Added DescribeTimeToLive and UpdateTimeToLive actions (with TimeToLiveStatus/TimeToLiveDescription/TimeToLiveSpecification models), so callers can read and set a table's TTL configuration. The fake supports both.
  • http4k-connect-amazon-cognito: Support for the USER_AUTH choice-based sign-in flow: AuthFlow gains USER_AUTH, ExplicitAuthFlow gains ALLOW_USER_AUTH, and AuthInitiated gains the AvailableChallenges list Cognito returns when the user can choose a sign-in method.

6.57.0.0

Distribution notice - from 1 October 2026, Maven Central receives http4k releases approximately quarterly. maven.http4k.org continues on the normal 1-2 week cadence. Both channels are supported. Background and current status: DISTRIBUTION.md

Changelog:

  • http4k-*: Upgrade versions
  • http4k-server-undertow*: [Unlikely break] SSE now falls back to HTTP handler if the request is not handled.
  • http4k-connect-amazon-dynamodb: [Unlikely Break] DynamoDbContract.table (testFixtures) is now an abstract property supplied by the implementing test, instead of a get() which recomputed TableName.sample(suffix = uuid(0)) on every access: against an implementation whose uuid() is random (RealAwsContract), create() made one table and the test bodies then addressed a different, non-existent one. LocalDynamoTest had already had to override it to work around this; implementations that relied on the default now supply a fixed name.

... (truncated)

Changelog

Sourced from org.http4k:http4k-bom's changelog.

v6.58.0.0

  • http4k-*: Upgrade versions, including Swagger UI upgrade (path change)
  • http4k-serverless-tencent: [Possible break] Removed the dependency on com.tencentcloudapi:scf-java-events, which has been abandoned since its last release in June 2021 and has no replacement artifact. Vendored dependent classes. The module has no third-party runtime dependencies at all.
  • http4k-format-fory: [New module!] Support for Apache Fory binary serializationn.
  • http4k-connect-amazon-dynamodb-fake: [Fix] REMOVE #a, #b now parses. Targets could previously only be separated by whitespace, so an update removing two attributes failed.
  • http4k-connect-amazon-route53-fake - Escape wildcard characters in record name. H/T @​youdie006

v6.57.2.0

  • http4k-*: Upgrade versions
  • http4k-connect-amazon-iot: [New module!] AWS IoT Core control plane, covering the Jobs operations (CreateJob, DescribeJob, DescribeJobExecution, ListJobExecutionsForThing, CancelJob, DeleteJob), the stream operations devices pull files over MQTT from (CreateStream, DescribeStream, ListStreams, UpdateStream, DeleteStream) and DescribeEndpoint.
  • http4k-connect-amazon-iot-fake: [New module!] AWS IoT Core control plane fake, backed by a Storage<StoredJob> and a Storage<StoredStream>.
  • http4k-connect-amazon-iotjobsdataplane: [New module!] AWS IoT Jobs Data Plane client - the device side of Jobs - supporting GetPendingJobExecutions, DescribeJobExecution (including $next), StartNextPendingJobExecution and UpdateJobExecution. It signs as iot-jobs-data against the account's data.jobs.iot.<region>.amazonaws.com endpoint.
  • http4k-connect-amazon-iotjobsdataplane-fake: [New module!] AWS IoT Jobs Data Plane fake. Takes the same Storage<StoredJob> as FakeIot, so one store passed to both gives the control plane and the device API a single jobs state.
  • http4k-connect-amazon-dynamodb: [Fix] ConditionalCheckFailed.Message is now read from the message field DynamoDB actually sends (lower-cased, as on its other error bodies), so deserialising a real conditional-write failure no longer throws instead of returning the Item the caller asked for. DynamoDB Local spells it Message, so both are accepted. The property keeps its name, so existing callers compile; the fake now emits the same spelling as AWS.
  • http4k-connect-amazon-sqs: SQSMessage gains systemAttributes (the Attributes map SQS reports on a received message); SentMessage and SendMessageBatchResultEntry gain the previously-dropped MD5OfMessageSystemAttributes; ReceiveMessage gains MessageSystemAttributeNames, the selector which supersedes the deprecated AttributeNames. The attribute names SQS uses are available as MessageSystemAttributeName, and MessageFieldsDto.toSqs() is now public so the checksums can be computed outside the module. All new fields are defaulted, and each type keeps its previous primary constructor as a secondary, so existing bytecode still links (only the synthetic copy of a data class unavoidably changes shape).
  • http4k-connect-amazon-sqs-fake: [Fix] A send no longer drops its FIFO fields: MessageGroupId, MessageDeduplicationId and MessageSystemAttributes are recorded alongside the SenderId, SentTimestamp and (on a .fifo queue) SequenceNumber SQS itself populates, and ReceiveMessage reports them in Attributes, honouring the request's selection. A .fifo queue now deduplicates as SQS does: repeating a MessageDeduplicationId within 5 minutes of the accepted send succeeds and reports the original MessageId/SequenceNumber without enqueueing again - but with the checksums of the request just received, since SQS digests what it was sent even when it deduplicates it away. FakeSQS gains defaulted deduplication, queueConfig and clock constructor parameters.
  • http4k-connect-amazon-dynamodb-fake: [Fix] attribute_type(#a, :t) - the only form real DynamoDB accepts, with the type passed as an expression attribute value - now parses, resolved through the request's ExpressionAttributeValues. It previously failed to parse (escaping as a 500 on UpdateItem), so conditions written for the real service could not run against the fake. The bare-name form (attribute_type(a, S)), which the fake has always accepted and real DynamoDB rejects, still parses.
  • http4k-connect-amazon-dynamodb-fake: [Fix] An expression naming an undefined #name or :value (or a malformed attribute_type operand) is now reported as the 400 ValidationException the real service answers with, instead of escaping as a 500 - by the conditional writes (PutItem/UpdateItem/DeleteItem/TransactWriteItems) as well as Scan/Query. As at DynamoDB it is a request error, checked before the expression is evaluated, so AND/OR short-circuiting cannot hide it - and it stays distinct from the ConditionalCheckFailedException a condition which resolved and came out false still produces.
  • http4k-connect-amazon-dynamodb-fake: [Fix] PutItem, UpdateItem, DeleteItem and BatchWriteItem now serialise their read-modify-write on the table storage - the monitor TransactWriteItems already synchronises on - so two concurrent writes to the same table can no longer both read the pre-write table and have the loser overwrite the winner.
  • http4k-connect-amazon-cognito: Added AdminSetUserMFAPreference and SetUserMFAPreference actions (with SMSMfaSettingsType/SoftwareTokenMfaSettingsType/EmailMfaSettingsType/WebAuthnMfaSettingsType models), so a user's MFA factors can be enabled and a preferred factor chosen. The fake supports both.

v6.57.1.0

  • http4k-*: Republish 6.57.0.0 due to broken release

v6.57.0.0

  • http4k-*: Upgrade versions
  • http4k-server-undertow*: [Unlikely break] SSE now falls back to HTTP handler if the request is not handled.
  • http4k-connect-amazon-dynamodb: [Unlikely Break] DynamoDbContract.table (testFixtures) is now an abstract property supplied by the implementing test, instead of a get() which recomputed TableName.sample(suffix = uuid(0)) on every access: against an implementation whose uuid() is random (RealAwsContract), create() made one table and the test bodies then addressed a different, non-existent one. LocalDynamoTest had already had to override it to work around this; implementations that relied on the default now supply a fixed name.
  • http4k-connect-amazon-iotdataplane: [New module!] AWS IoT Core Data Plane client supporting Publish, GetThingShadow, UpdateThingShadow, DeleteThingShadow, ListNamedShadowsForThing, GetRetainedMessage, ListRetainedMessages and DeleteConnection.
  • http4k-connect-amazon-iotdataplane-fake: [New module!] AWS IoT Core Data Plane fake which records published messages for test assertions, stores Thing Shadows, and serves the retained messages that its retained publishes create.
  • http4k-api-jsonschema*: Ability to chain schema model namer. H/T @​potfur
  • http4k-connect-amazon-dynamodb: Added DescribeTimeToLive and UpdateTimeToLive actions (with TimeToLiveStatus/TimeToLiveDescription/TimeToLiveSpecification models), so callers can read and set a table's TTL configuration. The fake supports both.
  • http4k-connect-amazon-cognito: Support for the USER_AUTH choice-based sign-in flow: AuthFlow gains USER_AUTH, ExplicitAuthFlow gains ALLOW_USER_AUTH, and AuthInitiated gains the AvailableChallenges list Cognito returns when the user can choose a sign-in method.

v6.56.0.0

  • http4k-*: Upgrade versions
  • http4k-testing-webdriver-datastar: [Break] Datastar attributes now use the 1.0 colon separator (e.g. data-on:click, data-bind:foo, data-computed:total) instead of the removed 0.x hyphen form.
  • http4k-connect-amazon-dynamodb-fake: [Unlikely Break] UpdateResult.ConditionFailed is now a data class carrying the item to report back, rather than a data object.
  • http4k-multipart: [Fix] MultipartFormBody cannot be constructed on read-only filesystems.
  • http4k-connect-amazon-dynamodb-fake: [Fix] A conditional DeleteItem is now evaluated. The ConditionExpression was previously ignored outright, so a guarded delete always succeeded against the fake - including inside transactWriteItems, where a failing condition now correctly cancels the transaction.
  • http4k-connect-amazon-dynamodb-fake: [Fix] Fake DynamoDB attribute_exists condition for missing item will always succeed for key
  • http4k-connect-amazon-dynamodb: PutItem, UpdateItem and DeleteItem gain ReturnValuesOnConditionCheckFailure, so a failed conditional write can return the record which blocked it (DynamoDB reports it in the error body). The enum and TransactWriteItem's support for it already existed.
  • http4k-api-openapi: add support for a JSON schema dialect selector in swagger ui. H/T @​dzappold
  • http4k-platform-k8s: add k8s server extension for PolyHandler. H/T @​dzappold
  • http4k-testing-webdriver - Specify locator name for a better debugging experience H/T @​tamj0rd2

v6.55.0.0

  • http4k-*: Upgrade versions including Toon to v2.0.0
  • http4k-server-undertow: [Unlikely Break] The request URI is now built from Undertow's raw request target instead of the already-decoded getRelativePath()
  • http4k-server-apache: [Unlikely Break] The request path and query are now built from the raw request-target.

... (truncated)

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.14.2 to 6.1.3

Release notes

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

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.14.2 to 6.1.3

Release notes

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

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.14.2 to 6.1.3

Release notes

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

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.14.2 to 6.1.3

Release notes

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

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.14.2 to 6.1.3

Release notes

Sourced from

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-01f0bd782b branch 2 times, most recently from d423597 to 61597aa Compare August 1, 2026 22:48
…th 18 updates

Bumps the gradle-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| dev.panuszewski.typesafe-conventions | `0.5.1` | `0.11.1` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.7.1` |
| [org.http4k:http4k-bom](https://github.com/http4k/http4k) | `5.38.0.0` | `6.58.0.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.21.0` | `2.22.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.14.2` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.14.2` | `6.1.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.14.2` | `6.1.3` |
| [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `8.0.01` | `8.0.4` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.32` | `1.6.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.9` | `1.14.11` |
| org.mock-server:mockserver-netty-no-dependencies | `5.15.0` | `7.6.0` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.7` | `6.0.1` |
| io.swagger.parser.v3:swagger-parser-v3 | `2.1.41` | `2.1.47` |
| [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `0.11.4` | `1.1.11` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.4.10` |
| [org.jetbrains.kotlin.plugin.power-assert](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.4.10` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.4.10` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.1.1` |



Updates `dev.panuszewski.typesafe-conventions` from 0.5.1 to 0.11.1

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

Updates `org.http4k:http4k-bom` from 5.38.0.0 to 6.58.0.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.38.0.0...6.58.0.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.21.0...jackson-databind-2.22.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r6.1.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.2...r6.1.3)

Updates `io.github.oshai:kotlin-logging-jvm` from 8.0.01 to 8.0.4
- [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@8.0.01...8.0.4)

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

Updates `io.mockk:mockk` from 1.14.9 to 1.14.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.14.9...v1.14.11)

Updates `org.mock-server:mockserver-netty-no-dependencies` from 5.15.0 to 7.6.0

Updates `io.rest-assured:rest-assured` from 5.5.7 to 6.0.1
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.7...rest-assured-6.0.1)

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.41 to 2.1.47

Updates `org.graalvm.buildtools.native` from 0.11.4 to 1.1.11
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.11.4...1.1.11)

Updates `org.jetbrains.kotlin.jvm` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin.plugin.power-assert` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin.plugin.spring` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin.plugin.power-assert` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin.plugin.spring` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.springframework.boot` from 3.5.7 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.7...v4.1.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: dev.panuszewski.typesafe-conventions
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.github.oshai:kotlin-logging-jvm
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.graalvm.buildtools.native
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.http4k:http4k-bom
  dependency-version: 6.51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.power-assert
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.power-assert
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.mock-server:mockserver-netty-no-dependencies
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.springframework.boot
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-01f0bd782b branch from 61597aa to 5dfb922 Compare September 1, 2026 22:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants