Skip to content

Commit

Permalink
Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1 (#859
Browse files Browse the repository at this point in the history
)

Bumps
[jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation)
from 3.1.0 to 3.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jakartaee/validation/releases">jakarta.validation:jakarta.validation-api's
releases</a>.</em></p>
<blockquote>
<h2>3.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Jakarta Validation 3.1 XSDs by <a
href="https://github.com/marko-bekhta"><code>@​marko-bekhta</code></a>
in <a
href="https://redirect.github.com/jakartaee/validation/pull/221">jakartaee/validation#221</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/marko-bekhta"><code>@​marko-bekhta</code></a>
made their first contribution in <a
href="https://redirect.github.com/jakartaee/validation/pull/221">jakartaee/validation#221</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jakartaee/validation/compare/3.1.0...3.1.1">https://github.com/jakartaee/validation/compare/3.1.0...3.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jakartaee/validation/commit/a188798f8f2636b9f3df542322bed42af600a956"><code>a188798</code></a>
Prepare a 3.1.1 service release</li>
<li><a
href="https://github.com/jakartaee/validation/commit/d93abee001d3635b359898f4478040a542271e49"><code>d93abee</code></a>
Include the xsd files in the api jar</li>
<li><a
href="https://github.com/jakartaee/validation/commit/1b6f29f93d7f7c93d2378788e4fa9ab9257b5bfa"><code>1b6f29f</code></a>
Add Jakarta Validation 3.1 XSDs (<a
href="https://redirect.github.com/jakartaee/validation/issues/221">#221</a>)</li>
<li>See full diff in <a
href="https://github.com/jakartaee/validation/compare/3.1.0...3.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.validation:jakarta.validation-api&package-manager=maven&previous-version=3.1.0&new-version=3.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
github-actions[bot] authored Feb 3, 2025
2 parents cc8498f + 610c7cb commit 3f69421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f69421

Please sign in to comment.