|
8 | 8 | <parent> |
9 | 9 | <groupId>org.springframework.boot</groupId> |
10 | 10 | <artifactId>spring-boot-starter-parent</artifactId> |
11 | | - <version>3.4.4</version> |
| 11 | + <version>3.4.5</version> |
12 | 12 | <relativePath/> <!-- lookup parent from repository --> |
13 | 13 | </parent> |
14 | 14 |
|
|
35 | 35 | <dependency> |
36 | 36 | <groupId>com.mysql</groupId> |
37 | 37 | <artifactId>mysql-connector-j</artifactId> |
38 | | - <version>9.2.0</version> |
| 38 | + <version>9.3.0</version> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | 41 | <groupId>org.springframework.boot</groupId> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>org.testcontainers</groupId> |
53 | 53 | <artifactId>testcontainers</artifactId> |
54 | | - <version>1.20.6</version> |
| 54 | + <version>1.21.0</version> |
55 | 55 | <scope>test</scope> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>org.testcontainers</groupId> |
60 | 60 | <artifactId>junit-jupiter</artifactId> |
61 | | - <version>1.20.6</version> |
| 61 | + <version>1.21.0</version> |
62 | 62 | <scope>test</scope> |
63 | 63 | </dependency> |
64 | 64 |
|
65 | 65 | <dependency> |
66 | 66 | <groupId>org.testcontainers</groupId> |
67 | 67 | <artifactId>mysql</artifactId> |
68 | | - <version>1.20.6</version> |
| 68 | + <version>1.21.0</version> |
69 | 69 | <scope>test</scope> |
70 | 70 | </dependency> |
71 | 71 |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>org.testcontainers</groupId> |
74 | 74 | <artifactId>rabbitmq</artifactId> |
75 | | - <version>1.20.6</version> |
| 75 | + <version>1.21.0</version> |
76 | 76 | <scope>test</scope> |
77 | 77 | </dependency> |
78 | 78 |
|
|
0 commit comments