Skip to content

Commit d7805f3

Browse files
Bump org.webjars:bootstrap from 3.3.7-1 to 3.4.0 in /spring-petclinic-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]>
1 parent 85f8f36 commit d7805f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-petclinic-api-gateway/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
</parent>
1616

1717
<properties>
18-
<webjars-bootstrap.version>3.3.7-1</webjars-bootstrap.version>
18+
<!-- Any bootstrap version upgrade must be reported in the wro4j.xml file -->
19+
<webjars-bootstrap.version>3.4.0</webjars-bootstrap.version>
1920
<webjars-jquery.version>3.6.0</webjars-jquery.version>
2021
<webjars-angular.version>1.8.2</webjars-angular.version>
2122
<webjars-angular-ui-router.version>1.0.20</webjars-angular-ui-router.version>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<groups xmlns="http://www.isdc.ro/wro">
22
<group name="petclinic">
3-
<css>classpath:META-INF/resources/webjars/bootstrap/3.3.7-1/less/bootstrap.less</css>
3+
<css>classpath:META-INF/resources/webjars/bootstrap/3.4.0/less/bootstrap.less</css>
44
<css>/petclinic.less</css>
55
</group>
66
</groups>

0 commit comments

Comments
 (0)