File tree Expand file tree Collapse file tree
spring-data-eclipse-store Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Install Node.js
27- uses : actions/setup-node@v5
27+ uses : actions/setup-node@v6
2828 with :
29- node-version : 22
29+ node-version : 24
3030
3131 - name : Install Antora and the Antora Lunr Extension
3232 run : npm i antora @antora/lunr-extension
Original file line number Diff line number Diff line change 1919
2020 - name : Link Checker
2121 id : lychee
22- uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2
22+ uses : lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2
2323 with :
2424 fail : false # Don't fail on broken links, create an issue instead
2525
Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ jobs:
163163 - uses : actions/checkout@v5
164164
165165 - name : Install Node.js
166- uses : actions/setup-node@v5
166+ uses : actions/setup-node@v6
167167 with :
168- node-version : 22
168+ node-version : 24
169169
170170 - name : Install Antora and the Antora Lunr Extension
171171 run : npm i antora @antora/lunr-extension
Original file line number Diff line number Diff line change 2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2323
2424 <!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
25- <org .springframework.boot.version>3.5.6 </org .springframework.boot.version>
25+ <org .springframework.boot.version>3.5.9 </org .springframework.boot.version>
2626 <org .eclipse.store.version>3.1.0</org .eclipse.store.version>
2727 <org .eclipse.serializer.version>3.1.0</org .eclipse.serializer.version>
2828 <org .eclipse.storage-restservice-springboot.version>3.1.0</org .eclipse.storage-restservice-springboot.version>
151151 <dependency >
152152 <groupId >net.sourceforge.pmd</groupId >
153153 <artifactId >pmd-core</artifactId >
154- <version >7.17 .0</version >
154+ <version >7.20 .0</version >
155155 </dependency >
156156 <dependency >
157157 <groupId >net.sourceforge.pmd</groupId >
158158 <artifactId >pmd-java</artifactId >
159- <version >7.17 .0</version >
159+ <version >7.20 .0</version >
160160 </dependency >
161161 </dependencies >
162162 </plugin >
Original file line number Diff line number Diff line change 5151 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5252
5353 <!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
54- <org .springframework.boot.version>3.5.6 </org .springframework.boot.version>
54+ <org .springframework.boot.version>3.5.9 </org .springframework.boot.version>
5555 <org .eclipse.store.version>3.1.0</org .eclipse.store.version>
5656 <org .eclipse.serializer.version>3.1.0</org .eclipse.serializer.version>
5757 <hibernate-validator .version>9.0.1.Final</hibernate-validator .version>
322322 <plugin >
323323 <groupId >org.apache.maven.plugins</groupId >
324324 <artifactId >maven-source-plugin</artifactId >
325- <version >3.3.1 </version >
325+ <version >3.4.0 </version >
326326 <executions >
327327 <execution >
328328 <id >attach-sources</id >
454454 <dependency >
455455 <groupId >net.sourceforge.pmd</groupId >
456456 <artifactId >pmd-core</artifactId >
457- <version >7.17 .0</version >
457+ <version >7.20 .0</version >
458458 </dependency >
459459 <dependency >
460460 <groupId >net.sourceforge.pmd</groupId >
461461 <artifactId >pmd-java</artifactId >
462- <version >7.17 .0</version >
462+ <version >7.20 .0</version >
463463 </dependency >
464464 </dependencies >
465465 </plugin >
You can’t perform that action at this time.
0 commit comments