|
17 | 17 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
19 | 19 | <revision>3.0.0-SNAPSHOT</revision>
|
| 20 | + <log4j.version>2.22.1</log4j.version> |
20 | 21 | </properties>
|
21 | 22 |
|
22 | 23 | <distributionManagement>
|
|
87 | 88 | <dependency>
|
88 | 89 | <groupId>org.apache.logging.log4j</groupId>
|
89 | 90 | <artifactId>log4j</artifactId>
|
90 |
| - <version>2.19.0</version> |
| 91 | + <version>${log4j.version}</version> |
91 | 92 | <type>pom</type>
|
92 | 93 | </dependency>
|
93 | 94 | <dependency>
|
94 | 95 | <groupId>org.apache.logging.log4j</groupId>
|
95 | 96 | <artifactId>log4j-api</artifactId>
|
96 |
| - <version>2.19.0</version> |
| 97 | + <version>${log4j.version}</version> |
| 98 | + </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>org.apache.logging.log4j</groupId> |
| 101 | + <artifactId>log4j-core</artifactId> |
| 102 | + <version>${log4j.version}</version> |
97 | 103 | </dependency>
|
98 | 104 | <dependency>
|
99 | 105 | <groupId>org.testng</groupId>
|
100 | 106 | <artifactId>testng</artifactId>
|
101 |
| - <version>7.5</version> |
| 107 | + <version>7.5.1</version> |
102 | 108 | <scope>test</scope>
|
103 | 109 | </dependency>
|
104 | 110 | <dependency>
|
105 | 111 | <groupId>com.google.inject</groupId>
|
106 | 112 | <artifactId>guice</artifactId>
|
107 |
| - <version>5.1.0</version> |
108 |
| - <exclusions> |
109 |
| - <exclusion> |
110 |
| - <groupId>com.google.guava</groupId> |
111 |
| - <artifactId>guava</artifactId> |
112 |
| - </exclusion> |
113 |
| - </exclusions> |
| 113 | + <version>6.0.0</version> |
114 | 114 | </dependency>
|
115 | 115 | <dependency>
|
116 | 116 | <groupId>com.fasterxml.jackson.core</groupId>
|
117 | 117 | <artifactId>jackson-databind</artifactId>
|
118 |
| - <version>2.14.1</version> |
| 118 | + <version>2.16.1</version> |
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
121 | 121 | <groupId>org.seleniumhq.selenium</groupId>
|
|
128 | 128 | <version>8.6.0</version>
|
129 | 129 | <scope>test</scope>
|
130 | 130 | </dependency>
|
131 |
| - <dependency> |
132 |
| - <groupId>org.apache.logging.log4j</groupId> |
133 |
| - <artifactId>log4j-core</artifactId> |
134 |
| - <version>2.19.0</version> |
135 |
| - </dependency> |
136 | 131 | </dependencies>
|
137 | 132 |
|
138 | 133 | <build>
|
|
0 commit comments