Skip to content

Commit e7d0f97

Browse files
committed
Align Pekko and support libs versions
Signed-off-by: Peter Suna <peter.suna@pantheon.tech>
1 parent 6720104 commit e7d0f97

File tree

1 file changed

+4
-4
lines changed
  • lighty-core/dependency-versions

1 file changed

+4
-4
lines changed

lighty-core/dependency-versions/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,22 +227,22 @@
227227
<dependency>
228228
<groupId>org.apache.pekko</groupId>
229229
<artifactId>pekko-management_3</artifactId>
230-
<version>1.0.0</version>
230+
<version>1.1.1</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.apache.pekko</groupId>
234234
<artifactId>pekko-management-cluster-http_3</artifactId>
235-
<version>1.0.0</version>
235+
<version>1.1.1</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.apache.pekko</groupId>
239239
<artifactId>pekko-management-cluster-bootstrap_3</artifactId>
240-
<version>1.0.0</version>
240+
<version>1.1.1</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.apache.pekko</groupId>
244244
<artifactId>pekko-discovery-kubernetes-api_3</artifactId>
245-
<version>1.0.0</version>
245+
<version>1.1.1</version>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)