File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed
canteen/canteen-maven-plugin Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ dependency-reduced-pom.xml
7
7
.settings /
8
8
.checkstyle
9
9
.classpath
10
- .project
10
+ .project
11
+ .java-version
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >org.apache.maven</groupId >
26
26
<artifactId >maven-core</artifactId >
27
- <version >3.3.9 </version >
27
+ <version >3.8.4 </version >
28
28
</dependency >
29
29
30
30
<dependency >
31
31
<groupId >org.apache.maven</groupId >
32
32
<artifactId >maven-plugin-api</artifactId >
33
- <version >3.0 </version >
33
+ <version >3.8.4 </version >
34
34
</dependency >
35
35
36
36
<dependency >
37
37
<groupId >org.apache.maven.shared</groupId >
38
38
<artifactId >maven-shared-utils</artifactId >
39
- <version >3.0.0 </version >
39
+ <version >3.3.4 </version >
40
40
</dependency >
41
41
42
42
<dependency >
43
43
<groupId >org.apache.maven.plugin-tools</groupId >
44
44
<artifactId >maven-plugin-annotations</artifactId >
45
- <version >3.4 </version >
45
+ <version >3.6.2 </version >
46
46
<scope >provided</scope >
47
47
</dependency >
48
48
</dependencies >
Original file line number Diff line number Diff line change 61
61
<!-- Dependency Versions -->
62
62
<grpc .version>1.24.0</grpc .version>
63
63
<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>
65
65
<gson .version>2.7</gson .version> <!-- Same version as grpc-proto -->
66
66
<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>
68
68
69
69
<!-- Test Dependency Versions -->
70
- <junit .version>4.13.1 </junit .version>
70
+ <junit .version>4.13.2 </junit .version>
71
71
<assertj .version>3.6.2</assertj .version>
72
72
<commons-lang .version>2.6</commons-lang .version>
73
73
<awaitility .version>2.0.0</awaitility .version>
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >jprotoc-parent</artifactId >
14
14
<groupId >com.salesforce.servicelibs</groupId >
15
- <version >1.2.1 -SNAPSHOT</version >
15
+ <version >1.2.2 -SNAPSHOT</version >
16
16
</parent >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >jprotoc-parent</artifactId >
14
14
<groupId >com.salesforce.servicelibs</groupId >
15
- <version >1.2.1 -SNAPSHOT</version >
15
+ <version >1.2.2 -SNAPSHOT</version >
16
16
</parent >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
Original file line number Diff line number Diff line change 14
14
<groupId >com.salesforce.servicelibs</groupId >
15
15
<artifactId >jprotoc-parent</artifactId >
16
16
<packaging >pom</packaging >
17
- <version >1.2.1 -SNAPSHOT</version >
17
+ <version >1.2.2 -SNAPSHOT</version >
18
18
19
19
<name >jProtoc</name >
20
20
<description >A library for writing protobuf plugins in Java</description >
60
60
<!-- Dependency Versions -->
61
61
<protoc .version>3.15.8</protoc .version>
62
62
<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>
64
64
65
65
<!-- Test Dependency Versions -->
66
66
<contrib .version>0.8.1</contrib .version>
You can’t perform that action at this time.
0 commit comments