File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ repositories {
39
39
dependencies {
40
40
annotationProcessor(" org.seasar.doma:doma-processor:$domaVersion " )
41
41
implementation(" org.seasar.doma:doma-core:$domaVersion " )
42
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
43
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
42
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
43
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
44
44
}
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ dependencies {
46
46
kapt(" org.seasar.doma:doma-processor:$domaVersion " )
47
47
implementation(" org.seasar.doma:doma-core:$domaVersion " )
48
48
implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
49
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
50
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
49
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
50
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
51
51
}
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ dependencies {
46
46
kapt(" org.seasar.doma:doma-processor:$domaVersion " )
47
47
implementation(" org.seasar.doma:doma-core:$domaVersion " )
48
48
implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
49
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
50
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
49
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
50
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
51
51
}
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ repositories {
45
45
}
46
46
47
47
dependencies {
48
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
49
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
48
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
49
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
50
50
}
51
51
52
52
tasks {
You can’t perform that action at this time.
0 commit comments