Skip to content

Commit d34a00d

Browse files
authored
Merge branch 'master' into add-dependabot
2 parents a7be6fd + d398e81 commit d34a00d

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dependency-reduced-pom.xml
77
.settings/
88
.checkstyle
99
.classpath
10-
.project
10+
.project
11+
.java-version

canteen/canteen-maven-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
<dependency>
2525
<groupId>org.apache.maven</groupId>
2626
<artifactId>maven-core</artifactId>
27-
<version>3.3.9</version>
27+
<version>3.8.4</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>org.apache.maven</groupId>
3232
<artifactId>maven-plugin-api</artifactId>
33-
<version>3.0</version>
33+
<version>3.8.4</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>org.apache.maven.shared</groupId>
3838
<artifactId>maven-shared-utils</artifactId>
39-
<version>3.0.0</version>
39+
<version>3.3.4</version>
4040
</dependency>
4141

4242
<dependency>
4343
<groupId>org.apache.maven.plugin-tools</groupId>
4444
<artifactId>maven-plugin-annotations</artifactId>
45-
<version>3.4</version>
45+
<version>3.6.2</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
</dependencies>

contrib/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<!-- Dependency Versions -->
6262
<grpc.version>1.24.0</grpc.version>
6363
<protoc.version>3.9.1</protoc.version> <!-- Same version as grpc-proto -->
64-
<slf4j.version>1.7.21</slf4j.version>
64+
<slf4j.version>1.7.32</slf4j.version>
6565
<gson.version>2.7</gson.version> <!-- Same version as grpc-proto -->
6666
<mustache-java.version>0.9.4</mustache-java.version>
67-
<spring.version>4.2.0.RELEASE</spring.version>
67+
<spring.version>4.3.30.RELEASE</spring.version>
6868

6969
<!-- Test Dependency Versions -->
70-
<junit.version>4.13.1</junit.version>
70+
<junit.version>4.13.2</junit.version>
7171
<assertj.version>3.6.2</assertj.version>
7272
<commons-lang.version>2.6</commons-lang.version>
7373
<awaitility.version>2.0.0</awaitility.version>

jprotoc/jprotoc-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>jprotoc-parent</artifactId>
1414
<groupId>com.salesforce.servicelibs</groupId>
15-
<version>1.2.1-SNAPSHOT</version>
15+
<version>1.2.2-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

jprotoc/jprotoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>jprotoc-parent</artifactId>
1414
<groupId>com.salesforce.servicelibs</groupId>
15-
<version>1.2.1-SNAPSHOT</version>
15+
<version>1.2.2-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

jprotoc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com.salesforce.servicelibs</groupId>
1515
<artifactId>jprotoc-parent</artifactId>
1616
<packaging>pom</packaging>
17-
<version>1.2.1-SNAPSHOT</version>
17+
<version>1.2.2-SNAPSHOT</version>
1818

1919
<name>jProtoc</name>
2020
<description>A library for writing protobuf plugins in Java</description>
@@ -60,7 +60,7 @@
6060
<!-- Dependency Versions -->
6161
<protoc.version>3.15.8</protoc.version>
6262
<gson.version>2.8.9</gson.version>
63-
<mustache-java.version>0.9.4</mustache-java.version>
63+
<mustache-java.version>0.9.10</mustache-java.version>
6464

6565
<!-- Test Dependency Versions -->
6666
<contrib.version>0.8.1</contrib.version>

0 commit comments

Comments
 (0)