Skip to content

Commit e099c99

Browse files
committed
Merge remote-tracking branch 'origin/master' into dependabot/maven/org.axonframework-axon-spring-boot-starter-5.0.0-preview
2 parents 30e41aa + 9ad358a commit e099c99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "João Esperancinha",
1919
"license": "ISC",
2020
"devDependencies": {
21-
"cypress": "15.7.0",
21+
"cypress": "15.7.1",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"
2424
},

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
4545
<jaxb-api.version>2.3.1</jaxb-api.version>
4646
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
47-
<springmockk.version>4.0.2</springmockk.version>
47+
<springmockk.version>5.0.1</springmockk.version>
4848
<kotest-extensions-spring.version>1.3.0</kotest-extensions-spring.version>
49-
<mockk.version>1.14.6</mockk.version>
49+
<mockk.version>1.14.7</mockk.version>
5050
<kotest.version>5.8.0</kotest.version>
5151

52-
<kotlin.version>2.2.21</kotlin.version>
52+
<kotlin.version>2.3.0</kotlin.version>
5353
<kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version>
5454
<kotlinx-coroutines-debug.version>1.10.2</kotlinx-coroutines-debug.version>
5555

video-series-mono/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Single control project to keep green as a checkup for Axon</description>
1616

1717
<properties>
18-
<kotlin.version>2.2.21</kotlin.version>
18+
<kotlin.version>2.3.0</kotlin.version>
1919
</properties>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)