Skip to content

Commit 51753b0

Browse files
Bump the development-dependencies group across 1 directory with 2 updates
Bumps the development-dependencies group with 2 updates in the / directory: [io.spring.nullability](https://github.com/spring-gradle-plugins/nullability-plugin) and [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions). Updates `io.spring.nullability` from 0.0.8 to 0.0.10 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](spring-gradle-plugins/nullability-plugin@v0.0.8...v0.0.10) Updates `io.spring.develocity.conventions` from 0.0.24 to 0.0.25 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.24...v0.0.25) --- updated-dependencies: - dependency-name: io.spring.nullability dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad1ccc1 commit 51753b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(libs.plugins.grgit) apply false
66
alias(libs.plugins.versions)
77
alias(libs.plugins.version.catalog.update)
8-
id 'io.spring.nullability' version '0.0.8' apply false
8+
id 'io.spring.nullability' version '0.0.13' apply false
99
}
1010

1111
description = 'Spring for Apache Pulsar'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id "io.spring.develocity.conventions" version "0.0.24"
12+
id "io.spring.develocity.conventions" version "0.0.25"
1313
}
1414

1515
startParameter.noBuildScan = startParameter.taskNames.contains('format')

0 commit comments

Comments
 (0)