|
2 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 | <groupId>com.microsoft.azure.functions</groupId>
|
4 | 4 | <artifactId>azure-functions-java-worker</artifactId>
|
5 |
| - <version>1.0.0-beta-5</version> |
| 5 | + <version>1.0.0-beta-6</version> |
6 | 6 | <packaging>jar</packaging>
|
7 | 7 |
|
8 | 8 | <name>Microsoft Azure Functions Java Runtime</name>
|
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>com.google.protobuf</groupId>
|
51 | 51 | <artifactId>protobuf-java</artifactId>
|
52 |
| - <version>3.4.0</version> |
| 52 | + <version>3.5.1</version> |
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>io.grpc</groupId>
|
56 | 56 | <artifactId>grpc-protobuf</artifactId>
|
57 |
| - <version>1.6.1</version> |
| 57 | + <version>1.12.0</version> |
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>io.grpc</groupId>
|
61 | 61 | <artifactId>grpc-stub</artifactId>
|
62 |
| - <version>1.6.1</version> |
| 62 | + <version>1.12.0</version> |
63 | 63 | </dependency>
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>io.grpc</groupId>
|
66 | 66 | <artifactId>grpc-netty</artifactId>
|
67 |
| - <version>1.6.1</version> |
| 67 | + <version>1.12.0</version> |
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>com.google.guava</groupId>
|
71 | 71 | <artifactId>guava</artifactId>
|
72 |
| - <version>23.2-jre</version> |
| 72 | + <version>25.1-jre</version> |
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.apache.commons</groupId>
|
76 | 76 | <artifactId>commons-lang3</artifactId>
|
77 |
| - <version>3.6</version> |
| 77 | + <version>3.7</version> |
78 | 78 | </dependency>
|
79 | 79 | <dependency>
|
80 | 80 | <groupId>commons-cli</groupId>
|
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>com.fasterxml.jackson.core</groupId>
|
86 | 86 | <artifactId>jackson-databind</artifactId>
|
87 |
| - <version>2.9.5</version> |
| 87 | + <version>2.9.6</version> |
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>com.fasterxml.jackson.core</groupId>
|
91 | 91 | <artifactId>jackson-annotations</artifactId>
|
92 |
| - <version>2.9.5</version> |
| 92 | + <version>2.9.6</version> |
93 | 93 | </dependency>
|
94 | 94 | <dependency>
|
95 | 95 | <groupId>javax.annotation</groupId>
|
96 | 96 | <artifactId>javax.annotation-api</artifactId>
|
97 |
| - <version>1.3.1</version> |
| 97 | + <version>1.3.2</version> |
98 | 98 | </dependency>
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>junit</groupId>
|
|
116 | 116 | <plugin>
|
117 | 117 | <groupId>org.xolstice.maven.plugins</groupId>
|
118 | 118 | <artifactId>protobuf-maven-plugin</artifactId>
|
119 |
| - <version>0.5.0</version> |
| 119 | + <version>0.5.1</version> |
120 | 120 | <configuration>
|
121 | 121 | <protocArtifact>com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier}</protocArtifact>
|
122 | 122 | <pluginId>grpc-java</pluginId>
|
|
0 commit comments