File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/javalin-maven-java
openapi-annotation-processor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
1313 <maven .compiler.target>11</maven .compiler.target>
14- <javalin .openapi>5.5.0-1 </javalin .openapi>
14+ <javalin .openapi>5.6.0 </javalin .openapi>
1515 </properties >
1616
1717 <repositories >
2525 <dependency >
2626 <groupId >io.javalin</groupId >
2727 <artifactId >javalin</artifactId >
28- <version >5.5 .0</version >
28+ <version >5.6 .0</version >
2929 </dependency >
3030 <dependency >
3131 <groupId >org.tinylog</groupId >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 implementation(kotlin(" reflect" ))
1515 implementation(" org.apache.groovy:groovy:4.0.9" )
1616
17- implementation(" io.javalin:javalin:5.5 .0" ) {
17+ implementation(" io.javalin:javalin:5.6 .0" ) {
1818 exclude(group = " org.slf4j" )
1919 }
2020
You can’t perform that action at this time.
0 commit comments