Skip to content

Commit c3d3b1d

Browse files
Bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) | `5.4.24.Final` | `5.6.15.Final` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.6.2` | `5.13.4` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.8.1` | `3.14.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.0.0-M5` | `3.5.3` | | [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm) | `5.4.18.Final` | `6.6.22.Final` | Updates `org.hibernate:hibernate-core` from 5.4.24.Final to 5.6.15.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt) - [Commits](hibernate/hibernate-orm@5.4.24...5.6.15) Updates `org.junit.jupiter:junit-jupiter-api` from 5.6.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.6.2...r5.13.4) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.8.1 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.0.0-M5 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.5.3) Updates `org.hibernate.orm.tooling:hibernate-enhance-maven-plugin` from 5.4.18.Final to 6.6.22.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.22/changelog.txt) - [Commits](hibernate/hibernate-orm@5.4.18...6.6.22) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 5.6.15.Final dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin dependency-version: 6.6.22.Final dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fefd5e9 commit c3d3b1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hibernate</groupId>
2020
<artifactId>hibernate-core</artifactId>
21-
<version>5.4.24.Final</version>
21+
<version>5.6.15.Final</version>
2222
</dependency>
2323

2424
<dependency>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.junit.jupiter</groupId>
3232
<artifactId>junit-jupiter-api</artifactId>
33-
<version>5.6.2</version>
33+
<version>5.13.4</version>
3434
<scope>test</scope>
3535
</dependency>
3636

@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.8.1</version>
45+
<version>3.14.0</version>
4646
<configuration>
4747
<release>14</release>
4848
<forceJavacCompilerUse>true</forceJavacCompilerUse>
@@ -52,13 +52,13 @@
5252

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

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

0 commit comments

Comments
 (0)