Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Jul 1, 2024
1 parent f122d1a commit bad0903
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fabric8.version>6.12.1</fabric8.version>
<fabric8.version>6.13.0</fabric8.version>
<sundrio.version>0.200.0</sundrio.version>
<lobbok.version>1.18.30</lobbok.version>
<maven.compiler.version>3.11.0</maven.compiler.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.platform.version>1.10.2</junit.platform.version>
<maven.surefire.version>3.2.2</maven.surefire.version>
<maven.surefire.version>3.3.0</maven.surefire.version>
<logback.version>1.5.6</logback.version>
<slf4j.version>2.0.9</slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
<opedatahub-crds.version>1.0.56-SNAPSHOT</opedatahub-crds.version>
<checkstyle.version>10.12.5</checkstyle.version>
<checkstyle.version>10.17.0</checkstyle.version>
<maven.checkstyle.version>3.3.1</maven.checkstyle.version>
<maven.download.plugin.version>1.7.1</maven.download.plugin.version>
<commons.io.version>2.15.1</commons.io.version>
<commons.io.version>2.16.1</commons.io.version>
<jsr305.version>3.0.2</jsr305.version>
<docs.generator.version>0.1.0</docs.generator.version>
<jackson-dataformat-yaml.version>2.17.1</jackson-dataformat-yaml.version>
<aspectj.version>1.9.21.2</aspectj.version>
<allure.version>2.25.0</allure.version>
<allure.version>2.27.0</allure.version>
<allure.maven.version>2.12.0</allure.maven.version>
<test-frame.version>0.1.1</test-frame.version>
</properties>
Expand Down

0 comments on commit bad0903

Please sign in to comment.