diff --git a/ant/docs/5-minute-tutorial.md b/ant/docs/5-minute-tutorial.md index aaf1c5c669..310acc3ad4 100644 --- a/ant/docs/5-minute-tutorial.md +++ b/ant/docs/5-minute-tutorial.md @@ -45,7 +45,7 @@ for the purpose of this short tutorial. ```xml - + - + diff --git a/ant/docs/reference-guide.md b/ant/docs/reference-guide.md index 533a3e63d5..7368124d3a 100644 --- a/ant/docs/reference-guide.md +++ b/ant/docs/reference-guide.md @@ -49,7 +49,7 @@ file. In addition, you will need to define properties (or replace the variables) the jdbc driver and for the version information. See an example in the snippet below: ```xml - + diff --git a/gradle/docs/5-minute-tutorial.md b/gradle/docs/5-minute-tutorial.md index 615b3b70ed..5c2e732d4b 100644 --- a/gradle/docs/5-minute-tutorial.md +++ b/gradle/docs/5-minute-tutorial.md @@ -84,13 +84,13 @@ tutorial. Now we can tackle the `build.gradle` file. ## Modify the generated `app\build.gradle` file We have to specify the use of the Gradle plugin in the `plugin` section of the `build.gradle` file. -So we add `id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.6.Final'` to that section. +So we add `id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.7.Final'` to that section. ```groovy ... plugins { ... - id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.6.Final' + id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.7.Final' } ... ``` @@ -114,7 +114,7 @@ with the contents as shown below. ```groovy plugins { id('application') - id('org.hibernate.tool.hibernate-tools-gradle') version '7.0.6.Final' + id('org.hibernate.tool.hibernate-tools-gradle') version '7.0.7.Final' } repositories { diff --git a/gradle/docs/examples/5-minute-tutorial/app/build.gradle b/gradle/docs/examples/5-minute-tutorial/app/build.gradle index f9bad8b722..40e2e4366b 100644 --- a/gradle/docs/examples/5-minute-tutorial/app/build.gradle +++ b/gradle/docs/examples/5-minute-tutorial/app/build.gradle @@ -8,7 +8,7 @@ plugins { // Apply the application plugin to add support for building a CLI application in Java. id 'application' - id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.6.Final' + id 'org.hibernate.tool.hibernate-tools-gradle' version '7.0.7.Final' } repositories { diff --git a/pom.xml b/pom.xml index 746d469d12..7165ff6594 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ 1.27.0 2.3.232 7.0.3.Final - 7.0.6.Final + 7.0.7.Final 2.6.1 8.0.1 3.6.1.Final