Skip to content

Commit

Permalink
Build(deps): Bump de.focus-shift.urlaubsverwaltung.extension.api:mode…
Browse files Browse the repository at this point in the history
…l-events from 0.9.0 to 1.1.1 (#637)

Bumps
[de.focus-shift.urlaubsverwaltung.extension.api:model-events](https://github.com/focus-shift/urlaubsverwaltung-extension-api)
from 0.9.0 to 1.1.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/d3fec3c565bd45bd3a21d3999a1ade1397a55c49"><code>d3fec3c</code></a>
Prepare for next release version v1.1.1</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/69a49baf4fdfddb5dd5072429fb90104d6c37cce"><code>69a49ba</code></a>
Merge branch '25-vacation-type-updates'</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/a3fe673349d012d73db9ddaab5b3e91d5b90f74e"><code>a3fe673</code></a>
prepare next development iteration</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/571003ce72a3865f95eb15fd8c430bd2f881bad4"><code>571003c</code></a>
Prepare for next release version v1.1.0</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/bbcc9b153385bf2238bc3925aa42b59c3da16fc0"><code>bbcc9b1</code></a>
Merge pull request <a
href="https://redirect.github.com/focus-shift/urlaubsverwaltung-extension-api/issues/26">#26</a>
from focus-shift/25-vacation-type-updates</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/e13f06a33a9842349bbda57c7cdc45734d7280ee"><code>e13f06a</code></a>
add VacationTypeUpdatedEventDTO</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/ffc51fd94d1a5ef6f141a34ad3a837591de82de0"><code>ffc51fd</code></a>
prepare next development iteration</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/66d802c47352d2008e59acc0d3b8be926cc5bfd5"><code>66d802c</code></a>
Prepare for next release version v1.0.0</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/5f2eb059ea243a34c0dfe0216b2c4675dcc4259d"><code>5f2eb05</code></a>
Merge pull request <a
href="https://redirect.github.com/focus-shift/urlaubsverwaltung-extension-api/issues/49">#49</a>
from focus-shift/uv-5-support</li>
<li><a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/commit/56389e08f78e7295b0852ab66d6f588ba9a2fddc"><code>56389e0</code></a>
Merge pull request <a
href="https://redirect.github.com/focus-shift/urlaubsverwaltung-extension-api/issues/50">#50</a>
from focus-shift/dependabot/maven/org.apache.maven.plu...</li>
<li>Additional commits viewable in <a
href="https://github.com/focus-shift/urlaubsverwaltung-extension-api/compare/v0.9.0...v1.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.focus-shift.urlaubsverwaltung.extension.api:model-events&package-manager=maven&previous-version=0.9.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
derTobsch authored Apr 19, 2024
2 parents b8fb9bc + b12f13a commit 2136cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>de.focus-shift.urlaubsverwaltung.extension.api</groupId>
<artifactId>model-events</artifactId>
<version>0.9.0</version>
<version>1.1.1</version>
</dependency>

<!-- PUBLIC HOLIDAYS INFORMATION -->
Expand Down

0 comments on commit 2136cc2

Please sign in to comment.