Skip to content

Commit 9d4c3d7

Browse files
chore(deps): update java dependencies to v0.8.15 (#2270)
1 parent 099348c commit 9d4c3d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
<plugin>
464464
<groupId>org.jacoco</groupId>
465465
<artifactId>jacoco-maven-plugin</artifactId>
466-
<version>0.8.14</version>
466+
<version>0.8.15</version>
467467
<configuration>
468468
<skip>${jacoco.skip}</skip>
469469
<excludes>

legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<plugin>
347347
<groupId>org.jacoco</groupId>
348348
<artifactId>jacoco-maven-plugin</artifactId>
349-
<version>0.8.14</version>
349+
<version>0.8.15</version>
350350
<configuration>
351351
<skip>${jacoco.skip}</skip>
352352
<excludes>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.jacoco</groupId>
315315
<artifactId>jacoco-maven-plugin</artifactId>
316-
<version>0.8.14</version>
316+
<version>0.8.15</version>
317317
<configuration>
318318
<skip>${jacoco.skip}</skip>
319319
<excludes>

0 commit comments

Comments
 (0)