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 wicket-bootstrap.version from 7.0.5 to 7.0.8 #2703

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps wicket-bootstrap.version from 7.0.5 to 7.0.8.
Updates de.agilecoders.wicket:wicket-bootstrap-core from 7.0.5 to 7.0.8

Commits
  • 55e80c9 [maven-release-plugin] prepare release bootstrap-parent-7.0.8
  • 569c25a Update webjars and jquery-selectors
  • 76a080d [maven-release-plugin] prepare for next development iteration
  • b9874ee [maven-release-plugin] prepare release bootstrap-parent-7.0.7
  • 9589d33 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1144)
  • b9a433b Dependencies are updated (#1145)
  • ae1ca66 Update bootstrap italia to version 2.8.7 (#1143)
  • 57ff513 Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (#1133)
  • 322eb0a Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 (#1134)
  • 9029ed4 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1135)
  • Additional commits viewable in compare view

Updates de.agilecoders.wicket:wicket-bootstrap-extensions from 7.0.5 to 7.0.8

Commits
  • 55e80c9 [maven-release-plugin] prepare release bootstrap-parent-7.0.8
  • 569c25a Update webjars and jquery-selectors
  • 76a080d [maven-release-plugin] prepare for next development iteration
  • b9874ee [maven-release-plugin] prepare release bootstrap-parent-7.0.7
  • 9589d33 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1144)
  • b9a433b Dependencies are updated (#1145)
  • ae1ca66 Update bootstrap italia to version 2.8.7 (#1143)
  • 57ff513 Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (#1133)
  • 322eb0a Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 (#1134)
  • 9029ed4 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1135)
  • Additional commits viewable in compare view

Updates de.agilecoders.wicket:wicket-bootstrap-themes from 7.0.5 to 7.0.8

Commits
  • 55e80c9 [maven-release-plugin] prepare release bootstrap-parent-7.0.8
  • 569c25a Update webjars and jquery-selectors
  • 76a080d [maven-release-plugin] prepare for next development iteration
  • b9874ee [maven-release-plugin] prepare release bootstrap-parent-7.0.7
  • 9589d33 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1144)
  • b9a433b Dependencies are updated (#1145)
  • ae1ca66 Update bootstrap italia to version 2.8.7 (#1143)
  • 57ff513 Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (#1133)
  • 322eb0a Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 (#1134)
  • 9029ed4 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1135)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Spring Boot 3.x v3 branch, using Spring Boot 3.x labels Oct 7, 2024
@andi-huber
Copy link
Contributor

andi-huber commented Oct 7, 2024

breaks temporal picking - due to momentjs upgrades
we are using our own JS references to an older momentjs, however this update still breaks our pickers

ResourceReferenceRegistry - A ResourceReference wont be created for a resource with key
[scope: de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference;
name: webjars/moment/2.29.4/min/moment-with-locales.js; locale: null; style: null; variation: null]
because it cannot be located.

relates to #2538 and #2540

Bumps `wicket-bootstrap.version` from 7.0.5 to 7.0.8.

Updates `de.agilecoders.wicket:wicket-bootstrap-core` from 7.0.5 to 7.0.8
- [Commits](martin-g/wicket-bootstrap@bootstrap-parent-7.0.5...bootstrap-parent-7.0.8)

Updates `de.agilecoders.wicket:wicket-bootstrap-extensions` from 7.0.5 to 7.0.8
- [Commits](martin-g/wicket-bootstrap@bootstrap-parent-7.0.5...bootstrap-parent-7.0.8)

Updates `de.agilecoders.wicket:wicket-bootstrap-themes` from 7.0.5 to 7.0.8
- [Commits](martin-g/wicket-bootstrap@bootstrap-parent-7.0.5...bootstrap-parent-7.0.8)

---
updated-dependencies:
- dependency-name: de.agilecoders.wicket:wicket-bootstrap-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: de.agilecoders.wicket:wicket-bootstrap-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: de.agilecoders.wicket:wicket-bootstrap-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/v3/wicket-bootstrap.version-7.0.8 branch from abd8ebc to 604af2e Compare October 10, 2024 18:40
@andi-huber
Copy link
Contributor

@dependabot ignore this minor version

@dependabot dependabot bot closed this Oct 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

OK, I won't notify you about version 7.0.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/v3/wicket-bootstrap.version-7.0.8 branch October 10, 2024 18:42
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 on hold Spring Boot 3.x v3 branch, using Spring Boot 3.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant