Skip to content

Commit cac8f2c

Browse files
Merge branch 'feat/skip-scenario-in-beforescenario-hook' of github.com:serhatozdursun/gauge-java into feat/skip-scenario-in-beforescenario-hook
2 parents 29fda85 + 440b731 commit cac8f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.junit</groupId>
2121
<artifactId>junit-bom</artifactId>
22-
<version>5.13.2</version>
22+
<version>5.13.4</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-gpg-plugin</artifactId>
198-
<version>3.2.7</version>
198+
<version>3.2.8</version>
199199
<executions>
200200
<execution>
201201
<id>sign-artifacts</id>
@@ -317,7 +317,7 @@
317317
<maven.compiler.target>${java.version}</maven.compiler.target>
318318

319319
<protobuf.version>4.31.1</protobuf.version>
320-
<grpc.version>1.73.0</grpc.version>
320+
<grpc.version>1.74.0</grpc.version>
321321
</properties>
322322

323323
</project>

0 commit comments

Comments
 (0)