Skip to content

Commit 72a3db8

Browse files
authored
Merge pull request #168 from cip4/gradle/update1
Gradle/update1
2 parents e55c6ed + 45b1b31 commit 72a3db8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ dependencies {
161161
implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
162162
implementation 'org.apache.logging.log4j:log4j-jcl:2.25.2'
163163

164-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
165-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
164+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
165+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
166+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
166167
testImplementation 'org.springframework:spring-test:6.2.+'
167168
testImplementation 'org.springframework:spring-web:6.2.+'
168169
testImplementation 'org.mockito:mockito-core:5.20.0'

0 commit comments

Comments
 (0)