chore(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#304)

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-22 23:50:58 +08:00 committed by GitHub
parent 273ab30a42
commit e16f9b76fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
<!-- testing dependencies versions -->
<junit5.version>5.11.2</junit5.version>
<junit5.version>5.11.3</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>