Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: resend/resend-java-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 423f65db9e8662b0e1f207858cf2442ef3da12a4
Choose a base ref
..
head repository: resend/resend-java-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2558bff0edcb3d36409ac34f28e6c8fbb5908fdc
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.gradle
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'

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