Skip to content

Commit eb0895a

Browse files
committed
Update Fabric8 to 6.13.0
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
1 parent eaf1c55 commit eb0895a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<maven.compiler.target>17</maven.compiler.target>
7474
<maven.compiler.release>17</maven.compiler.release>
7575

76-
<fabric8.version>6.12.1</fabric8.version>
76+
<fabric8.version>6.13.0</fabric8.version>
7777
<log4j.version>2.17.2</log4j.version>
7878

7979
<!-- Build tools' properties -->
@@ -88,11 +88,12 @@
8888
<maven.javadoc.version>3.4.1</maven.javadoc.version>
8989
<maven.assembly.version>3.4.2</maven.assembly.version>
9090
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
91-
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
9291
<junit.jupiter.version>5.10.2</junit.jupiter.version>
9392
<junit.platform.version>1.10.2</junit.platform.version>
9493
<maven.surefire.version>3.2.2</maven.surefire.version>
9594
<jackson-dataformat-yaml.version>2.17.1</jackson-dataformat-yaml.version>
95+
96+
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
9697
</properties>
9798

9899
<dependencyManagement>

0 commit comments

Comments
 (0)