|
19 | 19 | <dependency> |
20 | 20 | <groupId>com.mysql</groupId> |
21 | 21 | <artifactId>mysql-connector-j</artifactId> |
22 | | - <version>8.1.0</version> |
| 22 | + <version>8.2.0</version> |
23 | 23 | <scope>test</scope> |
24 | 24 | </dependency> |
25 | 25 | <dependency> |
|
31 | 31 | <dependency> |
32 | 32 | <groupId>com.oracle.database.jdbc</groupId> |
33 | 33 | <artifactId>ojdbc11</artifactId> |
34 | | - <version>23.2.0.0</version> |
| 34 | + <version>23.3.0.23.09</version> |
35 | 35 | <scope>test</scope> |
36 | 36 | </dependency> |
37 | 37 | <dependency> |
|
48 | 48 | <dependency> |
49 | 49 | <groupId>com.exasol</groupId> |
50 | 50 | <artifactId>exasol-testcontainers</artifactId> |
51 | | - <version>6.6.2</version> |
| 51 | + <version>6.6.3</version> |
52 | 52 | <scope>test</scope> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>com.exasol</groupId> |
80 | 80 | <artifactId>hamcrest-resultset-matcher</artifactId> |
81 | | - <version>1.6.0</version> |
| 81 | + <version>1.6.2</version> |
82 | 82 | <scope>test</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
|
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>org.junit.jupiter</groupId> |
92 | | - <artifactId>junit-jupiter</artifactId> |
93 | | - <!-- Upgrading this to 5.10.0 will cause error |
94 | | - JUnitException: TestEngine with ID 'junit-jupiter' failed to discover tests |
95 | | - caused by ClassNotFoundException: org.junit.jupiter.api.io.TempDirFactory --> |
96 | | - <version>5.9.3</version> |
| 92 | + <artifactId>junit-jupiter-api</artifactId> |
| 93 | + <version>5.10.1</version> |
| 94 | + <scope>test</scope> |
| 95 | + </dependency> |
| 96 | + <dependency> |
| 97 | + <groupId>org.junit.jupiter</groupId> |
| 98 | + <artifactId>junit-jupiter-engine</artifactId> |
| 99 | + <version>5.10.1</version> |
97 | 100 | <scope>test</scope> |
98 | 101 | </dependency> |
99 | 102 | <dependency> |
100 | 103 | <groupId>org.mockito</groupId> |
101 | 104 | <artifactId>mockito-junit-jupiter</artifactId> |
102 | | - <version>5.5.0</version> |
| 105 | + <version>5.7.0</version> |
103 | 106 | <scope>test</scope> |
104 | 107 | </dependency> |
105 | 108 | <dependency> |
106 | 109 | <groupId>nl.jqno.equalsverifier</groupId> |
107 | 110 | <artifactId>equalsverifier</artifactId> |
108 | | - <version>3.15.2</version> |
| 111 | + <version>3.15.3</version> |
109 | 112 | <scope>test</scope> |
110 | 113 | </dependency> |
111 | 114 | <dependency> |
|
0 commit comments