From 9b5e913102aedc407c474facfb0156eae692c7c1 Mon Sep 17 00:00:00 2001 From: Anas Alkouz Date: Wed, 19 Oct 2022 17:28:49 -0700 Subject: [PATCH 1/2] Add untiaged issue badge to the readme file Signed-off-by: Anas Alkouz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7abedeefde8e..0968d0bc6467c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://forum.opensearch.org/c/opensearch/) [![Documentation](https://img.shields.io/badge/documentation-reference-blue)](https://opensearch.org/docs/latest/opensearch/index/) [![codecov](https://codecov.io/gh/opensearch-project/OpenSearch/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/OpenSearch) +[![Untriaged Issues](https://img.shields.io/github/issues/opensearch-project/opensearch/untriaged?label=Untriaged%20Issues&style=plastic)](https://github.com/opensearch-project/OpenSearch/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Auntriaged) [![GHA gradle check](https://github.com/opensearch-project/OpenSearch/actions/workflows/gradle-check.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/gradle-check.yml) [![GHA validate pull request](https://github.com/opensearch-project/OpenSearch/actions/workflows/wrapper.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/wrapper.yml) [![GHA precommit](https://github.com/opensearch-project/OpenSearch/actions/workflows/precommit.yml/badge.svg)](https://github.com/opensearch-project/OpenSearch/actions/workflows/precommit.yml) From 21c0684b5d45a7b0436ab420b65e3d936c32e7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:09:57 +0000 Subject: [PATCH 2/2] Bump org.antlr:antlr4-runtime in /modules/lang-painless Bumps [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.3 to 4.12.0. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.9.3...4.12.0) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/lang-painless/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang-painless/build.gradle b/modules/lang-painless/build.gradle index f29c48aecf5df..e5a237508e89f 100644 --- a/modules/lang-painless/build.gradle +++ b/modules/lang-painless/build.gradle @@ -48,7 +48,7 @@ testClusters.all { } dependencies { - api 'org.antlr:antlr4-runtime:4.9.3' + api 'org.antlr:antlr4-runtime:4.12.0' api "org.ow2.asm:asm-util:${versions.asm}" api "org.ow2.asm:asm-tree:${versions.asm}" api "org.ow2.asm:asm-commons:${versions.asm}"