File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation(" club.minnced" , " discord-webhooks" , " 0.8.4" )
3333
3434 // unit testing
35- testImplementation(platform(" org.junit:junit-bom:5.13.2 " ))
35+ testImplementation(platform(" org.junit:junit-bom:5.13.3 " ))
3636 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3737 testImplementation(" org.junit.jupiter" , " junit-jupiter" )
3838}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313
1414dependencies {
1515 api(" com.fasterxml.jackson.core" , " jackson-databind" , " 2.19.1" )
16- testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.13.2 " )
16+ testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.13.3 " )
1717 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1818 testRuntimeOnly(" org.junit.jupiter" , " junit-jupiter-engine" )
1919}
You can’t perform that action at this time.
0 commit comments