Skip to content

Commit c54d2c9

Browse files
authored
Merge pull request #53 from HHS/dev
Dev
2 parents 308e999 + b5aa1bb commit c54d2c9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
<!-- Properties -->
5151
<properties>
52-
<revision>2.1.4</revision>
52+
53+
<revision>2.2.0</revision>
5354

5455
<!-- basic project properties -->
5556
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -63,19 +64,21 @@
6364
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
6465

6566
<!-- plugin versions -->
66-
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
67-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
68-
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
67+
<flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version>
68+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
69+
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>
6970
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
7071
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
7172
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
7273
<central-publishing-maven-plugin.version>0.7.0</central-publishing-maven-plugin.version>
7374

7475
<!-- dependency versions -->
75-
<gcm-taskit.version>3.1.4</gcm-taskit.version>
76+
77+
<gcm-taskit.version>3.2.0</gcm-taskit.version>
78+
7679
<protoc.version>3.25.2</protoc.version>
77-
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
78-
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>
80+
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
81+
<junit-jupiter-engine.version>5.12.1</junit-jupiter-engine.version>
7982
</properties>
8083

8184
<dependencies>

0 commit comments

Comments
 (0)