Skip to content

Commit

Permalink
Update elastic x-pack-sql-jdbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz8 committed Apr 4, 2024
1 parent e48944c commit ce985b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ under the License.
<oracle.version>21.8.0.0</oracle.version>
<trino.version>418</trino.version>
<byte-buddy.version>1.12.10</byte-buddy.version>
<elasticsearch.version>8.11.1</elasticsearch.version>
<elasticsearch.version>8.13.1</elasticsearch.version>
<surefire.module.config> <!-- required by
Db2ExactlyOnceSinkE2eTest --> --add-opens=java.base/java.util=ALL-UNNAMED <!--
SimpleJdbcConnectionProviderDriverClassConcurrentLoadingITCase--> --add-opens=java.base/java.lang=ALL-UNNAMED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
/** Elasticsearch docker images. */
public interface ElasticsearchImages {

String ELASTICSEARCH_8 = "docker.elastic.co/elasticsearch/elasticsearch:8.11.1";
String ELASTICSEARCH_8 = "docker.elastic.co/elasticsearch/elasticsearch:8.13.1";
}

0 comments on commit ce985b9

Please sign in to comment.