File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.4.3 (February 12, 2021)
2
+
3
+ * Update sailor version to 3.3.2
4
+
1
5
## 2.4.2 (November 20, 2020)
2
6
3
- * Upgrade sailor to 3.3.1
7
+ * Update sailor version to 3.3.1
4
8
* Annual audit of the component code to check if it exposes a sensitive data in the logs
5
9
* Annual dependencies vulnerabilities audit
6
10
7
- ## 2.4.1 (October 21, 2019)
8
-
9
- * Add rebound mechanism in case of deadlocks for actions: Insert, UpsertByPK, DeleteByPK
10
-
11
- ## 2.4.0 (october 17, 2019)
11
+ ## 2.4.0 (October 17, 2019)
12
12
13
13
* Add ` Custom Query ` action
14
+ * Add rebound mechanism in case of deadlocks for actions: Insert, UpsertByPK, DeleteByPK
14
15
15
16
## 2.3.1 (September 30, 2019)
16
17
Original file line number Diff line number Diff line change @@ -353,6 +353,3 @@ Please use [**Upsert row by primary key**](#upsert-row-by-primary-key-action) in
353
353
354
354
## License
355
355
Apache-2.0 © [ elastic.io GmbH] ( https://www.elastic.io " elastic.io GmbH ")
356
-
357
- ## <System > API and Documentation links
358
- [ elastic.io iPaaS Documentation] ( https://support.elastic.io/support/home " elastic.io iPaaS Documentation ")
Original file line number Diff line number Diff line change 1
1
group = ' io.elastic'
2
- version = ' 2.4.2 '
2
+ version = ' 2.4.3 '
3
3
apply plugin : ' java'
4
4
apply plugin : ' idea'
5
5
apply plugin : ' eclipse'
@@ -64,7 +64,7 @@ dependencies {
64
64
compile ' com.fasterxml.jackson.core:jackson-databind:2.10.1'
65
65
compile ' com.google.code.gson:gson:2.8.6'
66
66
compile ' com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
67
- compile ' io.elastic:sailor-jvm:3.3.1 '
67
+ compile ' io.elastic:sailor-jvm:3.3.2 '
68
68
compile ' mysql:mysql-connector-java:8.0.20'
69
69
compile ' org.postgresql:postgresql:42.2.18'
70
70
@@ -77,7 +77,7 @@ check.dependsOn dependencyCheckAnalyze
77
77
78
78
dependencyCheck {
79
79
format = ' ALL'
80
- failBuildOnCVSS = 7
80
+ failBuildOnCVSS = 8
81
81
}
82
82
83
83
buildscript {
You can’t perform that action at this time.
0 commit comments