Skip to content

Commit c6a2c85

Browse files
dependabot[bot]onobc
authored andcommitted
Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [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.1 to 0.0.2 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](spring-gradle-plugins/nullability-plugin@v0.0.1...v0.0.2) Updates `io.spring.develocity.conventions` from 0.0.23 to 0.0.24 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: io.spring.nullability dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed98427 commit c6a2c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1' apply false
8+
id 'io.spring.nullability' version '0.0.2' 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.23"
12+
id "io.spring.develocity.conventions" version "0.0.24"
1313
}
1414

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

0 commit comments

Comments
 (0)