File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ updates:
100
100
- dependency-name : " jakarta.enterprise:jakarta.enterprise.cdi-api"
101
101
- dependency-name : " jakarta.xml.bind:jakarta.xml.bind-api"
102
102
- dependency-name : " net.bytebuddy:*"
103
+ # Because we stay on a particular version of CDI that matches the one in ORM
104
+ # we don't want always want to get the latest Weld version:
105
+ - dependency-name : " org.jboss.weld.se:*"
106
+ update-types : ["version-update:semver-major"]
103
107
# Sticking to Derby 10.15 for now since later versions require JDK 17+, and we need to test with JDK 11.
104
108
# See https://db.apache.org/derby/derby_downloads.html
105
109
- dependency-name : " org.apache.derby:*"
Original file line number Diff line number Diff line change 88
88
<!-- slf4j: used by the AWS SDK -->
89
89
<version .org.slf4j>1.7.36</version .org.slf4j>
90
90
91
- <!-- >>> ORM 6 with Jakarta Persistence -->
91
+ <!-- >>> ORM 7 with Jakarta Persistence -->
92
92
<!-- IMPORTANT: Make sure that version.jakarta.persistence aligns with the imported version! -->
93
93
<!--
94
94
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
156
156
- remove and generate the files in mapper/orm-outbox-polling/src/main/avro/generated
157
157
-->
158
158
<version .org.apache.avro>1.12.0</version .org.apache.avro>
159
- <version .org.jboss.weld>6.0.0 .Final</version .org.jboss.weld>
159
+ <version .org.jboss.weld>5.1.4 .Final</version .org.jboss.weld>
160
160
161
161
<!-- >>> JDBC Drivers -->
162
162
<version .com.h2database>2.3.232</version .com.h2database>
1056
1056
<rules >
1057
1057
<bannedDependencies >
1058
1058
<excludes >
1059
- <!-- As we are using ORM 6 and Jakarta we don't want javax dependencies: -->
1059
+ <!-- As we are using ORM 7 and Jakarta we don't want javax dependencies: -->
1060
1060
<exclude >javax.persistence:javax.persistence-api</exclude >
1061
1061
<exclude >javax.transaction:javax.transaction-api</exclude >
1062
1062
<exclude >javax.enterprise:cdi-api</exclude >
You can’t perform that action at this time.
0 commit comments