File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
spring-modulith-events/spring-modulith-events-neo4j
spring-modulith-example-epr-neo4j Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 12
12
version :
13
13
- ' 3.1.9'
14
14
- ' 3.1.10-SNAPSHOT'
15
- - ' 3.2.3 -SNAPSHOT'
15
+ - ' 3.2.4 -SNAPSHOT'
16
16
name : Build against Boot ${{ matrix.version }}
17
17
runs-on : ubuntu-latest
18
18
Original file line number Diff line number Diff line change 40
40
<lombok .version>1.18.30</lombok .version>
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
42
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
43
- <spring .version>6.1.3 </spring .version> <!-- For Javadoc links only -->
44
- <spring-boot .version>3.2.2 </spring-boot .version>
43
+ <spring .version>6.1.4 </spring .version> <!-- For Javadoc links only -->
44
+ <spring-boot .version>3.2.3 </spring-boot .version>
45
45
<spring-cloud-aws-bom .version>3.0.4</spring-cloud-aws-bom .version>
46
46
47
47
</properties >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.springframework.data</groupId >
28
28
<artifactId >spring-data-neo4j</artifactId >
29
+ <exclusions >
30
+ <exclusion >
31
+ <groupId >io.projectreactor</groupId >
32
+ <artifactId >reactor-core</artifactId >
33
+ </exclusion >
34
+ </exclusions >
29
35
</dependency >
30
36
31
37
<dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.2.2 </version >
7
+ <version >3.2.3 </version >
8
8
<relativePath />
9
9
</parent >
10
10
26
26
<properties >
27
27
<java .version>17</java .version>
28
28
<jmolecules .version>2023.1.1</jmolecules .version>
29
- <spring-boot .version>3.2.2 </spring-boot .version>
29
+ <spring-boot .version>3.2.3 </spring-boot .version>
30
30
</properties >
31
31
32
32
<build >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >org.springframework.boot</groupId >
33
33
<artifactId >spring-boot-starter-data-neo4j</artifactId >
34
+ <exclusions >
35
+ <exclusion >
36
+ <groupId >io.projectreactor</groupId >
37
+ <artifactId >reactor-core</artifactId >
38
+ </exclusion >
39
+ </exclusions >
34
40
</dependency >
35
41
36
42
<dependency >
You can’t perform that action at this time.
0 commit comments