Skip to content

Commit 771ccd1

Browse files
authored
Sailor 4.0.3 (#109)
1 parent 742ee74 commit 771ccd1

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.9 (August 01, 2024)
2+
* Bumped Sailor to 4.0.3
3+
*
14
## 2.5.8 (July 09, 2024)
25
* Bumped Sailor to 4.0.2
36
* Bumped Postgresql library to 42.5.5

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.2'
77+
compile 'io.elastic:sailor-jvm:4.0.3'
7878
compile 'com.mysql:mysql-connector-j:8.4.0'
7979
compile 'org.postgresql:postgresql:42.5.5'
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.8",
4+
"version": "2.5.9",
55
"credentials": {
66
"verifier": "io.elastic.jdbc.JdbcCredentialsVerifier",
77
"fields": {

0 commit comments

Comments
 (0)