Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef01f97

Browse files
dependabot-supportheowc
authored andcommittedApr 1, 2019
Bump vertx-web from 3.6.3 to 3.7.0
Bumps vertx-web from 3.6.3 to 3.7.0. Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d9460d commit ef01f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎SpringBootVertx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configurations {
3030
dependencies {
3131
compile('org.springframework.boot:spring-boot-starter-data-jpa')
3232
compile('org.springframework.boot:spring-boot-starter-web')
33-
compile('io.vertx:vertx-web:3.6.3')
33+
compile('io.vertx:vertx-web:3.7.0')
3434
runtime('com.h2database:h2')
3535
compileOnly('org.projectlombok:lombok')
3636
testCompile('org.springframework.boot:spring-boot-starter-test')

0 commit comments

Comments
 (0)
Please sign in to comment.