File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os}}
24
24
steps :
25
25
- name : Checkout Repository
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27
27
with :
28
28
submodules : recursive
29
29
35
35
cache : maven
36
36
37
37
- name : Cache local Maven repository
38
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
39
39
with :
40
40
path : ~/.m2/repository
41
41
key : ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 31
31
steps :
32
32
# The logic below handles the maven publication:
33
33
- name : Checkout Repository
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35
35
with :
36
36
submodules : recursive
37
37
46
46
server-password : CENTRAL_PASSWORD
47
47
48
48
- name : Cache local Maven repository
49
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
49
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
50
50
with :
51
51
path : ~/.m2/repository
52
52
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 304
304
<plugin >
305
305
<groupId >org.apache.maven.plugins</groupId >
306
306
<artifactId >maven-javadoc-plugin</artifactId >
307
- <version >3.11.2 </version >
307
+ <version >3.11.3 </version >
308
308
<configuration >
309
309
<failOnWarnings >${javadoc.failOnWarnings} </failOnWarnings >
310
310
<sourceFileExcludes >
417
417
<dependency >
418
418
<groupId >com.puppycrawl.tools</groupId >
419
419
<artifactId >checkstyle</artifactId >
420
- <version >10.26 .1</version >
420
+ <version >11.0 .1</version >
421
421
</dependency >
422
422
</dependencies >
423
423
<executions >
453
453
<plugin >
454
454
<groupId >com.github.spotbugs</groupId >
455
455
<artifactId >spotbugs-maven-plugin</artifactId >
456
- <version >4.9.3.2 </version >
456
+ <version >4.9.4.1 </version >
457
457
<configuration >
458
458
<excludeFilterFile >spotbugs-exclusions.xml</excludeFilterFile >
459
459
<plugins >
Original file line number Diff line number Diff line change 278
278
<plugin >
279
279
<groupId >com.github.spotbugs</groupId >
280
280
<artifactId >spotbugs-maven-plugin</artifactId >
281
- <version >4.9.3.2 </version >
281
+ <version >4.9.4.1 </version >
282
282
<configuration >
283
283
<onlyAnalyze >dev.openfeature.contrib.-</onlyAnalyze >
284
284
</configuration >
Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >com.google.guava</groupId >
74
74
<artifactId >guava</artifactId >
75
- <version >33.4.0 -jre</version >
75
+ <version >33.4.8 -jre</version >
76
76
</dependency >
77
77
78
78
<dependency >
You can’t perform that action at this time.
0 commit comments