Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 14, 2025

  1. fix(deps): update junit5 monorepo to v5.12.1

    renovate[bot] authored Mar 14, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2558bff View commit details
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.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
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'