|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - Copyright (c) 2021, 2023, Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2021, 2024, Oracle and/or its affiliates. |
4 | 4 | Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. |
5 | 5 | --> |
6 | 6 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
36 | 36 | <dependency> |
37 | 37 | <groupId>io.netty</groupId> |
38 | 38 | <artifactId>netty-codec-http</artifactId> |
39 | | - <version>4.1.101.Final</version> |
| 39 | + <version>${netty-version}</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>io.netty</groupId> |
43 | 43 | <artifactId>netty-transport</artifactId> |
44 | | - <version>4.1.101.Final</version> |
| 44 | + <version>${netty-version}</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>io.netty</groupId> |
48 | 48 | <artifactId>netty-transport-native-unix-common</artifactId> |
49 | | - <version>4.1.101.Final</version> |
| 49 | + <version>${netty-version}</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>io.netty</groupId> |
53 | 53 | <artifactId>netty-common</artifactId> |
54 | | - <version>4.1.101.Final</version> |
| 54 | + <version>${netty-version}</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>io.netty</groupId> |
58 | 58 | <artifactId>netty-buffer</artifactId> |
59 | | - <version>4.1.101.Final</version> |
| 59 | + <version>${netty-version}</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>io.netty</groupId> |
63 | 63 | <artifactId>netty-codec</artifactId> |
64 | | - <version>4.1.101.Final</version> |
| 64 | + <version>${netty-version}</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>io.netty</groupId> |
68 | 68 | <artifactId>netty-resolver</artifactId> |
69 | | - <version>4.1.101.Final</version> |
| 69 | + <version>${netty-version}</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>io.helidon.webserver</groupId> |
|
0 commit comments