Skip to content

Commit 5012b70

Browse files
committed
maven: update dependencies
1 parent 1c53610 commit 5012b70

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>io.netifi.proteus.quickstart</groupId>
88
<artifactId>proteus-quickstart</artifactId>
9-
<version>1.5.0</version>
9+
<version>1.5.3</version>
1010
</parent>
1111

1212
<artifactId>client</artifactId>
1313
<name>client</name>
14-
<version>1.5.0</version>
14+
<version>1.5.3</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>io.netifi.proteus.quickstart</groupId>
2020
<artifactId>service-idl</artifactId>
21-
<version>1.5.0</version>
21+
<version>1.5.3</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.netifi.proteus.quickstart</groupId>
55
<artifactId>proteus-quickstart</artifactId>
6-
<version>1.5.0</version>
6+
<version>1.5.3</version>
77
<packaging>pom</packaging>
88
<name>multi</name>
99

@@ -16,10 +16,10 @@
1616
<properties>
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<maven.compiler.source>1.8</maven.compiler.source>
19-
<proteusVersion>1.5.0</proteusVersion>
20-
<rsocketRpcVersion>0.2.4</rsocketRpcVersion>
21-
<protobufVersion>3.6.0</protobufVersion>
22-
<log4j2Version>2.9.0</log4j2Version>
19+
<proteusVersion>1.5.3</proteusVersion>
20+
<rsocketRpcVersion>0.2.12</rsocketRpcVersion>
21+
<protobufVersion>3.6.1</protobufVersion>
22+
<log4j2Version>2.9.1</log4j2Version>
2323
</properties>
2424

2525
<repositories>

service-idl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.netifi.proteus.quickstart</groupId>
99
<artifactId>proteus-quickstart</artifactId>
10-
<version>1.5.0</version>
10+
<version>1.5.3</version>
1111
</parent>
1212

1313
<artifactId>service-idl</artifactId>
1414
<name>service-idl</name>
15-
<version>1.5.0</version>
15+
<version>1.5.3</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>io.netifi.proteus.quickstart</groupId>
88
<artifactId>proteus-quickstart</artifactId>
9-
<version>1.5.0</version>
9+
<version>1.5.3</version>
1010
</parent>
1111

1212
<artifactId>service</artifactId>
1313
<name>service</name>
14-
<version>1.5.0</version>
14+
<version>1.5.3</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>io.netifi.proteus.quickstart</groupId>
2020
<artifactId>service-idl</artifactId>
21-
<version>1.5.0</version>
21+
<version>1.5.3</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

0 commit comments

Comments
 (0)