|
36 | 36 | <dependency> |
37 | 37 | <groupId>com.appdynamics</groupId> |
38 | 38 | <artifactId>appd-exts-commons</artifactId> |
39 | | - <version>2.2.13</version> |
| 39 | + <version>2.2.20</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>junit</groupId> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>com.microsoft.sqlserver</groupId> |
49 | 49 | <artifactId>mssql-jdbc</artifactId> |
50 | | - <version>12.6.2.jre11</version> |
| 50 | + <version>12.10.2.jre11</version> |
51 | 51 | </dependency> |
52 | 52 |
|
| 53 | + <dependency> |
| 54 | + <groupId>org.mockito</groupId> |
| 55 | + <artifactId>mockito-core</artifactId> |
| 56 | + <version>4.11.0</version> |
| 57 | + <scope>test</scope> |
| 58 | + </dependency> |
53 | 59 | <dependency> |
54 | 60 | <groupId>org.powermock</groupId> |
55 | | - <artifactId>powermock-api-mockito</artifactId> |
56 | | - <version>1.4.7</version> |
| 61 | + <artifactId>powermock-api-mockito2</artifactId> |
| 62 | + <version>2.0.9</version> |
57 | 63 | <scope>test</scope> |
58 | 64 | </dependency> |
59 | 65 | <dependency> |
60 | 66 | <groupId>org.powermock</groupId> |
61 | 67 | <artifactId>powermock-module-junit4</artifactId> |
62 | | - <version>1.4.7</version> |
| 68 | + <version>2.0.9</version> |
63 | 69 | <scope>test</scope> |
64 | 70 | </dependency> |
65 | 71 | </dependencies> |
|
80 | 86 | <plugin> |
81 | 87 | <groupId>org.apache.maven.plugins</groupId> |
82 | 88 | <artifactId>maven-compiler-plugin</artifactId> |
83 | | - <version>2.3.2</version> |
| 89 | + <version>3.11.0</version> |
84 | 90 | <configuration> |
85 | 91 | <source>1.8</source> |
86 | 92 | <target>1.8</target> |
|
89 | 95 | <plugin> |
90 | 96 | <groupId>org.apache.maven.plugins</groupId> |
91 | 97 | <artifactId>maven-shade-plugin</artifactId> |
92 | | - <version>2.2</version> |
| 98 | + <version>3.5.0</version> |
93 | 99 | <configuration> |
94 | 100 | <createDependencyReducedPom>false</createDependencyReducedPom> |
95 | 101 | <filters> |
|
0 commit comments