File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ subprojects {
2525
2626 dependencies {
2727 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0" )
28- testImplementation(platform(" org.junit:junit-bom:5.11.1 " ))
28+ testImplementation(platform(" org.junit:junit-bom:5.11.2 " ))
2929 testImplementation(" org.junit.jupiter:junit-jupiter" )
3030 }
3131
Original file line number Diff line number Diff line change 11plugins {
2- id(" io.quarkus" ) version " 3.15.0 "
2+ id(" io.quarkus" ) version " 3.15.1 "
33}
44
55dependencies {
66 api(project(" :projects:kediatr-core" ))
7- implementation(platform(" io.quarkus:quarkus-bom:3.15.0 " ))
7+ implementation(platform(" io.quarkus:quarkus-bom:3.15.1 " ))
88 implementation(" io.quarkus:quarkus-arc" )
99 implementation(" jakarta.enterprise:jakarta.enterprise.cdi-api:4.1.0" )
1010}
You can’t perform that action at this time.
0 commit comments