Skip to content

Commit

Permalink
fix: upgrade com.google.auto.service:auto-service-annotations from 1.…
Browse files Browse the repository at this point in the history
…0.2 to 1.1.1

Snyk has created this PR to upgrade com.google.auto.service:auto-service-annotations from 1.0.2 to 1.1.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.auto.service/auto-service-annotations/

See this project in Snyk:
https://app.snyk.io/org/flyte/project/80889f34-24f9-4915-9df5-0cb18af795d6?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 30, 2023
1 parent 03b87f2 commit 62a8f8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
module that uses @AutoService, otherwise we get warning like "The following options were not recognized by any processor: '[verify]'",
which again will fail the build because we have failOnWarning.
-->
<auto-service.version>1.0.2</auto-service.version>
<auto-service.version>1.1.1</auto-service.version>
<auto-value.version>1.10.4</auto-value.version>
<common-proto.version>2.14.3</common-proto.version>
<grpc.version>1.46.0</grpc.version>
Expand Down Expand Up @@ -508,7 +508,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -576,7 +576,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline />
<endWithNewline/>
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -720,7 +720,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 62a8f8d

Please sign in to comment.