Skip to content

Commit

Permalink
deps: update dependency jakarta.activation:jakarta.activation-api to …
Browse files Browse the repository at this point in the history
…v2 (#414)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jakarta.activation:jakarta.activation-api](https://togithub.com/eclipse-ee4j/jaf) | `1.2.2` -> `2.1.0` | [![age](https://badges.renovateapi.com/packages/maven/jakarta.activation:jakarta.activation-api/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/jakarta.activation:jakarta.activation-api/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/jakarta.activation:jakarta.activation-api/2.1.0/compatibility-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/jakarta.activation:jakarta.activation-api/2.1.0/confidence-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>eclipse-ee4j/jaf</summary>

### [`v2.1.0`](https://togithub.com/eclipse-ee4j/jaf/releases/tag/2.1.0)

[Compare Source](https://togithub.com/eclipse-ee4j/jaf/compare/2.0.1...2.1.0)

The 2.1.0 release provides API module only.

The implementation has been moved out from this project to the new Eclipse Angus project and lives in its own repository - https://github.com/eclipse-ee4j/angus-activation

**Project Board**: https://github.com/eclipse-ee4j/jaf/projects/1
**Full Changelog**: jakartaee/jaf-api@2.0.1...2.1.0

### [`v2.0.1`](https://togithub.com/eclipse-ee4j/jaf/releases/tag/2.0.1)

[Compare Source](https://togithub.com/eclipse-ee4j/jaf/compare/2.0.0...2.0.1)

The 2.0.1 release is a bug fix release of 2.0.0.

Following changes are included:

-   [#&#8203;53](https://togithub.com/eclipse-ee4j/jaf/issues/53) - Android compilation failure due to possible badly formed compiler args in pom.xml
-   [#&#8203;48](https://togithub.com/eclipse-ee4j/jaf/issues/48) - Add version string to generated javadoc

### [`v2.0.0`](https://togithub.com/eclipse-ee4j/jaf/releases/2.0.0)

[Compare Source](https://togithub.com/eclipse-ee4j/jaf/compare/1.2.2...2.0.0)

The 2.0.0 release is the first release under the `jakarta.activation.*` namespace. It is also the first release containing full JPMS metadata.

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsublite-spark).
  • Loading branch information
renovate-bot authored May 25, 2022
1 parent 4f47285 commit 2c2e968
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 @@ -77,7 +77,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>commons.io</groupId>
Expand Down

0 comments on commit 2c2e968

Please sign in to comment.