We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc125c commit 35257cbCopy full SHA for 35257cb
spring-petclinic-api-gateway/pom.xml
@@ -15,6 +15,7 @@
15
</parent>
16
17
<properties>
18
+ <!-- Any bootstrap version upgrade must be reported in the wro4j.xml file -->
19
<webjars-bootstrap.version>3.4.0</webjars-bootstrap.version>
20
<webjars-jquery.version>3.6.0</webjars-jquery.version>
21
<webjars-angular.version>1.8.2</webjars-angular.version>
spring-petclinic-api-gateway/src/main/wro/wro.xml
@@ -1,6 +1,6 @@
1
<groups xmlns="http://www.isdc.ro/wro">
2
<group name="petclinic">
3
- <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>
4
<css>/petclinic.less</css>
5
</group>
6
</groups>
0 commit comments