File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/test/java/org/example/myapp Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616 <properties >
1717 <maven .deploy.skip>true</maven .deploy.skip>
1818 <main .class>org.example.myapp.Main</main .class>
19- <javalin .version>4.1.1 </javalin .version>
19+ <javalin .version>4.6.0 </javalin .version>
2020 <swagger .version>2.0.8</swagger .version>
2121 <kotlin .version>1.3.71</kotlin .version>
2222 <jackson .version>2.12.6.1</jackson .version>
Original file line number Diff line number Diff line change 11package org .example .myapp ;
22
3- import com .fasterxml .jackson .databind .ObjectMapper ;
43import io .avaje .http .client .HttpClientContext ;
54import io .avaje .http .client .JacksonBodyAdapter ;
6- import io .avaje .http .client .RequestLogger ;
75import io .javalin .Javalin ;
86import org .junit .jupiter .api .AfterAll ;
97import org .junit .jupiter .api .BeforeAll ;
You can’t perform that action at this time.
0 commit comments