Skip to content

Commit

Permalink
HSEARCH-4891 Upgrade JBeret to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Jul 3, 2023
1 parent 8192843 commit b31ee57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ updates:
- dependency-name: "jakarta.enterprise:jakarta.enterprise.cdi-api"
- dependency-name: "jakarta.xml.bind:jakarta.xml.bind-api"
- dependency-name: "net.bytebuddy:*"
# Newer majors of the following artifacts comply with the Jakarta specification (jakarta.* packages),
# but we comply with Java EE (javax.* packages) for now.
- dependency-name: "org.jberet:*"
update-types: ["version-update:semver-major"]
# Sticking to Derby 10.15 for now since later versions require JDK 17+, and we need to test with JDK 11.
# See https://db.apache.org/derby/derby_downloads.html
- dependency-name: "org.apache.derby:*"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@

<!-- >>> JSR 352 -->
<version.jakarta.batch>2.1.1</version.jakarta.batch>
<version.org.jberet>2.0.4.Final</version.org.jberet>
<version.org.jberet>2.1.1.Final</version.org.jberet>

<!-- >>> Java EE/Jakarta EE dependencies -->
<!-- Used in the JSR352 integration in particular, but also in the ORM integration (?) and various tests -->
Expand Down

0 comments on commit b31ee57

Please sign in to comment.