|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.springframework</groupId>
|
51 | 51 | <artifactId>spring-framework-bom</artifactId>
|
52 |
| - <version>5.3.3</version> |
| 52 | + <version>5.3.6</version> |
53 | 53 | <type>pom</type>
|
54 | 54 | <scope>import</scope>
|
55 | 55 | </dependency>
|
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.apache.logging.log4j</groupId>
|
65 | 65 | <artifactId>log4j-bom</artifactId>
|
66 |
| - <version>2.14.0</version> |
| 66 | + <version>2.14.1</version> |
67 | 67 | <type>pom</type>
|
68 | 68 | <scope>import</scope>
|
69 | 69 | </dependency>
|
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>org.firebirdsql.jdbc</groupId>
|
139 | 139 | <artifactId>jaybird</artifactId>
|
140 |
| - <version>4.0.2.java8</version> |
| 140 | + <version>4.0.3.java8</version> |
141 | 141 | <scope>test</scope>
|
142 | 142 | </dependency>
|
143 | 143 | <dependency>
|
144 | 144 | <groupId>org.mockito</groupId>
|
145 | 145 | <artifactId>mockito-core</artifactId>
|
146 |
| - <version>3.7.7</version> |
| 146 | + <version>3.9.0</version> |
147 | 147 | <scope>test</scope>
|
148 | 148 | <exclusions>
|
149 | 149 | <exclusion>
|
|
155 | 155 | <dependency>
|
156 | 156 | <groupId>org.postgresql</groupId>
|
157 | 157 | <artifactId>postgresql</artifactId>
|
158 |
| - <version>42.2.18</version> |
| 158 | + <version>42.2.20</version> |
159 | 159 | <optional>true</optional>
|
160 | 160 | </dependency>
|
161 | 161 | <dependency>
|
|
172 | 172 | <dependency>
|
173 | 173 | <groupId>mysql</groupId>
|
174 | 174 | <artifactId>mysql-connector-java</artifactId>
|
175 |
| - <version>8.0.23</version> |
| 175 | + <version>8.0.24</version> |
176 | 176 | <scope>test</scope>
|
177 | 177 | </dependency>
|
178 | 178 | <dependency>
|
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>com.microsoft.sqlserver</groupId>
|
186 | 186 | <artifactId>mssql-jdbc</artifactId>
|
187 |
| - <version>9.2.0.jre8</version> |
| 187 | + <version>9.2.1.jre8</version> |
188 | 188 | <scope>test</scope>
|
189 | 189 | </dependency>
|
190 | 190 | <dependency>
|
|
0 commit comments