Skip to content

Commit 7262427

Browse files
authored
Version update 9 02 (eugenp#2547)
* Update Hazelcast * Update Hbase * Update Immutables * Update Lombok
1 parent 94d02ed commit 7262427

5 files changed

Lines changed: 5 additions & 9 deletions

File tree

hazelcast/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.hazelcast</groupId>
2424
<artifactId>hazelcast-client</artifactId>
25-
<version>3.7.2</version>
25+
<version>${hazelcast.version}</version>
2626
</dependency>
2727

2828
</dependencies>
@@ -39,7 +39,7 @@
3939

4040
<properties>
4141
<!-- hazelcast -->
42-
<hazelcast.version>3.7.4</hazelcast.version>
42+
<hazelcast.version>3.8.4</hazelcast.version>
4343
</properties>
4444

4545
</project>

hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dependencies>
3232

3333
<properties>
34-
<hbase.version>1.3.0</hbase.version>
34+
<hbase.version>1.3.1</hbase.version>
3535
</properties>
3636

3737

immutables/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.baeldung</groupId>
76
<artifactId>immutables</artifactId>
87
<version>1.0.0-SNAPSHOT</version>
98

@@ -34,7 +33,7 @@
3433
</dependencies>
3534

3635
<properties>
37-
<immutables.version>2.3.10</immutables.version>
36+
<immutables.version>2.5.6</immutables.version>
3837
<assertj.version>3.6.1</assertj.version>
3938
<mutabilitydetector.version>0.9.6</mutabilitydetector.version>
4039
</properties>

json-path/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>json-path</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
76
<name>json-path</name>

lombok/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<name>lombok</name>
9-
10-
<groupId>com.baeldung</groupId>
119
<artifactId>lombok</artifactId>
1210
<version>0.1-SNAPSHOT</version>
1311

@@ -81,7 +79,7 @@
8179
<properties>
8280
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8381
<!-- lombok: https://projectlombok.org/changelog.html -->
84-
<lombok.version>1.16.12</lombok.version>
82+
<lombok.version>1.16.18</lombok.version>
8583

8684
<!-- various -->
8785
<hibernate-jpa-2.1-api.version>1.0.0.Final</hibernate-jpa-2.1-api.version>

0 commit comments

Comments
 (0)