Skip to content

Commit

Permalink
Merge pull request #2 from applifycu/renovate/javax.mail-mail-1.x
Browse files Browse the repository at this point in the history
Update dependency javax.mail:mail to v1.4.7
  • Loading branch information
Alessandro authored Nov 30, 2023
2 parents 81f2cfe + e7d064a commit 19b2f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.android.material:material:1.9.0")
implementation("javax.mail:mail:1.4")
implementation("javax.mail:mail:1.4.7")
}
android {
publishing {
Expand Down

0 comments on commit 19b2f0c

Please sign in to comment.