Skip to content

Commit

Permalink
fix(deps): update dependency com.resend:resend-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent b885497 commit a38d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'

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

}

Expand Down

0 comments on commit a38d9fc

Please sign in to comment.