Skip to content

Commit

Permalink
Bump org.webjars:bootstrap from 3.3.7-1 to 3.4.0 in /spring-petclinic…
Browse files Browse the repository at this point in the history
…-api-gateway (#269)

* Bump org.webjars:bootstrap in /spring-petclinic-api-gateway

Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 3.3.7-1 to 3.4.0.
- [Commits](webjars/bootstrap@bootstrap-3.3.7-1...bootstrap-3.4.0)

---
updated-dependencies:
- dependency-name: org.webjars:bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Report bootstrap version to wro4j.xml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine Rey <[email protected]>
  • Loading branch information
dependabot[bot] and arey authored Aug 1, 2024
1 parent 85f8f36 commit d7805f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spring-petclinic-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</parent>

<properties>
<webjars-bootstrap.version>3.3.7-1</webjars-bootstrap.version>
<!-- Any bootstrap version upgrade must be reported in the wro4j.xml file -->
<webjars-bootstrap.version>3.4.0</webjars-bootstrap.version>
<webjars-jquery.version>3.6.0</webjars-jquery.version>
<webjars-angular.version>1.8.2</webjars-angular.version>
<webjars-angular-ui-router.version>1.0.20</webjars-angular-ui-router.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-api-gateway/src/main/wro/wro.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<groups xmlns="http://www.isdc.ro/wro">
<group name="petclinic">
<css>classpath:META-INF/resources/webjars/bootstrap/3.3.7-1/less/bootstrap.less</css>
<css>classpath:META-INF/resources/webjars/bootstrap/3.4.0/less/bootstrap.less</css>
<css>/petclinic.less</css>
</group>
</groups>

0 comments on commit d7805f3

Please sign in to comment.