Skip to content

Commit

Permalink
Merge pull request #58 from spring-petclinic/dependabot/maven/spring-…
Browse files Browse the repository at this point in the history
…petclinic-api-gateway/org.webjars-bootstrap-3.4.0

Bump org.webjars:bootstrap from 3.3.7-1 to 3.4.0 in /spring-petclinic-api-gateway
  • Loading branch information
arey authored Aug 1, 2024
2 parents 557dc83 + 4b9e1da commit 8aabe98
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 @@ -27,11 +27,12 @@

<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>

<webjars-bootstrap.version>3.3.7-1</webjars-bootstrap.version>
<webjars-bootstrap.version>3.4.0</webjars-bootstrap.version>
<webjars-jquery-ui.version>1.11.4</webjars-jquery-ui.version>
<webjars-jquery.version>3.1.1-1</webjars-jquery.version>
<webjars-angular.version>1.6.4</webjars-angular.version>
<webjars-angular-ui-router.version>1.0.3</webjars-angular-ui-router.version>
<!-- Any bootstrap version upgrade must be reported in the wro4j.xml file -->
<wro4j.version>1.8.0</wro4j.version>
<spring-boot.build-image.imageName>${REPOSITORY_PREFIX}/spring-petclinic-cloud-api-gateway</spring-boot.build-image.imageName>

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 8aabe98

Please sign in to comment.