Skip to content

Commit

Permalink
Merge pull request #27649 from quarkusio/dependabot/maven/org.webjars…
Browse files Browse the repository at this point in the history
…-jquery-3.6.1

Bump jquery from 3.6.0 to 3.6.1
  • Loading branch information
geoand authored Sep 1, 2022
2 parents 36ea30a + 28dbc5f commit b9ba708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<!-- Webjars used by the Dev UI -->
<webjar.bootstrap.version>4.6.1</webjar.bootstrap.version>
<webjar.font-awesome.version>6.1.2</webjar.font-awesome.version>
<webjar.jquery.version>3.6.0</webjar.jquery.version>
<webjar.jquery.version>3.6.1</webjar.jquery.version>
<webjar.codemirror.version>5.62.2</webjar.codemirror.version>
<!-- we don't add mermaid as a dependency as it brings a ton of things we don't use -->
<webjar.mermaid.version>9.1.1</webjar.mermaid.version>
Expand Down
1 change: 1 addition & 0 deletions tcks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<!-- /!\ this version should not be upgraded, TestNG requires this particular version -->
<version>3.5.1</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit b9ba708

Please sign in to comment.