Skip to content

Commit

Permalink
Merge pull request #115 from micronaut-projects/dependabot/gradle/io.…
Browse files Browse the repository at this point in the history
…micronaut.configuration-micronaut-jdbc-tomcat-1.3.0

Bump micronaut-jdbc-tomcat from 1.1.0 to 1.3.0
  • Loading branch information
alvarosanchez authored Feb 10, 2020
2 parents 14cdd8f + 06f214d commit 4ae5452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-junit5/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
junitVersion = "5.5.0"
micronautHibernateJpaVersion = "1.1.0"
micronautJdbcTomcatVersion = "1.1.0"
micronautJdbcTomcatVersion = "1.3.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion test-kotlintest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
micronautHibernateJpaVersion = "1.1.0"
micronautJdbcTomcatVersion = "1.1.0"
micronautJdbcTomcatVersion = "1.3.0"
kotlinVersion = "1.3.61"
}

Expand Down

0 comments on commit 4ae5452

Please sign in to comment.