|
55 | 55 | <junit.version>4.13.2</junit.version>
|
56 | 56 | <mockito.version>3.8.0</mockito.version>
|
57 | 57 | <easymock.version>4.2</easymock.version>
|
58 |
| - <mavenVersion>3.6.3</mavenVersion> |
| 58 | + <mavenVersion>3.8.1</mavenVersion> |
59 | 59 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
60 | 60 | </properties>
|
61 | 61 |
|
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.apache.maven.plugin-tools</groupId>
|
95 | 95 | <artifactId>maven-plugin-annotations</artifactId>
|
96 |
| - <version>3.6.0</version> |
| 96 | + <version>3.6.1</version> |
97 | 97 | <scope>provided</scope>
|
98 | 98 | </dependency>
|
99 | 99 | <dependency>
|
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>org.junit.jupiter</groupId>
|
118 | 118 | <artifactId>junit-jupiter-api</artifactId>
|
119 |
| - <version>5.7.1</version> |
| 119 | + <version>5.7.2</version> |
120 | 120 | <scope>test</scope>
|
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>org.junit.jupiter</groupId>
|
124 | 124 | <artifactId>junit-jupiter-engine</artifactId>
|
125 |
| - <version>5.7.1</version> |
| 125 | + <version>5.7.2</version> |
126 | 126 | <scope>test</scope>
|
127 | 127 | </dependency>
|
128 | 128 | <dependency>
|
129 | 129 | <groupId>org.junit.vintage</groupId>
|
130 | 130 | <artifactId>junit-vintage-engine</artifactId>
|
131 |
| - <version>5.7.1</version> |
| 131 | + <version>5.7.2</version> |
132 | 132 | <scope>test</scope>
|
133 | 133 | </dependency>
|
134 | 134 | <dependency>
|
|
139 | 139 | </dependency>
|
140 | 140 | <!-- added dependencies fixing security issues -->
|
141 | 141 | <dependency>
|
142 |
| - <groupId>org.apache.maven.shared</groupId> |
143 |
| - <artifactId>maven-shared-utils</artifactId> |
144 |
| - <version>3.3.3</version> |
| 142 | + <groupId>commons-io</groupId> |
| 143 | + <artifactId>commons-io</artifactId> |
| 144 | + <version>2.7</version> |
145 | 145 | </dependency>
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>com.google.guava</groupId>
|
148 | 148 | <artifactId>guava</artifactId>
|
149 | 149 | <version>30.0-jre</version>
|
150 | 150 | </dependency>
|
| 151 | + <dependency> |
| 152 | + <groupId>org.apache.maven.shared</groupId> |
| 153 | + <artifactId>maven-shared-utils</artifactId> |
| 154 | + <version>3.3.3</version> |
| 155 | + </dependency> |
151 | 156 | </dependencies>
|
152 | 157 |
|
153 | 158 | <build>
|
|
0 commit comments