Skip to content

Bump org.junit:junit-bom from 5.10.2 to 6.0.2#3627

Open
dependabot[bot] wants to merge 224 commits intomainfrom
dependabot/maven/org.junit-junit-bom-6.0.2
Open

Bump org.junit:junit-bom from 5.10.2 to 6.0.2#3627
dependabot[bot] wants to merge 224 commits intomainfrom
dependabot/maven/org.junit-junit-bom-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Bumps org.junit:junit-bom from 5.10.2 to 6.0.2.

Release notes

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

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

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

See Release Notes.

New Contributors

... (truncated)

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

uglide and others added 30 commits August 1, 2025 10:11
* Add support for 8.2 stream commands

- Add support for XDELEX and XACKDEL
- Extend XADD and XTRIM to support trimming policy

* Add @SInCE tags

* Update NodeSelection API

* Add StreamEntryDeletionResult.UNKNOWN to avoid throwing exceptions

* Clean up RedisCommandBuilder

- Remove redundant code blocks
- Use CommandKeyword for IDS
- Add unit tests

* Fix broken test
* test: remove redundant assertions and clarify time-related values with constants

* test: remove redundant assertions and clarify time-related values with constants

* test: remove redundant assertions and clarify time-related values with constants
* RediSearch support (part 1 of 3) (#3325)

* Revert "Revert "Add support for FT.CREATE #2717 (#3150)" (#3160)" (#3161)

This reverts commit 319e315.

* Add support for FT.DROPINDEX #2722 (#3164)

* Add support for FT.DROPINDEX #2722

* Polishing

* FT.SEARCH added

Vibe code the FT.SEARCH command
Pulled latest from the integration branch

Fixed a lot of the hallucinations

RESP2 parser improvements

JSON Indexing tests

Add some advanced use-cases

Fixed all integration tests

Fixed schema fields, added vector tests, but they are all failing

Fixed vector search tests

Improve coverage of integration and unit tests

One unit test fails

* API cleanup, added Kotlin implementation

* Implement the FT.AGGREGATE command

Fixing the integration tests for FT.AGGREGATE

Polishing 1/3

Add more documentation ot the AggregateArgs

* Implement the FT.CURSOR command

Add Integration tests for the FT.CURSOR

Add RESP2 tests for all aggragation integration tests

* FT.AGGREGATE was never working in the first place, now it is working, but for RESP3 only

* Fixing unit tests (part1)
Fixing unit tests (part2)
Fixing unit tests (part3)

* Polishing (part 1)

* RediSearch support (part 2 of 3) (#3360)

Introducing the FT.ALTER

Introducing the FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL

Introducing the FT.TAGVALS

* RediSearch support (part 3 of 3) (#3364)

* Introducing the FT.SUGADD FT.SUGDEL FT.SUGGET and FT.SUGLEN

* Introducing the FT.DICTADD, FT.DICTDEL, FT.DICTDUMP

* Introducing the FT.SPELLCHECK

* Introducing the FT.SPELLCHECK (polishing)

* Introducing the FT.EXPLAIN, FT.SYNUPDATE, FT.SYNDUMP, FT._LIST

* Introducing the FT.PROFILE

Polishing 1

Polishing 1

* Polishing 2

* Removing the FT.PROFILE command entirely

* Polishing 3

* Polishing 4

* RediSearch with Lettuce - final fixes (#3371)

* Fix wrong aggregation arguments order
Docs part (to squash later)
Modified CreateArgs and SearchArgs
Address review comments 1/many
Addressed review comment by Igor, more polishing

* Cluster tests

* Extend wordlist

* Extend wordlist 2

* Avoid NPE when empty result received

* Avoid NPE when empty result received 2

* Disable cluster tests for 7.2 and 7.4
* Provide support for the SVS-VMANA index

* Enable VAMANA tests for Redis 8.2+
* reuse-objectmapper-defaultjsonparser

Refactor DefaultJsonParser to use a single static ObjectMapper instance instead of creating new instances for each method call, improving performance and memory usage.

* Allow injection of custom ObjectMapper in DefaultJsonParser

* Add JavaDoc

---------

Co-authored-by: Tihomir Mateev <tihomir.mateev@gmail.com>
* Releasing 6.8.0.RELEASE

* Expanding the evergrowing wordlist

* Expanding the evergrowing wordlist 2
…re (#3328) (#3346)

* chore: remove deprecated ClientOptions#cancelCommandsOnReconnectFailure
- removed the option from ClientOptions and ClusterClientOptions and related builders
- removed usages from integration tests and unit tests
- removed usage from ReconnectionHandler and DefaultEndpoint

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>

* Also remove the documentation on the cancelCommandsOnReconnectFailure option

---------

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>
Co-authored-by: Tihomir Mateev <tihomir.mateev@gmail.com>
) (#3344)

* chore: remove deprecated AbstractRedisClient#getDefaultTimeout
- remove usages from RedisClient and replaced with timeout value from redisUri
- fixed failing tests in RedisClientConnectIntegrationTests by asserting timeout to be equal to default timeout from RedisURI
- refactored DefaultRedisClient test fixture to not set timeout

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>

* chore: remove deprecated default timeout from AbstractRedisClient
- refactor AtLeastOnce and AtMostOnce IntegrationTests to remove setting timeout on the client level and instead set it in the URI level
- removed default timeout and usages which set it from AbstractRedisClient, RedisClient and RedisClusterClient

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>

* docs: update relevant documentation to remove usage of RedisClient#setDefaultTimeout

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>

---------

Signed-off-by: The-East-Wind <hariatul1998@gmail.com>
* Remove deprecated withPassword(String) method

* Completely remove all deprecated logic in the RedisURI class

---------

Co-authored-by: Tihomir Mateev <tihomir.mateev@gmail.com>
* Enable adaptive refresh by default #3249

* Added @SInCE

* Fix integration test [incomplete]

* Add also fix to issue 3250

* Change default to 5 seconds

* Remove unnecessary new line
…3279)

* Using non-native transports with SocketOptions should cause an error

* Add LettuceAssert.assertState

Revert previous implement
* Bump kotlin.version from 1.7.21 to 1.9.25

Bumps `kotlin.version` from 1.7.21 to 1.9.25.

Updates `org.jetbrains.kotlin:kotlin-bom` from 1.7.21 to 1.9.25
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.21...v1.9.25)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.7.21 to 1.9.25

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Minimum language and api level is now 1.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tihomir Mateev <tihomir.mateev@gmail.com>
…3266)

- Changed constructor to private to prevent instantiation
* Update redis-search.md dialect_2=> dialect2, CreateArgs.TargetType.HASH instead of IndexDataType.HASH

* Polishing + added some more information on query dialects

---------

Co-authored-by: Tihomir Mateev <tihomir.mateev@gmail.com>
github-action-benchmark and others added 24 commits January 7, 2026 02:00
Bumps the maven group with 2 updates: org.apache.commons:commons-lang3 and [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty).


Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.18.0

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.16 to 1.2.8
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.16...v1.2.8)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-version: 1.2.8
  dependency-type: direct:development
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add int vector types

* Skip tests on older versions
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.2.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.10.2...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 16, 2026

A newer version of org.junit:junit-bom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency-upgrade A dependency upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.