We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e170a commit 2851e07Copy full SHA for 2851e07
build.gradle
@@ -5,6 +5,13 @@ plugins {
5
id 'org.labkey.build.module'
6
}
7
8
+configurations.all {
9
+ resolutionStrategy {
10
+ // Force to get a fix for CVEs
11
+ force "org.apache.commons:commons-email:1.5"
12
+ }
13
+}
14
+
15
dependencies {
16
implementation "com.sun.mail:jakarta.mail:${javaMailVersion}"
17
gradle.properties
@@ -1,2 +1,2 @@
1
-mybatisVersion=3.3.0
+mybatisVersion=3.5.13
2
activitiVersion=5.20.0
0 commit comments