We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e0eed commit 4b8188aCopy full SHA for 4b8188a
build.gradle.kts
@@ -16,7 +16,7 @@ allprojects {
16
apply(plugin = "maven-publish")
17
18
group = "io.javalin.community.openapi"
19
- version = "5.6.2-1"
+ version = "5.6.2-2"
20
21
repositories {
22
mavenCentral()
examples/javalin-maven-java/pom.xml
@@ -12,7 +12,7 @@
12
<maven.compiler.source>11</maven.compiler.source>
13
<maven.compiler.target>11</maven.compiler.target>
14
<javalin.version>5.6.2</javalin.version>
15
- <javalin.openapi.version>5.6.2-1</javalin.openapi.version>
+ <javalin.openapi.version>5.6.2-2</javalin.openapi.version>
</properties>
<repositories>
0 commit comments