File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313 <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
1414 <exec-maven-plugin .version>3.0.0</exec-maven-plugin .version>
1515 <main .verticle>io.vertx.howtos.hr.MainVerticle</main .verticle>
16- <mutiny-vertx .version>2.5.1 </mutiny-vertx .version>
17- <hibernate-reactive-core .version>1.0.0.CR4 </hibernate-reactive-core .version>
18- <logback-classic .version>1.2.3 </logback-classic .version>
19- <testcontainers .version>1.15.3 </testcontainers .version>
20- <jackson-databind .version>2.12.3 </jackson-databind .version>
16+ <mutiny-vertx .version>2.14.2 </mutiny-vertx .version>
17+ <hibernate-reactive-core .version>1.0.0.Final </hibernate-reactive-core .version>
18+ <logback-classic .version>1.2.6 </logback-classic .version>
19+ <testcontainers .version>1.16.0 </testcontainers .version>
20+ <jackson-databind .version>2.13.0 </jackson-databind .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 1111 <logger name =" org.hibernate" level =" info" />
1212 <logger name =" org.jboss.logging" level =" info" />
1313 <logger name =" org.testcontainers" level =" warn" />
14+ <logger name =" com.github.dockerjava" level =" warn" />
1415
1516 <root level =" debug" >
1617 <appender-ref ref =" STDOUT" />
You can’t perform that action at this time.
0 commit comments