Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzsimon committed Dec 15, 2024
1 parent 74a1a80 commit e304489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kotlin-asyncapi-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>3.2.0</version>
<version>3.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.0</version>
<version>3.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<jackson.version>2.15.3</jackson.version>
<swagger.version>2.2.19</swagger.version>
<classgraph.version>4.8.163</classgraph.version>
<mockk.version>1.12.3</mockk.version>
<jsonassert.version>1.5.1</jsonassert.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<assertj.version>3.24.2</assertj.version>
<mockk.version>1.13.13</mockk.version>
<jsonassert.version>1.5.3</jsonassert.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<assertj.version>3.26.3</assertj.version>
</properties>

<build>
Expand Down Expand Up @@ -223,7 +223,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit e304489

Please sign in to comment.