File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " maven" # See documentation for possible values
9
+ directory : " /" # Location of package manifests
10
+ schedule :
11
+ interval : " weekly"
12
+ ignore :
13
+ - dependency-name : " jakarta.*" # Don't offer updates for new Jakarta EE spec versions
14
+ update-types :
15
+ - version-update:semver-major
16
+ - version-update:semver-minor
17
+ - dependency-name : " org.eclipse.microprofile:microprofile-parent" # The major version of microprofile-parent is tied to the Jakarta EE version
18
+ update-types :
19
+ - version-update:semver-major
20
+ - package-ecosystem : github-actions
21
+ directory : " /"
22
+ schedule :
23
+ interval : weekly
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-checkstyle-plugin</artifactId >
44
- <version >3.2.1 </version >
44
+ <version >3.6.0 </version >
45
45
<configuration >
46
46
<!-- https://github.com/checkstyle/checkstyle/issues/8240 -->
47
47
<excludes >**/module-info.java</excludes >
Original file line number Diff line number Diff line change 37
37
<rest-assured .version>5.5.1</rest-assured .version>
38
38
<hamcrest .version>3.0</hamcrest .version>
39
39
<httpclient .version>4.5.14</httpclient .version>
40
- <jackson .version>2.18.2 </jackson .version>
40
+ <jackson .version>2.18.3 </jackson .version>
41
41
<mp .rest-client-api.version>4.0</mp .rest-client-api.version>
42
42
<jakarta .xml.bind-api.version>3.0.1</jakarta .xml.bind-api.version>
43
43
<jakarta .validation-api.version>3.0.2</jakarta .validation-api.version>
44
44
<!-- We can use the 3.x TCK BOM even though we use the 2.x parent because we're targetting Java 11 -->
45
- <version .microprofile.tck.bom>3.2 </version .microprofile.tck.bom>
45
+ <version .microprofile.tck.bom>3.4 </version .microprofile.tck.bom>
46
46
</properties >
47
47
48
48
<developers >
You can’t perform that action at this time.
0 commit comments