File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 47
47
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
48
48
<r2dbc-spi .version>1.0.0.RELEASE</r2dbc-spi .version>
49
49
<r2dbc-pool .version>1.0.0.RC1</r2dbc-pool .version>
50
- <reactor .version>2022.0.0-M4 </reactor .version>
50
+ <reactor .version>2022.0.0</reactor .version>
51
51
<spring-framework .version>5.3.21</spring-framework .version>
52
52
<testcontainers .version>1.17.3</testcontainers .version>
53
53
</properties >
114
114
</dependency >
115
115
<dependency >
116
116
<groupId >io.projectreactor.netty</groupId >
117
- <artifactId >reactor-netty</artifactId >
117
+ <artifactId >reactor-netty-core </artifactId >
118
118
</dependency >
119
119
<dependency >
120
120
<groupId >com.google.code.findbugs</groupId >
581
581
582
582
</profiles >
583
583
584
- <repositories >
585
- <repository >
586
- <id >oss-sonatype-snapshots</id >
587
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
588
- <snapshots >
589
- <enabled >true</enabled >
590
- </snapshots >
591
- </repository >
592
-
593
- <repository >
594
- <id >spring-libs-milestone</id >
595
- <url >https://repo.spring.io/libs-milestone</url >
596
- </repository >
597
- </repositories >
598
-
599
584
</project >
You can’t perform that action at this time.
0 commit comments