Skip to content

Commit

Permalink
Bump simple-java-mail to 8.11.2
Browse files Browse the repository at this point in the history
Contains bugfix for rendering numbering in lists double

Fixes issue #35
  • Loading branch information
nickrussler authored Jun 9, 2024
1 parent b2c1b6e commit e4f4f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {
implementation 'com.beust:jcommander:1.78'
implementation 'org.apache.tika:tika-core:2.9.2'
implementation 'com.github.markusbernhardt:proxy-vole:1.0.5'
implementation 'org.simplejavamail:simple-java-mail:8.11.1'
implementation 'org.simplejavamail:outlook-module:8.11.1'
implementation 'org.simplejavamail:simple-java-mail:8.11.2'
implementation 'org.simplejavamail:outlook-module:8.11.2'
implementation 'org.slf4j:slf4j-simple:1.7.30'

testImplementation 'junit:junit:4.+'
Expand Down

0 comments on commit e4f4f88

Please sign in to comment.