Skip to content

Commit

Permalink
chore(examples/google): fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Oct 12, 2023
1 parent e40d2cb commit b0b972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4j/examples/hello-cloud-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<artifactId>jjwt-api</artifactId>
<version>0.12.2</version>
</dependency>
<dependency>
Expand Down

0 comments on commit b0b972d

Please sign in to comment.