|
38 | 38 | <hikari-cp.version>4.0.3</hikari-cp.version>
|
39 | 39 | <java.version>1.8</java.version>
|
40 | 40 | <jsr305.version>3.0.2</jsr305.version>
|
41 |
| - <junit.version>5.9.0</junit.version> |
| 41 | + <junit.version>5.9.1</junit.version> |
42 | 42 | <jmh.version>1.35</jmh.version>
|
43 | 43 | <mbr.version>0.3.0.RELEASE</mbr.version>
|
44 |
| - <logback.version>1.2.9</logback.version> |
| 44 | + <logback.version>1.3.4</logback.version> |
45 | 45 | <mockito.version>4.7.0</mockito.version>
|
46 |
| - <netty.version>4.1.80.Final</netty.version> |
| 46 | + <netty.version>4.1.84.Final</netty.version> |
47 | 47 | <postgresql.version>42.5.0</postgresql.version>
|
48 | 48 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
49 | 49 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
50 | 50 | <r2dbc-spi.version>1.0.0.RELEASE</r2dbc-spi.version>
|
51 |
| - <reactor.version>2022.0.0-M2</reactor.version> |
| 51 | + <reactor.version>2022.0.0-SNAPSHOT</reactor.version> |
52 | 52 | <scram-client.version>2.1</scram-client.version>
|
53 |
| - <spring-framework.version>5.3.22</spring-framework.version> |
54 |
| - <testcontainers.version>1.17.3</testcontainers.version> |
| 53 | + <spring-framework.version>5.3.23</spring-framework.version> |
| 54 | + <testcontainers.version>1.17.5</testcontainers.version> |
55 | 55 | <jts-core.version>1.19.0</jts-core.version>
|
56 | 56 | </properties>
|
57 | 57 |
|
|
137 | 137 | </dependency>
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>io.projectreactor.netty</groupId>
|
140 |
| - <artifactId>reactor-netty</artifactId> |
| 140 | + <artifactId>reactor-netty-core</artifactId> |
141 | 141 | </dependency>
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>io.netty</groupId>
|
|
281 | 281 | <plugin>
|
282 | 282 | <groupId>org.apache.maven.plugins</groupId>
|
283 | 283 | <artifactId>maven-jar-plugin</artifactId>
|
284 |
| - <version>3.2.2</version> |
| 284 | + <version>3.3.0</version> |
285 | 285 | <configuration>
|
286 | 286 | <archive>
|
287 | 287 | <manifest>
|
|
649 | 649 | </snapshots>
|
650 | 650 | </repository>
|
651 | 651 |
|
| 652 | + <repository> |
| 653 | + <id>spring-libs-snapshot</id> |
| 654 | + <url>https://repo.spring.io/libs-snapshot</url> |
| 655 | + <snapshots> |
| 656 | + <enabled>true</enabled> |
| 657 | + </snapshots> |
| 658 | + </repository> |
| 659 | + |
652 | 660 | <repository>
|
653 | 661 | <id>spring-libs-milestone</id>
|
654 | 662 | <url>https://repo.spring.io/libs-milestone</url>
|
|
0 commit comments