File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ subprojects {
29
29
/* * Test dependencies **/
30
30
testImplementation(platform(" org.junit:junit-bom:5.10.2" ))
31
31
testImplementation(" org.junit.jupiter:junit-jupiter" )
32
- testImplementation(" org.assertj:assertj-core:3.26.0 " )
32
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
33
33
testImplementation(" org.projectlombok:lombok:1.18.34" )
34
34
testAnnotationProcessor(" org.projectlombok:lombok:1.18.34" )
35
35
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
implementation(project(" :common" ))
3
3
4
- implementation(" org.assertj:assertj-core:3.26.0 " )
4
+ implementation(" org.assertj:assertj-core:3.27.3 " )
5
5
6
6
implementation(" net.dv8tion:JDA:5.0.0-beta.24" )
7
7
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
12
12
implementation(platform(" org.junit:junit-bom:5.10.2" ))
13
13
implementation(" org.junit.jupiter:junit-jupiter" )
14
- implementation(" org.assertj:assertj-core:3.26.0 " )
14
+ implementation(" org.assertj:assertj-core:3.27.3 " )
15
15
implementation(" org.reflections:reflections:0.10.2" )
16
16
17
17
compileOnly(" io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments