Skip to content

Commit

Permalink
HSEARCH-4395 Upgrade Weld 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 5739800 commit 8192843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ updates:
- 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.
# TODO HSEARCH-4394 Remove these when switching to Jakarta EE as the default standard
- dependency-name: "org.jboss.weld.se:*"
update-types: ["version-update:semver-major"]
- 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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<version.org.apache.commons.lang3>3.12.0</version.org.apache.commons.lang3>
<version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
<version.org.apache.avro>1.11.1</version.org.apache.avro>
<version.org.jboss.weld>4.0.3.Final</version.org.jboss.weld>
<version.org.jboss.weld>5.1.1.Final</version.org.jboss.weld>

<!-- >>> JDBC Drivers -->
<version.com.h2database>2.1.214</version.com.h2database>
Expand Down

0 comments on commit 8192843

Please sign in to comment.