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 2323 runs-on : ${{ matrix.os}}
2424 steps :
2525 - name : Checkout Repository
26- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727 with :
2828 submodules : recursive
2929
3535 cache : maven
3636
3737 - name : Cache local Maven repository
38- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3939 with :
4040 path : ~/.m2/repository
4141 key : ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3131 steps :
3232 # The logic below handles the maven publication:
3333 - name : Checkout Repository
34- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535 with :
3636 submodules : recursive
3737
4646 server-password : CENTRAL_PASSWORD
4747
4848 - name : Cache local Maven repository
49- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
49+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5050 with :
5151 path : ~/.m2/repository
5252 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 304304 <plugin >
305305 <groupId >org.apache.maven.plugins</groupId >
306306 <artifactId >maven-javadoc-plugin</artifactId >
307- <version >3.11.2 </version >
307+ <version >3.11.3 </version >
308308 <configuration >
309309 <failOnWarnings >${javadoc.failOnWarnings} </failOnWarnings >
310310 <sourceFileExcludes >
417417 <dependency >
418418 <groupId >com.puppycrawl.tools</groupId >
419419 <artifactId >checkstyle</artifactId >
420- <version >10.26 .1</version >
420+ <version >11.0 .1</version >
421421 </dependency >
422422 </dependencies >
423423 <executions >
453453 <plugin >
454454 <groupId >com.github.spotbugs</groupId >
455455 <artifactId >spotbugs-maven-plugin</artifactId >
456- <version >4.9.3.2 </version >
456+ <version >4.9.4.1 </version >
457457 <configuration >
458458 <excludeFilterFile >spotbugs-exclusions.xml</excludeFilterFile >
459459 <plugins >
Original file line number Diff line number Diff line change 278278 <plugin >
279279 <groupId >com.github.spotbugs</groupId >
280280 <artifactId >spotbugs-maven-plugin</artifactId >
281- <version >4.9.3.2 </version >
281+ <version >4.9.4.1 </version >
282282 <configuration >
283283 <onlyAnalyze >dev.openfeature.contrib.-</onlyAnalyze >
284284 </configuration >
Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >com.google.guava</groupId >
7474 <artifactId >guava</artifactId >
75- <version >33.4.0 -jre</version >
75+ <version >33.4.8 -jre</version >
7676 </dependency >
7777
7878 <dependency >
You can’t perform that action at this time.
0 commit comments