Skip to content

Commit d789b0a

Browse files
Merge master into dependabot/maven/io.mockk-mockk-jvm-1.14.7
2 parents af5c258 + de9395b commit d789b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-assembly-plugin</artifactId>
117-
<version>3.7.1</version>
117+
<version>3.8.0</version>
118118
<configuration>
119119
<descriptorRefs>
120120
<descriptorRef>jar-with-dependencies</descriptorRef>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<java.version>21</java.version>
5858
<kotlin.version>2.2.21</kotlin.version>
5959
<jackson.version>2.20.1</jackson.version>
60-
<swagger.version>2.2.41</swagger.version>
60+
<swagger.version>2.2.42</swagger.version>
6161
<classgraph.version>4.8.184</classgraph.version>
6262
<mockk.version>1.14.7</mockk.version>
6363
<jsonassert.version>1.5.3</jsonassert.version>

0 commit comments

Comments
 (0)