Skip to content

Commit

Permalink
Merge pull request #1723 from gradle/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
gabrielfeo authored Dec 19, 2024
2 parents bc664a1 + 0a642cb commit 2e94449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-caching-maven-samples/kotlin-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<kotlin.version>2.1.0</kotlin.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion build-caching-maven-samples/protobuf-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.29.1</version>
<version>4.29.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2e94449

Please sign in to comment.