Skip to content

fix #2002 update dependency mockk to 1.14.9 and vert.x to 5.0.7#2003

Merged
vsct-jburet merged 2 commits intomasterfrom
2002-mockk-update
Feb 12, 2026
Merged

fix #2002 update dependency mockk to 1.14.9 and vert.x to 5.0.7#2003
vsct-jburet merged 2 commits intomasterfrom
2002-mockk-update

Conversation

@Fabilin
Copy link
Member

@Fabilin Fabilin commented Feb 12, 2026

Fixes #2002 by bumping the dependency version and fixing compile-time errors.

Note

The new update removes the transitive dependency on junit4.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates core test dependencies to resolve MockK 1.14.9 incompatibility (issue #2002) and adapts the codebase to the removal of JUnit4 as a transitive dependency.

Changes:

  • Bump mockk dependency to 1.14.9.
  • Update tests to use JUnit Jupiter imports/annotations instead of legacy JUnit3/4 APIs.
  • Bump Vert.x version property from 5.0.4 to 5.0.7.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
pom.xml Bumps dependency properties for MockK (and Vert.x) to address compatibility/build issues.
bot/storage-mongo/src/test/kotlin/StoryDefinitionConfigurationMongoDAOTest.kt Replaces legacy JUnit assertion import with JUnit Jupiter assertions.
bot/connector-web/src/test/kotlin/WebMessageProcessorTest.kt Migrates to JUnit Jupiter @Test and updates expectations to include actionId.

@vsct-jburet vsct-jburet self-requested a review February 12, 2026 15:02
@vsct-jburet vsct-jburet changed the title fix #2002 update dependency mockk to 1.14.9 fix #2002 update dependency mockk to 1.14.9 and vert.x to 5.0.7 Feb 12, 2026
@vsct-jburet vsct-jburet merged commit de6ac88 into master Feb 12, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dependencies] mockk update to 1.14.9

3 participants