Skip to content

Commit

Permalink
Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-githubaction <[email protected]>
  • Loading branch information
welandaz and bot-githubaction authored Dec 13, 2024
1 parent 9f006ce commit 2b70b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table shows the compatibility of the plugin version with Develocit

|===
|Bamboo Plugin version | Develocity Maven extension version | Common Custom User Data Maven extension version | Minimum supported Develocity version
|Next version | 1.22.2 | 2.0.1 | 2024.2
|Next version | 1.23 | 2.0.1 | 2024.2
|2.2.2 | 1.22.2 | 2.0.1 | 2024.2
|2.2.1 | 1.22 | 2.0 | 2024.2
|2.2.0 | 1.21.2 | 2.0 | 2024.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<generated.java.sources.dir>${project.build.directory}/generated-sources/java</generated.java.sources.dir>

<develocity.maven.extension.version>1.22.2</develocity.maven.extension.version>
<develocity.maven.extension.version>1.23</develocity.maven.extension.version>
<ccud.maven.extension.version>2.0.1</ccud.maven.extension.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MavenEmbeddedResourcesTest {
*/
@ParameterizedTest
@CsvSource({
"DEVELOCITY_EXTENSION, 3289d97e7bb2fc9749ae53a544cecc28",
"DEVELOCITY_EXTENSION, fedfada9c9054055cd18351999c804c9",
"CCUD_EXTENSION, 976c5592e4d7035a785aab2b8eb13610"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Expand Down

0 comments on commit 2b70b41

Please sign in to comment.