Skip to content

Commit 6aa7daf

Browse files
dependabot[bot]marcusdacoregio
authored andcommitted
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](junit-team/junit-framework@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](junit-team/junit-framework@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](junit-team/junit-framework@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](junit-team/junit-framework@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] <[email protected]>
1 parent 10480b5 commit 6aa7daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
7575
implementation libs.com.squareup.okhttp3.okhttp
7676

77-
testImplementation platform('org.junit:junit-bom:5.8.1')
77+
testImplementation platform('org.junit:junit-bom:5.8.2')
7878
testImplementation "org.junit.jupiter:junit-jupiter-api"
7979
testImplementation "org.junit.jupiter:junit-jupiter-params"
8080
testImplementation "org.junit.jupiter:junit-jupiter-engine"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org-slf4j = "2.0.9"
1212
org-springframework-boot = "3.0.12"
1313
org-springframework = "6.0.13"
1414
org-testcontainers = "1.17.6"
15-
org-junit = "5.9.3"
15+
org-junit = "5.8.2"
1616

1717
[libraries]
1818
ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }

0 commit comments

Comments
 (0)