Skip to content

Commit

Permalink
fix: upgrade com.google.auto.service:auto-service from 1.0-rc2 to 1.1.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.google.auto.service:auto-service from 1.0-rc2 to 1.1.1.

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

See this project in Snyk:
https://app.snyk.io/org/erykkul/project/4464a886-8bfe-4e85-8456-141041e2c64b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 25, 2023
1 parent 497c578 commit 93df9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc2</version>
<version>1.1.1</version>
<optional>true</optional>
<type>jar</type>
</dependency>
Expand Down Expand Up @@ -805,7 +805,7 @@
<conf.image>gdcc/configbaker:${conf.image.tag}</conf.image>
<conf.image.tag>${app.image.tag}</conf.image.tag>

<docker.platforms></docker.platforms>
<docker.platforms/>

<!-- Variables as used in docker-compose.yml -->
<APP_IMAGE>${app.image}</APP_IMAGE>
Expand Down

0 comments on commit 93df9c0

Please sign in to comment.