Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-update-lock-55d5d3c72e1c065f018e423e…
Browse files Browse the repository at this point in the history
…122a22fb55c8daa36f6f17f540774779ed659ab9
  • Loading branch information
eaball35 committed Dec 2, 2021
2 parents 2bc8449 + 34b36e4 commit 72c2171
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
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:55d5d3c72e1c065f018e423e122a22fb55c8daa36f6f17f540774779ed659ab9
digest: sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
8 changes: 4 additions & 4 deletions pom.xml
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 72c2171

Please sign in to comment.