Skip to content

Commit 2c2e968

Browse files
authored
deps: update dependency jakarta.activation:jakarta.activation-api to 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.guatda.com/cmx.p1...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.guatda.com/cmx.p1...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.guatda.com/cmx.p0...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.guatda.com/cmx.p2...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).
1 parent 4f47285 commit 2c2e968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>jakarta.activation</groupId>
7979
<artifactId>jakarta.activation-api</artifactId>
80-
<version>1.2.2</version>
80+
<version>2.1.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>commons.io</groupId>

0 commit comments

Comments
 (0)