Skip to content

Commit

Permalink
Merge pull request #1768 from gradle/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
cdsap authored Feb 21, 2025
2 parents e04a1d5 + 940d037 commit f053c7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-caching-maven-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.develocity' version '3.19.1'
id 'com.gradle.develocity' version '3.19.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.1'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.develocity") version "3.19.1"
id("com.gradle.develocity") version "3.19.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation 'com.gradle:develocity-gradle-plugin:3.19.1'
implementation 'com.gradle:develocity-gradle-plugin:3.19.2'
implementation 'com.gradle:common-custom-user-data-gradle-plugin:2.1'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("com.gradle:develocity-gradle-plugin:3.19.1")
implementation("com.gradle:develocity-gradle-plugin:3.19.2")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
implementation(project(":convention-develocity-common"))
}
Expand Down

0 comments on commit f053c7a

Please sign in to comment.