Skip to content

Commit e304489

Browse files
committed
Bump dependencies
1 parent 74a1a80 commit e304489

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

kotlin-asyncapi-spring-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-test</artifactId>
55-
<version>3.2.0</version>
55+
<version>3.4.0</version>
5656
<scope>test</scope>
5757
<exclusions>
5858
<exclusion>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-starter-web</artifactId>
67-
<version>3.2.0</version>
67+
<version>3.4.0</version>
6868
<scope>test</scope>
6969
<exclusions>
7070
<exclusion>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
<jackson.version>2.15.3</jackson.version>
5757
<swagger.version>2.2.19</swagger.version>
5858
<classgraph.version>4.8.163</classgraph.version>
59-
<mockk.version>1.12.3</mockk.version>
60-
<jsonassert.version>1.5.1</jsonassert.version>
61-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
62-
<assertj.version>3.24.2</assertj.version>
59+
<mockk.version>1.13.13</mockk.version>
60+
<jsonassert.version>1.5.3</jsonassert.version>
61+
<junit-jupiter.version>5.11.3</junit-jupiter.version>
62+
<assertj.version>3.26.3</assertj.version>
6363
</properties>
6464

6565
<build>
@@ -223,7 +223,7 @@
223223
</dependency>
224224
<dependency>
225225
<groupId>io.mockk</groupId>
226-
<artifactId>mockk</artifactId>
226+
<artifactId>mockk-jvm</artifactId>
227227
<version>${mockk.version}</version>
228228
<scope>test</scope>
229229
</dependency>

0 commit comments

Comments
 (0)