Skip to content

Commit

Permalink
Bump org.webjars:swagger-ui from 5.15.0 to 5.17.0 (#12989)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 40cf5a7 commit 0caeccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private 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";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0caeccf

Please sign in to comment.