Skip to content

Commit

Permalink
Bump the gradle-patch group with 2 updates (#49)
Browse files Browse the repository at this point in the history
Bumps the gradle-patch group with 2 updates: [io.freefair.gradle:lombok-plugin](https://github.com/freefair/gradle-plugins) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5).


Updates `io.freefair.gradle:lombok-plugin` from 8.10 to 8.10.2
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.10...8.10.2)

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

---
updated-dependencies:
- dependency-name: io.freefair.gradle:lombok-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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 829c925 commit bf0215a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
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("io.freefair.gradle:lombok-plugin:8.10.2")
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")
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.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
}

0 comments on commit bf0215a

Please sign in to comment.