Skip to content

Commit

Permalink
Bump the gradle-patch group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.0.Final` | `6.6.1.Final` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.28.1` | `4.28.2` |
| [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) | `4.28.1` | `4.28.2` |
| [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.1` |



Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.0.Final to 6.6.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.0...6.6.1)

Updates `com.google.protobuf:protobuf-java` from 4.28.1 to 4.28.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protoc` from 4.28.1 to 4.28.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

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

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent bea9781 commit 6ab38f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
val kordampVersion: String by extra("0.54.0")
// implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.9")
implementation("io.freefair.gradle:lombok-plugin:8.10")
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.3")
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.4")
implementation("io.spring.gradle:dependency-management-plugin:1.1.6")
// implementation("org.kordamp.gradle:plugin-gradle-plugin:$kordampVersion")
implementation("org.kordamp.gradle:project-gradle-plugin:$kordampVersion")
Expand All @@ -21,6 +21,6 @@ dependencies {
// implementation("org.kordamp.gradle:jacoco-gradle-plugin:$kordampVersion")
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2")
implementation("cl.franciscosolis:SonatypeCentralUpload:1.0.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
}

2 changes: 1 addition & 1 deletion cursorpaging-examples/webapp-with-maven/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.mapstruct:mapstruct:${mapstructVersion}")

annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")
annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.6.0.Final")
annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.6.1.Final")

// implementation("org.springframework.boot:spring-boot-starter-data-mongodb")
// implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
Expand Down
4 changes: 2 additions & 2 deletions cursorpaging-jpa-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
api(project(":cursorpaging-jpa"))
implementation("com.google.protobuf:protobuf-java:4.28.1")
implementation("com.google.protobuf:protobuf-java:4.28.2")
api("org.springframework:spring-core")
implementation("org.springframework.boot:spring-boot-starter-validation")
api("jakarta.validation:jakarta.validation-api")
Expand Down Expand Up @@ -48,7 +48,7 @@ tasks {
protobuf {
protoc {
// Download from repositories
artifact = "com.google.protobuf:protoc:4.28.1"
artifact = "com.google.protobuf:protoc:4.28.2"
}
generateProtoTasks {
java{
Expand Down
2 changes: 1 addition & 1 deletion cursorpaging-jpa/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.springframework.retry:spring-retry")
testAnnotationProcessor("org.hibernate:hibernate-jpamodelgen:6.6.0.Final")
testAnnotationProcessor("org.hibernate:hibernate-jpamodelgen:6.6.1.Final")
testRuntimeOnly("org.postgresql:postgresql")
}

Expand Down

0 comments on commit 6ab38f1

Please sign in to comment.