Skip to content

Commit

Permalink
Bump jakarta.ejb:jakarta.ejb-api from 4.0.0 to 4.0.1 (#1629)
Browse files Browse the repository at this point in the history
Bumps [jakarta.ejb:jakarta.ejb-api](https://github.com/jakartaee/enterprise-beans) from 4.0.0 to 4.0.1.
- [Commits](jakartaee/enterprise-beans@4.0.0-RELEASE...4.0.1-RELEASE)

---
updated-dependencies:
- dependency-name: jakarta.ejb:jakarta.ejb-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent d12042f commit a846ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jpa-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
Expand Down

0 comments on commit a846ab9

Please sign in to comment.