|
56 | 56 |
|
57 | 57 | <sonar.version>7.9</sonar.version> |
58 | 58 |
|
59 | | - |
60 | | - |
61 | 59 | <assertj.version>3.5.2</assertj.version> |
62 | | - <guava.version>17.0</guava.version> |
63 | | - <junit.version>4.11</junit.version> |
64 | | - <logback.version>1.0.13</logback.version> |
| 60 | + <junit.version>4.13.1</junit.version> |
65 | 61 | <mockito.version>4.4.0</mockito.version> |
66 | 62 | <sslr.version>1.23</sslr.version> |
67 | 63 | <sslr-squid-bridge.version>2.7.1.392</sslr-squid-bridge.version> |
68 | 64 | <ant.version>1.6</ant.version> |
69 | | - <analyzer-commons.version>1.10.2.456</analyzer-commons.version> |
70 | 65 | <assertj.version>3.5.2</assertj.version> |
71 | 66 | <jproc.version>2.2.3</jproc.version> |
72 | | - <apache-commons.version>2.6</apache-commons.version> |
| 67 | + <apache-commons.version>2.12.0</apache-commons.version> |
| 68 | + <apache-commons-lang3.version>3.12.0</apache-commons-lang3.version> |
73 | 69 |
|
74 | 70 | <sonar.sources>src/main/java,src/main/js</sonar.sources> |
75 | 71 | <sonar.exclusions>file:**/src/main/java/**/generated/**/*.java</sonar.exclusions> |
|
86 | 82 | <version>${sonar.version}</version> |
87 | 83 | <scope>provided</scope> |
88 | 84 | </dependency> |
89 | | - <dependency> |
90 | | - <groupId>org.sonarsource.analyzer-commons</groupId> |
91 | | - <artifactId>sonar-analyzer-test-commons</artifactId> |
92 | | - <version>${analyzer-commons.version}</version> |
93 | | - </dependency> |
94 | | - <dependency> |
95 | | - <groupId>org.sonarsource.analyzer-commons</groupId> |
96 | | - <artifactId>sonar-analyzer-commons</artifactId> |
97 | | - <version>${analyzer-commons.version}</version> |
98 | | - </dependency> |
99 | | - <dependency> |
100 | | - <groupId>org.sonarsource.analyzer-commons</groupId> |
101 | | - <artifactId>sonar-xml-parsing</artifactId> |
102 | | - <version>${analyzer-commons.version}</version> |
103 | | - </dependency> |
| 85 | + |
104 | 86 | <dependency> |
105 | 87 | <groupId>commons-io</groupId> |
106 | 88 | <artifactId>commons-io</artifactId> |
107 | 89 | <version>${apache-commons.version}</version> |
108 | 90 | </dependency> |
109 | 91 | <dependency> |
110 | | - <groupId>commons-lang</groupId> |
111 | | - <artifactId>commons-lang</artifactId> |
112 | | - <version>${apache-commons.version}</version> |
| 92 | + <groupId>org.apache.commons</groupId> |
| 93 | + <artifactId>commons-lang3</artifactId> |
| 94 | + <version>${apache-commons-lang3.version}</version> |
113 | 95 | </dependency> |
114 | 96 |
|
115 | 97 | <dependency> |
116 | 98 | <groupId>com.googlecode.json-simple</groupId> |
117 | 99 | <artifactId>json-simple</artifactId> |
118 | 100 | <version>1.1.1</version> |
119 | 101 | </dependency> |
120 | | - <dependency> |
121 | | - <groupId>com.google.guava</groupId> |
122 | | - <artifactId>guava</artifactId> |
123 | | - <version>${guava.version}</version> |
124 | | - </dependency> |
125 | 102 | <dependency> |
126 | 103 | <groupId>org.buildobjects</groupId> |
127 | 104 | <artifactId>jproc</artifactId> |
|
0 commit comments