|
53 | 53 | </scm>
|
54 | 54 |
|
55 | 55 | <properties>
|
56 |
| - <testcontainers.version>1.19.3</testcontainers.version> |
| 56 | + <testcontainers.version>1.21.3</testcontainers.version> |
57 | 57 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
58 | 58 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
59 | 59 | <logging.config>${project.basedir}/src/test/resources/logback-test.xml</logging.config>
|
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>com.fasterxml.jackson.core</groupId>
|
67 | 67 | <artifactId>jackson-annotations</artifactId>
|
68 |
| - <version>2.14.0</version> |
| 68 | + <version>2.18.4</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.slf4j</groupId>
|
72 | 72 | <artifactId>slf4j-api</artifactId>
|
73 |
| - <version>2.0.3</version> |
| 73 | + <version>2.0.17</version> |
74 | 74 | </dependency>
|
75 | 75 | </dependencies>
|
76 | 76 | </dependencyManagement>
|
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>org.yaml</groupId>
|
86 | 86 | <artifactId>snakeyaml</artifactId>
|
87 |
| - <version>2.0</version> |
| 87 | + <version>2.3</version> |
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.slf4j</groupId>
|
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.apache.httpcomponents</groupId>
|
97 | 97 | <artifactId>httpclient</artifactId>
|
98 |
| - <version>4.5.1</version> |
| 98 | + <version>4.5.14</version> |
99 | 99 | <scope>test</scope>
|
100 | 100 | </dependency>
|
101 | 101 |
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>ch.qos.logback</groupId>
|
104 | 104 | <artifactId>logback-classic</artifactId>
|
105 |
| - <version>1.3.4</version> |
| 105 | + <version>1.3.15</version> |
106 | 106 | <scope>test</scope>
|
107 | 107 | </dependency>
|
108 | 108 |
|
109 | 109 | <dependency>
|
110 | 110 | <groupId>org.junit.jupiter</groupId>
|
111 | 111 | <artifactId>junit-jupiter</artifactId>
|
112 |
| - <version>5.8.1</version> |
| 112 | + <version>5.13.3</version> |
113 | 113 | <scope>test</scope>
|
114 | 114 | </dependency>
|
115 | 115 | <dependency>
|
|
0 commit comments