Skip to content

Commit c9ee18c

Browse files
dependabot[bot]sebersole
authored andcommitted
Bump com.gradle.develocity from 4.1.1 to 4.2 in the gradle-plugins group
Bumps the gradle-plugins group with 1 update: com.gradle.develocity. Updates `com.gradle.develocity` from 4.1.1 to 4.2 --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-version: '4.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75a1b30 commit c9ee18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ log4j = "2.25.2"
2727

2828
# plugins
2929
spotless="7.2.1"
30-
develocity="4.1.1"
30+
develocity="4.2"
3131
checkerframework="0.6.59"
3232
taskTree="4.0.1"
3333

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 'com.gradle.develocity' version '4.1.1'
12+
id 'com.gradle.develocity' version '4.2'
1313
}
1414

1515
rootProject.name = "hibernate-models-group"

0 commit comments

Comments
 (0)