Skip to content

Commit ee3b871

Browse files
dependabot[bot]mikosik
authored andcommitted
dependabot: bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66fdad3 commit ee3b871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencyResolutionManagement {
3232
library('awaitility', 'org.awaitility:awaitility:4.3.0')
3333
library('guava-testlib', 'com.google.guava:guava-testlib:33.5.0-jre')
3434
library('jakarta-inject', 'jakarta.inject:jakarta.inject-api:2.0.1')
35-
library('junit-jupiter-engine', 'org.junit.jupiter:junit-jupiter-engine:6.0.0')
36-
library('junit-jupiter-api', 'org.junit.jupiter:junit-jupiter-api:6.0.0')
37-
library('junit-jupiter-params', 'org.junit.jupiter:junit-jupiter-params:6.0.0')
35+
library('junit-jupiter-engine', 'org.junit.jupiter:junit-jupiter-engine:6.0.1')
36+
library('junit-jupiter-api', 'org.junit.jupiter:junit-jupiter-api:6.0.1')
37+
library('junit-jupiter-params', 'org.junit.jupiter:junit-jupiter-params:6.0.1')
3838
library('mockito', 'org.mockito:mockito-core:5.20.0')
3939
library('truth', 'com.google.truth:truth:1.4.5')
4040
}

0 commit comments

Comments
 (0)