Skip to content

Commit 36eb38f

Browse files
Revert "build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.9" (#2367)
* Revert "build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.9 (#2363)" This reverts commit d6ccb52. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d6ccb52 commit 36eb38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.11.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.12.0')
5454
5555
implementation 'com.google.cloud:google-cloud-spanner'
5656
```

google-cloud-spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.jacoco</groupId>
3131
<artifactId>jacoco-maven-plugin</artifactId>
32-
<version>0.8.9</version>
32+
<version>0.8.8</version>
3333
<executions>
3434
<execution>
3535
<goals>

0 commit comments

Comments
 (0)