Skip to content

Commit c5549ce

Browse files
authored
Merge pull request #185 from 1c-syntax/dependabot/gradle/org.junit-junit-bom-6.1.1
Bump org.junit:junit-bom from 6.1.0 to 6.1.1
2 parents 161636d + c40644a commit c5549ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation("org.slf4j:slf4j-reload4j:2.0.18")
6161

6262
// тестирование
63-
testImplementation(platform("org.junit:junit-bom:6.1.0"))
63+
testImplementation(platform("org.junit:junit-bom:6.1.1"))
6464
testImplementation("org.junit.jupiter:junit-jupiter-api")
6565
testImplementation("org.junit.jupiter:junit-jupiter-params")
6666
testImplementation("org.assertj:assertj-core:3.27.7")

0 commit comments

Comments
 (0)