Skip to content

Commit 3650dde

Browse files
fix(deps): update junit-framework monorepo to v5.14.0
1 parent b885497 commit 3650dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
14-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
13+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
14+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
1515

1616
// https://mvnrepository.com/artifact/com.resend/resend-java
1717
implementation 'com.resend:resend-java:2.0.0'

0 commit comments

Comments
 (0)