File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1142
1142
<sha256 value =" 544fc92d2625332a9a8eeaa7a7274cf1af6703936a50afa80d92a78200a7de34" origin =" Generated by Gradle" />
1143
1143
</artifact >
1144
1144
</component >
1145
- <component group =" com.sun.mail" name =" jakarta.mail" version =" 1.6.3" >
1146
- <artifact name =" jakarta.mail-1.6.3.jar" >
1147
- <sha256 value =" 018ffd5684fd758157886933cc74116996d7f5757cc6f104bb43a647a3815f8a" origin =" Generated by Gradle" />
1148
- </artifact >
1149
- </component >
1150
- <component group =" com.sun.mail" name =" jakarta.mail" version =" 1.6.4" >
1151
- <artifact name =" jakarta.mail-1.6.4.jar" >
1152
- <sha256 value =" 65d4c18e15ea2b9eb129098ae92db4cf996d85179f30ac34f7d4db856ffaa3f9" origin =" Generated by Gradle" />
1145
+ <component group =" com.sun.mail" name =" jakarta.mail" version =" 1.6.8" >
1146
+ <artifact name =" jakarta.mail-1.6.8.jar" >
1147
+ <sha256 value =" c83f1a1ed580a35878957de7367071be27026d02d34ace6267d0c3da23e193c2" origin =" Generated by Gradle" />
1153
1148
</artifact >
1154
1149
</component >
1155
1150
<component group =" com.sun.xml.bind" name =" jaxb-impl" version =" 2.2.3-1" >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
89
89
api " com.nimbusds:nimbus-jose-jwt:10.0.2"
90
90
}
91
91
api " com.nimbusds:lang-tag:1.7"
92
- api " com.sun.mail:jakarta.mail:1.6.3 "
92
+ api " com.sun.mail:jakarta.mail:1.6.8 "
93
93
api " net.jcip:jcip-annotations:1.0"
94
94
api " net.minidev:json-smart:2.5.2"
95
95
api " net.minidev:accessors-smart:2.5.2"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
api ' com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2'
35
35
runtimeOnly ' com.google.guava:guava:32.0.1-jre' // needed by watcher for the html sanitizer
36
36
runtimeOnly ' com.google.guava:failureaccess:1.0.1'
37
- api ' com.sun.mail:jakarta.mail:1.6.4 '
37
+ api ' com.sun.mail:jakarta.mail:1.6.8 '
38
38
api ' com.sun.activation:jakarta.activation:1.2.1'
39
39
compileOnly " org.apache.httpcomponents:httpclient:${ versions.httpclient} "
40
40
compileOnly " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
You can’t perform that action at this time.
0 commit comments