Skip to content

Commit

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

Bump micronaut-hibernate-jpa from 1.1.0 to 1.3.0
  • Loading branch information
alvarosanchez authored Feb 10, 2020
2 parents 4ae5452 + 5f0fd22 commit 2dbea04
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,6 +1,6 @@
ext {
junitVersion = "5.5.0"
micronautHibernateJpaVersion = "1.1.0"
micronautHibernateJpaVersion = "1.3.0"
micronautJdbcTomcatVersion = "1.3.0"
}

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

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

0 comments on commit 2dbea04

Please sign in to comment.