Bump the development-dependencies group

Bumps the development-dependencies group with 2 updates: com.gradle.enterprise and [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions).


Updates `com.gradle.enterprise` from 3.12.3 to 3.12.6

Updates `io.spring.ge.conventions` from 0.0.13 to 0.0.14
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.13...v0.0.14)

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-18 12:09:43 -05:00
committed by GitHub
parent f80e3288ea
commit eee11fe6be

View File

@@ -7,8 +7,8 @@ pluginManagement {
}
plugins {
id 'com.gradle.enterprise' version '3.12.3'
id "io.spring.ge.conventions" version "0.0.13"
id 'com.gradle.enterprise' version '3.12.6'
id "io.spring.ge.conventions" version "0.0.14"
}
rootProject.name = 'spring-kafka-dist'