Skip to content

Commit 90f2ae4

Browse files
Bump com.sun.mail:jakarta.mail from 2.0.1 to 2.0.2 (#88)
Bumps com.sun.mail:jakarta.mail from 2.0.1 to 2.0.2. --- updated-dependencies: - dependency-name: com.sun.mail:jakarta.mail dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bc7305 commit 90f2ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spotless {
9393
dependencies {
9494
implementation("at.favre.lib:bcrypt:0.10.2")
9595
implementation("be.tomcools:dropwizard-websocket-jsr356-bundle:4.0.0")
96-
implementation("com.sun.mail:jakarta.mail:2.0.1")
96+
implementation("com.sun.mail:jakarta.mail:2.0.2")
9797
implementation("com.sun.xml.bind:jaxb-core:4.0.5")
9898
implementation("com.sun.xml.bind:jaxb-impl:4.0.5")
9999
implementation("io.dropwizard:dropwizard-auth:4.0.7")
@@ -116,7 +116,7 @@ dependencies {
116116

117117
testImplementation("com.github.database-rider:rider-junit5:1.43.0")
118118
testImplementation("com.github.npathai:hamcrest-optional:2.0.0")
119-
testImplementation("com.sun.mail:jakarta.mail:2.0.1")
119+
testImplementation("com.sun.mail:jakarta.mail:2.0.2")
120120
testImplementation("io.dropwizard:dropwizard-testing:4.0.7")
121121
testImplementation("org.awaitility:awaitility:4.3.0")
122122
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")

0 commit comments

Comments
 (0)