Skip to content

Commit af1a836

Browse files
committed
Bump dependencies:
scalecube-parent -> 0.3.12 reactor -> 2024.0.8 jackson -> 2.19.2
1 parent bc4cc85 commit af1a836

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?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">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
68
<groupId>io.scalecube</groupId>
79
<artifactId>scalecube-parent</artifactId>
8-
<version>0.3.1</version>
10+
<version>0.3.12</version>
911
</parent>
1012

1113
<artifactId>scalecube-cluster-parent</artifactId>
@@ -33,9 +35,9 @@
3335
</scm>
3436

3537
<properties>
36-
<reactor.version>2020.0.32</reactor.version>
37-
<netty.version>4.1.118.Final</netty.version>
38-
<jackson.version>2.18.2</jackson.version>
38+
<reactor.version>2024.0.8</reactor.version>
39+
<netty.version>4.2.3.Final</netty.version>
40+
<jackson.version>2.19.2</jackson.version>
3941
<slf4j.version>1.7.36</slf4j.version>
4042

4143
<mockito-junit.version>5.3.1</mockito-junit.version>

0 commit comments

Comments
 (0)