|
36 | 36 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
37 | 37 | <license.dir>${basedir}</license.dir> |
38 | 38 | <currentYear>2022</currentYear> |
39 | | - <testcontainers.version>1.16.0</testcontainers.version> |
| 39 | + <testcontainers.version>1.17.3</testcontainers.version> |
40 | 40 | </properties> |
41 | 41 |
|
42 | 42 | <dependencyManagement> |
43 | 43 | <dependencies> |
44 | 44 | <dependency> |
45 | 45 | <groupId>org.junit</groupId> |
46 | 46 | <artifactId>junit-bom</artifactId> |
47 | | - <version>5.8.1</version> |
| 47 | + <version>5.8.2</version> |
48 | 48 | <type>pom</type> |
49 | 49 | <scope>import</scope> |
50 | 50 | </dependency> |
|
91 | 91 | <dependency> |
92 | 92 | <groupId>org.mariadb.jdbc</groupId> |
93 | 93 | <artifactId>mariadb-java-client</artifactId> |
94 | | - <version>2.7.2</version> |
| 94 | + <version>3.0.6</version> |
95 | 95 | <scope>test</scope> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>com.microsoft.sqlserver</groupId> |
99 | 99 | <artifactId>mssql-jdbc</artifactId> |
100 | | - <version>9.2.0.jre8</version> |
| 100 | + <version>11.2.0.jre8</version> |
101 | 101 | <scope>test</scope> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
|
109 | 109 | <dependency> |
110 | 110 | <groupId>org.postgresql</groupId> |
111 | 111 | <artifactId>postgresql</artifactId> |
112 | | - <version>42.2.19</version> |
| 112 | + <version>42.5.0</version> |
113 | 113 | <scope>test</scope> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
|
121 | 121 | <dependency> |
122 | 122 | <groupId>com.oracle.database.jdbc</groupId> |
123 | 123 | <artifactId>ojdbc8</artifactId> |
124 | | - <version>19.7.0.0</version> |
| 124 | + <version>21.7.0.0</version> |
125 | 125 | <scope>test</scope> |
126 | 126 | </dependency> |
127 | 127 | <dependency> |
|
152 | 152 | <dependency> |
153 | 153 | <groupId>org.assertj</groupId> |
154 | 154 | <artifactId>assertj-core</artifactId> |
155 | | - <version>3.21.0</version> |
| 155 | + <version>3.23.1</version> |
156 | 156 | <scope>test</scope> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
|
170 | 170 | <dependency> |
171 | 171 | <groupId>ch.qos.logback</groupId> |
172 | 172 | <artifactId>logback-classic</artifactId> |
173 | | - <version>1.2.7</version> |
| 173 | + <version>1.2.11</version> |
174 | 174 | <scope>test</scope> |
175 | 175 | </dependency> |
176 | 176 | </dependencies> |
|
304 | 304 | <plugins> |
305 | 305 | <plugin> |
306 | 306 | <artifactId>maven-gpg-plugin</artifactId> |
307 | | - <version>1.6</version> |
| 307 | + <version>3.0.1</version> |
308 | 308 | <executions> |
309 | 309 | <execution> |
310 | 310 | <id>sign-artifacts</id> |
|
332 | 332 | </plugin> |
333 | 333 | <plugin> |
334 | 334 | <artifactId>maven-javadoc-plugin</artifactId> |
335 | | - <version>3.2.0</version> |
| 335 | + <version>3.4.1</version> |
336 | 336 | <executions> |
337 | 337 | <execution> |
338 | 338 | <id>attach-javadocs</id> |
|
359 | 359 | </plugin> |
360 | 360 | <plugin> |
361 | 361 | <artifactId>maven-release-plugin</artifactId> |
362 | | - <version>3.0.0-M1</version> |
| 362 | + <version>3.0.0-M6</version> |
363 | 363 | <configuration> |
364 | | - <allowTimestampedSnapshots>true</allowTimestampedSnapshots> <!--Because of junit4-spring-base-tests--> |
| 364 | + <allowTimestampedSnapshots>true |
| 365 | + </allowTimestampedSnapshots> <!--Because of junit4-spring-base-tests--> |
365 | 366 | <autoVersionSubmodules>true</autoVersionSubmodules> |
366 | 367 | <useReleaseProfile>false</useReleaseProfile> |
367 | 368 | <releaseProfiles>release</releaseProfiles> |
|
0 commit comments