Skip to content

Commit 63f948f

Browse files
stas-fomenkoA3a3e1
andauthored
Update sailor-jvm-3.3.2 (#62)
* Update sailor-jvm version: 3.3.2 * Increase an acceptable vulnerability level (#64) Co-authored-by: Pavel Voropaiev <[email protected]>
1 parent 3a0245b commit 63f948f

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
## 2.4.3 (February 12, 2021)
2+
3+
* Update sailor version to 3.3.2
4+
15
## 2.4.2 (November 20, 2020)
26

3-
* Upgrade sailor to 3.3.1
7+
* Update sailor version to 3.3.1
48
* Annual audit of the component code to check if it exposes a sensitive data in the logs
59
* Annual dependencies vulnerabilities audit
610

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)
1212

1313
* Add `Custom Query` action
14+
* Add rebound mechanism in case of deadlocks for actions: Insert, UpsertByPK, DeleteByPK
1415

1516
## 2.3.1 (September 30, 2019)
1617

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,3 @@ Please use [**Upsert row by primary key**](#upsert-row-by-primary-key-action) in
353353

354354
## License
355355
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")

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'io.elastic'
2-
version = '2.4.2'
2+
version = '2.4.3'
33
apply plugin: 'java'
44
apply plugin: 'idea'
55
apply plugin: 'eclipse'
@@ -64,7 +64,7 @@ dependencies {
6464
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
6565
compile 'com.google.code.gson:gson:2.8.6'
6666
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'
6868
compile 'mysql:mysql-connector-java:8.0.20'
6969
compile 'org.postgresql:postgresql:42.2.18'
7070

@@ -77,7 +77,7 @@ check.dependsOn dependencyCheckAnalyze
7777

7878
dependencyCheck {
7979
format = 'ALL'
80-
failBuildOnCVSS = 7
80+
failBuildOnCVSS = 8
8181
}
8282

8383
buildscript {

0 commit comments

Comments
 (0)