File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
spring-data-eclipse-store
spring-data-eclipse-store-benchmark
spring-data-eclipse-store-demo
spring-data-eclipse-store-jpa Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ instructions** are in the documentation](https://xdev-software.github.io/spring-
52
52
| ---------------------------| --------| -------------| --------------|
53
53
| `` <= 1.0.2 `` | `` 17 `` | `` 3.2.2 `` | `` 1.1.0 `` |
54
54
| `` 1.0.3/1.0.4 `` | `` 17 `` | `` 3.2.3 `` | `` 1.2.0 `` |
55
- | `` >= 1.0.5 `` | `` 17 `` | `` 3.2.3 `` | `` 1.3.2 `` |
55
+ | `` >= 1.0.5 `` | `` 17 `` | `` 3.2.5 `` | `` 1.3.2 `` |
56
56
57
57
## Demo
58
58
Original file line number Diff line number Diff line change 20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
22
23
- <org .springframework.boot.version>3.2.3 </org .springframework.boot.version>
23
+ <org .springframework.boot.version>3.2.5 </org .springframework.boot.version>
24
24
<jmh .version>1.37</jmh .version>
25
25
</properties >
26
26
Original file line number Diff line number Diff line change 23
23
24
24
<mainClass >software.xdev.spring.data.eclipse.store.demo.complex.ComplexDemoApplication</mainClass >
25
25
26
- <org .springframework.boot.version>3.2.3 </org .springframework.boot.version>
26
+ <org .springframework.boot.version>3.2.5 </org .springframework.boot.version>
27
27
</properties >
28
28
29
29
<dependencyManagement >
Original file line number Diff line number Diff line change 25
25
26
26
<mainClass >software.xdev.spring.data.eclipse.store.demo.complex.ComplexDemoApplication</mainClass >
27
27
28
- <org .springframework.boot.version>3.2.3 </org .springframework.boot.version>
28
+ <org .springframework.boot.version>3.2.5 </org .springframework.boot.version>
29
29
</properties >
30
30
31
31
<dependencyManagement >
Original file line number Diff line number Diff line change 50
50
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
51
51
52
52
<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
53
- <org .springframework.boot.version>3.2.3 </org .springframework.boot.version>
53
+ <org .springframework.boot.version>3.2.5 </org .springframework.boot.version>
54
54
<org .eclipse.store.version>1.3.2</org .eclipse.store.version>
55
55
<org .eclipse.serializer.version>1.3.2</org .eclipse.serializer.version>
56
56
</properties >
You can’t perform that action at this time.
0 commit comments