File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ subprojects {
2929 /* * Test dependencies **/
3030 testImplementation(platform(" org.junit:junit-bom:5.10.2" ))
3131 testImplementation(" org.junit.jupiter:junit-jupiter" )
32- testImplementation(" org.assertj:assertj-core:3.26.0 " )
32+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
3333 testImplementation(" org.projectlombok:lombok:1.18.34" )
3434 testAnnotationProcessor(" org.projectlombok:lombok:1.18.34" )
3535 }
Original file line number Diff line number Diff line change 11dependencies {
22 implementation(project(" :common" ))
33
4- implementation(" org.assertj:assertj-core:3.26.0 " )
4+ implementation(" org.assertj:assertj-core:3.26.3 " )
55
66 implementation(" net.dv8tion:JDA:5.0.0-beta.24" )
77
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111
1212 implementation(platform(" org.junit:junit-bom:5.10.2" ))
1313 implementation(" org.junit.jupiter:junit-jupiter" )
14- implementation(" org.assertj:assertj-core:3.26.0 " )
14+ implementation(" org.assertj:assertj-core:3.26.3 " )
1515 implementation(" org.reflections:reflections:0.10.2" )
1616
1717 compileOnly(" io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments