We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6326abe + 6f2ed65 commit 2e36044Copy full SHA for 2e36044
functions-hmac/pom.xml
@@ -50,6 +50,7 @@ SOFTWARE. -->
50
<version.ocisdk>3.17.0</version.ocisdk>
51
<version.slf4j>1.7.33</version.slf4j>
52
<version.apache-commons>1.15</version.apache-commons>
53
+ <version.junit>4.13.1</version.junit>
54
</properties>
55
<dependencyManagement>
56
<dependencies>
@@ -83,7 +84,7 @@ SOFTWARE. -->
83
84
<dependency>
85
<groupId>junit</groupId>
86
<artifactId>junit</artifactId>
- <version>4.12</version>
87
+ <version>${version.junit}</version>
88
<scope>test</scope>
89
</dependency>
90
functions-hmac/tester-hello-java/func.yaml
functions-hmac/tester-hello-java/pom.xml
functions-hmac/tester-hello-java/src/main/java/com/example/fn/HelloFunction.java
0 commit comments