File tree Expand file tree Collapse file tree
spring-data-eclipse-store-demo
spring-data-eclipse-store Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
3535 run : npx antora docs/antora-playbook.yml
3636
3737 - name : Setup Pages
38- uses : actions/configure-pages@v5
38+ uses : actions/configure-pages@v6
3939
4040 - name : Upload artifact
41- uses : actions/upload-pages-artifact@v4
41+ uses : actions/upload-pages-artifact@v5
4242 with :
4343 name : site
4444 path : docs/site
4545
4646 - name : Deploy to GitHub Pages
4747 id : deployment
48- uses : actions/deploy-pages@v4
48+ uses : actions/deploy-pages@v5
4949 with :
5050 token : ${{ secrets.GITHUB_TOKEN }}
5151 artifact_name : site
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>4.0.2 </org .springframework.boot.version>
25+ <org .springframework.boot.version>4.0.5 </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.persistence.binary.jdk17.version>2.1.3</org .eclipse.persistence.binary.jdk17.version>
Original file line number Diff line number Diff line change 105105 <plugin >
106106 <groupId >org.apache.maven.plugins</groupId >
107107 <artifactId >maven-surefire-plugin</artifactId >
108- <version >3.5.4 </version >
108+ <version >3.5.5 </version >
109109 <configuration >
110110 <argLine >
111111 --add-opens java.base/java.util=ALL-UNNAMED
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>4.0.2 </org .springframework.boot.version>
54+ <org .springframework.boot.version>4.0.5 </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 <org .eclipse.persistence.binary.jdk17.version>2.1.3</org .eclipse.persistence.binary.jdk17.version>
308308 <plugin >
309309 <groupId >org.apache.maven.plugins</groupId >
310310 <artifactId >maven-surefire-plugin</artifactId >
311- <version >3.5.4 </version >
311+ <version >3.5.5 </version >
312312 <configuration >
313313 <argLine >
314314 --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments