Skip to content

Commit

Permalink
Bump the gradle-dependencies group in /examples/hibernate with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group in /examples/hibernate with 3 updates: com.gradle.develocity, [com.h2database:h2](https://github.com/h2database/h2database) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `com.gradle.develocity` from 3.17.5 to 3.17.6

Updates `com.h2database:h2` from 2.2.224 to 2.3.230
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.2.224...version-2.3.230)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.0-M2 to 5.11.0-RC1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0-M2...r5.11.0-RC1)

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 98895ff commit cd3bb42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hibernate/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
caffeine = "3.1.8"
h2 = "2.2.224"
h2 = "2.3.230"
hibernate = "6.5.2.Final"
junit = "5.11.0-M2"
junit = "5.11.0-RC1"
log4j2 = "3.0.0-beta2"
slf4j = "2.0.7"
truth = "1.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/hibernate/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.develocity") version "3.17.5"
id("com.gradle.develocity") version "3.17.6"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
Expand Down

0 comments on commit cd3bb42

Please sign in to comment.