Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/e2e/typescript-5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Nov 26, 2023
2 parents c2d6305 + a595cfe commit e9f7348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
<mockk.version>1.13.8</mockk.version>
<kotest.version>5.5.3</kotest.version>

<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
<kotlinx-coroutines-debug.version>1.7.3</kotlinx-coroutines-debug.version>

<spring-boot.version>3.1.5</spring-boot.version>
<springdoc-openapi-starter-webmvc-ui.version>2.2.0</springdoc-openapi-starter-webmvc-ui.version>

<postgresql.version>42.6.0</postgresql.version>
<testcontainers.version>1.19.2</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<omni-coveragereporter-maven-plugin.version>0.4.3</omni-coveragereporter-maven-plugin.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
Expand Down
2 changes: 1 addition & 1 deletion video-series-mono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Single control project to keep green as a checkup for Axon</description>

<properties>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e9f7348

Please sign in to comment.