Skip to content

Commit 2d80bd0

Browse files
committed
Bump jakarta.cdi-api from 5.0.0.Alpha3 to 5.0.0.Alpha4
Also change dependabot Maven check interval from monthly to daily.
1 parent 6a486d7 commit 2d80bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ updates:
99
- package-ecosystem: maven
1010
directory: "/"
1111
schedule:
12-
interval: monthly
12+
interval: daily
1313
open-pull-requests-limit: 10
1414
target-branch: master

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<annotation.api.version>3.0.0</annotation.api.version>
9999
<atinject.api.version>2.0.1</atinject.api.version>
100-
<cdi.api.version>5.0.0.Alpha3</cdi.api.version>
100+
<cdi.api.version>5.0.0.Alpha4</cdi.api.version>
101101
<ejb.api.version>4.0.1</ejb.api.version>
102102
<jaxrs.api.version>4.0.0</jaxrs.api.version>
103103
<jpa.api.version>3.2.0</jpa.api.version>

0 commit comments

Comments
 (0)