Skip to content

Commit 6584a08

Browse files
Bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) Updates `org.hibernate.orm.tooling:hibernate-enhance-maven-plugin` from 6.6.28.Final to 6.6.29.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.29/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.28...6.6.29) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin dependency-version: 6.6.29.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 468b100 commit 6584a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252

5353
<plugin>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.5.3</version>
55+
<version>3.5.4</version>
5656
</plugin>
5757

5858
<plugin>
5959
<groupId>org.hibernate.orm.tooling</groupId>
6060
<artifactId>hibernate-enhance-maven-plugin</artifactId>
61-
<version>6.6.28.Final</version>
61+
<version>6.6.29.Final</version>
6262
<executions>
6363
<execution>
6464
<configuration>

0 commit comments

Comments
 (0)