Skip to content

Commit

Permalink
fix: broken test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Dec 6, 2024
1 parent d0674ca commit d33fb0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ldi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

<properties>
<awaitility.version>4.2.0</awaitility.version>
<cucumber.version>7.13.0</cucumber.version>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion ldi-orchestrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<spring-boot.version>3.1.3</spring-boot.version>
<spring-modulith.version>1.1.6</spring-modulith.version>
<spring-test.version>6.0.11</spring-test.version>
<cucumber.version>7.13.0</cucumber.version>
<junit-platform-suite.version>1.9.3</junit-platform-suite.version>
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<pyroscope.version>0.13.0</pyroscope.version>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<developers>
<developer>
<name>Yalz</name>
<email>[email protected] </email>
<email>[email protected]</email>
<organization>Cegeka</organization>
<organizationUrl>http://www.sonatype.com</organizationUrl>
</developer>
Expand Down Expand Up @@ -84,8 +84,9 @@
<awaitility.version>4.2.0</awaitility.version>
<byte-buddy.version>1.14.12</byte-buddy.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
<mockito-core.version>5.5.0</mockito-core.version>
<mockito-junit.version>5.5.0</mockito-junit.version>
<mockito-core.version>5.14.2</mockito-core.version>
<mockito-junit.version>5.14.2</mockito-junit.version>
<cucumber.version>7.15.0</cucumber.version>
<testcontainers.version>1.19.6</testcontainers.version>
<testcontainers-postgresql.version>1.20.2</testcontainers-postgresql.version>
<slf4j.version>2.0.7</slf4j.version>
Expand Down

0 comments on commit d33fb0b

Please sign in to comment.