Skip to content

Commit 2851e07

Browse files
Update dependencies (#59)
1 parent 08e170a commit 2851e07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ plugins {
55
id 'org.labkey.build.module'
66
}
77

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+
815
dependencies {
916
implementation "com.sun.mail:jakarta.mail:${javaMailVersion}"
1017

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mybatisVersion=3.3.0
1+
mybatisVersion=3.5.13
22
activitiVersion=5.20.0

0 commit comments

Comments
 (0)