We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b885497 commit 3650ddeCopy full SHA for 3650dde
build.gradle
@@ -10,8 +10,8 @@ repositories {
10
}
11
12
dependencies {
13
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
14
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
15
16
// https://mvnrepository.com/artifact/com.resend/resend-java
17
implementation 'com.resend:resend-java:2.0.0'
0 commit comments