|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 |
|
5 | 7 | <parent> |
6 | 8 | <groupId>io.scalecube</groupId> |
7 | 9 | <artifactId>scalecube-parent</artifactId> |
8 | | - <version>0.3.1</version> |
| 10 | + <version>0.3.12</version> |
9 | 11 | </parent> |
10 | 12 |
|
11 | 13 | <artifactId>scalecube-services-parent</artifactId> |
12 | 14 | <version>2.13.2-SNAPSHOT</version> |
13 | 15 | <packaging>pom</packaging> |
14 | | - <name>ScaleCube-Services</name> |
| 16 | + <name>${project.artifactId}</name> |
15 | 17 |
|
16 | 18 | <repositories> |
17 | 19 | <repository> |
|
57 | 59 | </scm> |
58 | 60 |
|
59 | 61 | <properties> |
60 | | - <scalecube-cluster.version>2.7.1</scalecube-cluster.version> |
61 | | - <scalecube-security.version>1.1.1</scalecube-security.version> |
| 62 | + <scalecube-cluster.version>2.7.2</scalecube-cluster.version> |
| 63 | + <scalecube-security.version>1.1.3</scalecube-security.version> |
62 | 64 |
|
63 | | - <reactor.version>2020.0.32</reactor.version> |
64 | | - <jackson.version>2.18.2</jackson.version> |
65 | | - <netty.version>4.1.118.Final</netty.version> |
66 | | - <rsocket.version>1.1.4</rsocket.version> |
| 65 | + <reactor.version>2024.0.8</reactor.version> |
| 66 | + <netty.version>4.2.3.Final</netty.version> |
| 67 | + <jackson.version>2.19.2</jackson.version> |
| 68 | + <rsocket.version>1.1.5</rsocket.version> |
67 | 69 | <jsr305.version>3.0.2</jsr305.version> |
68 | 70 | <slf4j.version>1.7.36</slf4j.version> |
69 | 71 |
|
|
0 commit comments