This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 0caeccfc13 Bump org.webjars:swagger-ui from 5.15.0 to 5.17.0 (#12989)
0caeccfc13 is described below
commit 0caeccfc1399087885205e7e796d1ee8037f7867
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 23 15:12:07 2024 -0700
Bump org.webjars:swagger-ui from 5.15.0 to 5.17.0 (#12989)
---
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java
b/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java
index bbf3b30342..befd5b5763 100644
--- a/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java
+++ b/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java
@@ -51,7 +51,7 @@ public class CommonConstants {
"org.apache.pinot.spi.eventlistener.query.NoOpBrokerQueryEventListener";
public static final String SWAGGER_AUTHORIZATION_KEY = "oauth";
- public static final String CONFIG_OF_SWAGGER_RESOURCES_PATH =
"META-INF/resources/webjars/swagger-ui/5.15.0/";
+ public static final String CONFIG_OF_SWAGGER_RESOURCES_PATH =
"META-INF/resources/webjars/swagger-ui/5.17.0/";
public static final String CONFIG_OF_TIMEZONE = "pinot.timezone";
public static final String DATABASE = "database";
diff --git a/pom.xml b/pom.xml
index f9d4f7f328..b52922f01e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<hk2.version>2.6.1</hk2.version>
<javassist.version>3.30.2-GA</javassist.version>
<swagger.version>1.6.14</swagger.version>
- <swagger-ui.version>5.15.0</swagger-ui.version>
+ <swagger-ui.version>5.17.0</swagger-ui.version>
<hadoop.version>3.3.6</hadoop.version>
<jsonpath.version>2.9.0</jsonpath.version>
<jsonsmart.version>2.5.1</jsonsmart.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]