Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.webjars:bootstrap from 3.3.7-1 to 3.4.0 in /spring-petclinic-api-gateway #269

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps org.webjars:bootstrap from 3.3.7-1 to 3.4.0.

Commits
  • 1e2dd49 [maven-release-plugin] prepare release bootstrap-3.4.0
  • f82a47e bump to 3.4.0 - fixes #88
  • 0083f9c [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
Copy link

sonarqubecloud bot commented Aug 1, 2024

@arey arey merged commit d7805f3 into main Aug 1, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/spring-petclinic-api-gateway/org.webjars-bootstrap-3.4.0 branch August 1, 2024 09:19
DavidMolta18 pushed a commit to Distribuidos2024/spring-petclinic-microservices that referenced this pull request Nov 14, 2024
…-api-gateway (spring-petclinic#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]>
EddeCCC added a commit to inspectIT/spring-petclinic-microservices that referenced this pull request Mar 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Bump to Chaos Monkey 3.1.0 (spring-petclinic#264)

* Bump org.webjars:bootstrap from 3.3.7-1 to 3.4.0 in /spring-petclinic-api-gateway (spring-petclinic#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]>

* Add Dev Container configuration (spring-petclinic#271)

* Add Dev Container configuration

* Remove the postCreateCommand

* Add configuration tips for VS Code in Dev Container

* Add GitHub Codespaces badge

* Bump to Spring Cloud 2023.0.3 and Spring Boot 3.2.7 (spring-petclinic#272)

* Bootstrap 5 with SCSS migration (spring-petclinic#273)

* Bootstrap 5 with SCSS migration

* Bump Angular version

* Remove class="container"

* Upgrade to Maven 3.9.8 and Maven Wrapper 3.3.2 (spring-petclinic#274)

* Disable Github linguist support for CSS

* Add  Microservices Overview to readme (spring-petclinic#276)

* Added text file

* Delete Text File

* Update microservices overview in README file

---------

Co-authored-by: TayJieHao386 <[email protected]>

* Add user friendly error when Java < 17 is used (Issue spring-petclinic#280) (spring-petclinic#286)

* Add user friendly error when Java < 17 is used (Issue spring-petclinic#280)
* pom.xml updated
* java version property updated
* Removed Bracket [Issue spring-petclinic#280] fixed build

* Generative AI support for Spring Petclinic Microservices (spring-petclinic#281)

* updated git ignore

* New microservice for generative ai chatbot based on Spring AI. Supports listing vets, listing owners, adding owners and adding pets to owners

* Update README.md

* Use webjar as webjar

* Externalise JavaScript for handling chatbox interaction

* Use @PostMapping for the /fallback endpoint

* Configure the /fallback uri for the POST verb only

* Move the spring-ai.png to the docs directory

* Switch by default to the openai demo account

* Use lambda expression

* Remove Lombok from the genai-service

* Remove creds.yaml

* Fix SonarQube issues

* Fix SonarQube issues (second attempt)

* Add the genai-service

* Use lambda expression

* Fix Docker warnings

* Setting the GenAI environment variables

---------

Co-authored-by: Antoine Rey <[email protected]>

* Add "Open with Codeanywhere" badge to README.md (spring-petclinic#292)

* Get rid of Lombok spring-petclinic#251 (spring-petclinic#300)

* Bump to Spring Cloud 2024 and Spring Boot 3.4.1 (spring-petclinic#302)

* Externalise the genai-service configuration (spring-petclinic#301)

* JetBrains support for Open-Source Projects (spring-petclinic#304)

* small fixes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Antoine Rey <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wong Jia Cin <[email protected]>
Co-authored-by: TayJieHao386 <[email protected]>
Co-authored-by: Ankush Thakur <[email protected]>
Co-authored-by: odedia <[email protected]>
Co-authored-by: Nikola Balic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant