Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-update-lock-ee3efd760a8162446870ed65…
Browse files Browse the repository at this point in the history
…e47bf8ff7a48d34403373e65adb77f8fcc527e2c
  • Loading branch information
eaball35 committed Dec 2, 2021
2 parents d190f8f + 34b36e4 commit 2a7ad3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:ee3efd760a8162446870ed65e47bf8ff7a48d34403373e65adb77f8fcc527e2c
digest: sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.12</version>
<version>2.13</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
Expand Down Expand Up @@ -632,7 +632,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.1</version>
<version>9.2</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -783,7 +783,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.8.1</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -813,7 +813,7 @@
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<!-- Using older version; upgrade to latest once issues are resolved. See #336. -->
<version>0.9.5</version>
<version>0.9.8</version>
<executions>
<execution>
<id>test-native</id>
Expand Down

0 comments on commit 2a7ad3e

Please sign in to comment.