Skip to content

Commit 4dd8bc5

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/spring-data-eclipse-store into develop
2 parents b9932fa + d81d92e commit 4dd8bc5

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
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

spring-data-eclipse-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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>
@@ -308,7 +308,7 @@
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

0 commit comments

Comments
 (0)