Skip to content

Commit

Permalink
Merge branch '1.3' into bump-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB authored Dec 2, 2022
2 parents f38c53d + fc27cd1 commit c2142b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: query-workbench-dashboards
OPENSEARCH_VERSION: '1.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.7.1
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0

jobs:

Expand Down
2 changes: 1 addition & 1 deletion sql-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {

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

testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.1')
Expand Down
2 changes: 1 addition & 1 deletion workbench/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "queryWorkbenchDashboards",
"version": "1.3.7.1",
"version": "1.3.7.0",
"opensearchDashboardsVersion": "1.3.7",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "1.3.7.1",
"version": "1.3.7.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions workbench/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1910,9 +1910,9 @@ mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4:
minimist "^1.2.5"

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

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit c2142b5

Please sign in to comment.