Skip to content

Commit c2142b5

Browse files
authored
Merge branch '1.3' into bump-1.3
2 parents f38c53d + fc27cd1 commit c2142b5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/sql-workbench-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, push]
55
env:
66
PLUGIN_NAME: query-workbench-dashboards
77
OPENSEARCH_VERSION: '1.3'
8-
OPENSEARCH_PLUGIN_VERSION: 1.3.7.1
8+
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0
99

1010
jobs:
1111

sql-jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646

4747
dependencies {
4848
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
49-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2.2'
49+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1'
5050
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.11.452'
5151

5252
testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.1')

workbench/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "queryWorkbenchDashboards",
3-
"version": "1.3.7.1",
3+
"version": "1.3.7.0",
44
"opensearchDashboardsVersion": "1.3.7",
55
"server": true,
66
"ui": true,

workbench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-query-workbench",
3-
"version": "1.3.7.1",
3+
"version": "1.3.7.0",
44
"description": "Query Workbench",
55
"main": "index.js",
66
"license": "Apache-2.0",

workbench/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,9 +1910,9 @@ mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4:
19101910
minimist "^1.2.5"
19111911

19121912
moment@^2.27.0:
1913-
version "2.29.1"
1914-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
1915-
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
1913+
version "2.29.4"
1914+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
1915+
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
19161916

19171917
19181918
version "2.0.0"

0 commit comments

Comments
 (0)