Skip to content

Commit bc71063

Browse files
authored
Sailor 4.0.2 Update (#104)
1 parent d7106f9 commit bc71063

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.8 (July 02, 2024)
2+
* Bumped Sailor to 4.0.2
3+
14
## 2.5.7 (July 07, 2023)
25
* Bumped Sailor to 4.0.1
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
7575
compile 'com.google.code.gson:gson:2.10'
7676
compile 'com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
77-
compile 'io.elastic:sailor-jvm:4.0.1'
77+
compile 'io.elastic:sailor-jvm:4.0.2'
7878
compile 'mysql:mysql-connector-java:8.0.29'
7979
compile 'org.postgresql:postgresql:42.5.0'
8080

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Database",
33
"description": "Database JDBC connector",
4-
"version": "2.5.7",
4+
"version": "2.5.8",
55
"credentials": {
66
"verifier": "io.elastic.jdbc.JdbcCredentialsVerifier",
77
"fields": {

0 commit comments

Comments
 (0)