Skip to content

Commit 438c5e1

Browse files
committed
Bump versions: mandrel, vertx, gis
1 parent 7f94b86 commit 438c5e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/quarkus/ubi-quarkus-mandrel:22.0.0.2-Final-java17
1+
FROM quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java17
22

33
USER root
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.vertx</groupId>
2525
<artifactId>vertx-core</artifactId>
26-
<version>4.2.5</version>
26+
<version>4.3.4</version>
2727
</dependency>
2828
</dependencies>
2929

src/main/java/org/nqm/Gis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name = "gis",
1212
description = "Git extension wrapper which supports submodules",
1313
mixinStandardHelpOptions = true,
14-
version = "1.0.1")
14+
version = "1.1.0")
1515
public class Gis extends GitCommand {
1616

1717
@Option(names = "-v", description = "Show more details information.", scope = ScopeType.INHERIT)

0 commit comments

Comments
 (0)