Skip to content

Commit f2905e4

Browse files
dependabot[bot]mbellade
authored andcommitted
Bump the gradle-plugins group with 2 updates
Bumps the gradle-plugins group with 2 updates: org.checkerframework and com.gradle.develocity. Updates `org.checkerframework` from 0.6.59 to 0.6.60 Updates `com.gradle.develocity` from 4.2.1 to 4.2.2 --- updated-dependencies: - dependency-name: org.checkerframework dependency-version: 0.6.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-plugins - dependency-name: com.gradle.develocity dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c23a573 commit f2905e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ log4j = "2.25.2"
2727

2828
# plugins
2929
spotless="8.0.0"
30-
develocity="4.2.1"
31-
checkerframework="0.6.59"
30+
develocity="4.2.2"
31+
checkerframework="0.6.60"
3232
taskTree="4.0.1"
3333

3434
[libraries]

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id "org.checkerframework" version "0.6.59" apply false
3+
id "org.checkerframework" version "0.6.60" apply false
44
}
55
repositories {
66
gradlePluginPortal()
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id 'com.gradle.develocity' version '4.2.1'
12+
id 'com.gradle.develocity' version '4.2.2'
1313
}
1414

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

0 commit comments

Comments
 (0)