Skip to content

Commit 9c92838

Browse files
Build(deps): Bump jakarta.activation:jakarta.activation-api from 2.1.3 to 2.1.4 (#1358)
Bumps [jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api) from 2.1.3 to 2.1.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jakartaee/jaf-api/commit/3dad341ad2639a223e31b41f28fb5cdc7c3e1e95"><code>3dad341</code></a> Prepare release jakarta.activation:jakarta.activation-api:2.1.4</li> <li><a href="https://github.com/jakartaee/jaf-api/commit/5f213b83e6c0c2c236bb53e6686657d76584de2c"><code>5f213b8</code></a> Rename resources so javax and jakarta can live in same classpath <a href="https://redirect.github.com/jakartaee/jaf-api/issues/174">#174</a></li> <li><a href="https://github.com/jakartaee/jaf-api/commit/510208af76f0a38739778ceba7e3dc096373900b"><code>510208a</code></a> Merge pull request <a href="https://redirect.github.com/jakartaee/jaf-api/issues/155">#155</a> from jakartaee/2.1.3-RELEASE</li> <li><a href="https://github.com/jakartaee/jaf-api/commit/e709bef6fafc3213a723b545a6dad2da780aaa11"><code>e709bef</code></a> Prepare next development cycle for 2.2.0-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/jakartaee/jaf-api/compare/2.1.3...2.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.activation:jakarta.activation-api&package-manager=maven&previous-version=2.1.3&new-version=2.1.4)](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>
2 parents ec684cc + 80200ce commit 9c92838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>jakarta.activation</groupId>
278278
<artifactId>jakarta.activation-api</artifactId>
279-
<version>2.1.3</version>
279+
<version>2.1.4</version>
280280
</dependency>
281281
<dependency>
282282
<groupId>jakarta.inject</groupId>

querydsl-libraries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>jakarta.activation</groupId>
6363
<artifactId>jakarta.activation-api</artifactId>
64-
<version>2.1.3</version>
64+
<version>2.1.4</version>
6565
<scope>provided</scope>
6666
</dependency>
6767
<dependency>

0 commit comments

Comments
 (0)