Skip to content

Commit

Permalink
Bump com.gradle:develocity-maven-extension from 1.21.2 to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed May 9, 2024
1 parent 0e17421 commit e2feb4e
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 @@ -110,7 +110,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.21.2 | 2.0 | 2024.1
|Next version | 1.21.3 | 2.0 | 2024.1
|2.1.0 | 1.21.1 | 2.0 | 2024.1
|2.0.0 | 1.20.1 | 1.12.4 | 2023.4
|1.3.0 | 1.20.1 | 1.12.4 | 2023.4
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.21.2</develocity.maven.extension.version>
<develocity.maven.extension.version>1.21.3</develocity.maven.extension.version>
<ccud.maven.extension.version>2.0</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, 625ad8dce6fdb237ca68481464b8250e",
"DEVELOCITY_EXTENSION, 8b3c2d095dd6b8574942520bb5dbdc2a",
"CCUD_EXTENSION, 9f241726aab8ccf7e2043259e2af43c9"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Expand Down

0 comments on commit e2feb4e

Please sign in to comment.