Bump org-junit from 5.8.1 to 5.8.2

Bumps `org-junit` from 5.8.1 to 5.8.2.

Updates `org.junit:junit-bom` from 5.8.1 to 5.8.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.8.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.8.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.8.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.8.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.3 to 5.8.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-24 04:04:03 +00:00
committed by Marcus Hert Da Coregio
parent 10480b57d8
commit 6aa7dafbad
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ dependencies {
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
implementation libs.com.squareup.okhttp3.okhttp
testImplementation platform('org.junit:junit-bom:5.8.1')
testImplementation platform('org.junit:junit-bom:5.8.2')
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"

View File

@@ -12,7 +12,7 @@ org-slf4j = "2.0.9"
org-springframework-boot = "3.0.12"
org-springframework = "6.0.13"
org-testcontainers = "1.17.6"
org-junit = "5.9.3"
org-junit = "5.8.2"
[libraries]
ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }