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 1212 version :
1313 - ' 3.1.9'
1414 - ' 3.1.10-SNAPSHOT'
15- - ' 3.2.3 -SNAPSHOT'
15+ - ' 3.2.4 -SNAPSHOT'
1616 name : Build against Boot ${{ matrix.version }}
1717 runs-on : ubuntu-latest
1818
Original file line number Diff line number Diff line change 4040 <lombok .version>1.18.30</lombok .version>
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <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>
4545 <spring-cloud-aws-bom .version>3.0.4</spring-cloud-aws-bom .version>
4646
4747 </properties >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >org.springframework.data</groupId >
2828 <artifactId >spring-data-neo4j</artifactId >
29+ <exclusions >
30+ <exclusion >
31+ <groupId >io.projectreactor</groupId >
32+ <artifactId >reactor-core</artifactId >
33+ </exclusion >
34+ </exclusions >
2935 </dependency >
3036
3137 <dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >3.2.2 </version >
7+ <version >3.2.3 </version >
88 <relativePath />
99 </parent >
1010
2626 <properties >
2727 <java .version>17</java .version>
2828 <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>
3030 </properties >
3131
3232 <build >
Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >org.springframework.boot</groupId >
3333 <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 >
3440 </dependency >
3541
3642 <dependency >
You can’t perform that action at this time.
0 commit comments