Skip to content

Commit

Permalink
docs: Address security issue in example (#11532)
Browse files Browse the repository at this point in the history
  • Loading branch information
pen4 committed Nov 21, 2022
1 parent c25f854 commit e478dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/openwhisk/examples/hello-world/java/pom.xml
Expand Up @@ -10,7 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<gson.version>2.8.2</gson.version>
<gson.version>2.8.9</gson.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit e478dac

Please sign in to comment.