Skip to content

Commit

Permalink
Change dependencies. Release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Oct 13, 2020
1 parent d6f2a5e commit 2e39ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {

group = 'org.jodd'
//version = '6.0.0.' + timestamp() + "-SNAPSHOT"
version = '6.0.1'
version = '6.0.2'

rootProject.description = 'Java Mail client'

Expand All @@ -54,9 +54,9 @@ java {

dependencies {

implementation 'org.jodd:jodd-util:6.0.+'
implementation 'jakarta.mail:jakarta.mail-api:1.6.5'
implementation 'com.sun.mail:jakarta.mail:1.6.5'
api 'org.jodd:jodd-util:6.0.+'
api 'jakarta.mail:jakarta.mail-api:1.6.5'
api 'com.sun.mail:jakarta.mail:1.6.5'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.+'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.+'
Expand Down

0 comments on commit 2e39ee2

Please sign in to comment.