| 
100 | 100 |         <dependency>  | 
101 | 101 |             <groupId>org.slf4j</groupId>  | 
102 | 102 |             <artifactId>slf4j-api</artifactId>  | 
103 |  | -            <version>1.7.25</version>  | 
 | 103 | +            <version>1.7.36</version>  | 
104 | 104 |         </dependency>  | 
105 | 105 |         <dependency>  | 
106 | 106 |             <groupId>org.apache.commons</groupId>  | 
107 | 107 |             <artifactId>commons-lang3</artifactId>  | 
108 |  | -            <version>3.10</version>  | 
 | 108 | +            <version>3.12.0</version>  | 
109 | 109 |         </dependency>  | 
110 | 110 |         <dependency>  | 
111 | 111 |             <groupId>org.apache.commons</groupId>  | 
 | 
115 | 115 |         <dependency>  | 
116 | 116 |             <groupId>org.tukaani</groupId>  | 
117 | 117 |             <artifactId>xz</artifactId>  | 
118 |  | -            <version>1.8</version>  | 
 | 118 | +            <version>1.9</version>  | 
119 | 119 |         </dependency>  | 
120 | 120 |         <dependency>  | 
121 | 121 |             <groupId>commons-io</groupId>  | 
122 | 122 |             <artifactId>commons-io</artifactId>  | 
123 |  | -            <version>2.7</version>  | 
 | 123 | +            <version>2.11.0</version>  | 
124 | 124 |         </dependency>  | 
125 | 125 |         <dependency>  | 
126 | 126 |             <groupId>commons-codec</groupId>  | 
127 | 127 |             <artifactId>commons-codec</artifactId>  | 
128 |  | -            <version>1.14</version>  | 
 | 128 | +            <version>1.15</version>  | 
129 | 129 |         </dependency>  | 
130 | 130 |         <dependency>  | 
131 | 131 |             <groupId>org.flywaydb</groupId>  | 
132 | 132 |             <artifactId>flyway-core</artifactId>  | 
133 |  | -            <version>7.1.1</version>  | 
 | 133 | +            <version>7.15.0</version>  | 
134 | 134 |             <optional>true</optional>  | 
135 | 135 |         </dependency>  | 
136 | 136 |         <dependency>  | 
137 | 137 |             <groupId>org.liquibase</groupId>  | 
138 | 138 |             <artifactId>liquibase-core</artifactId>  | 
139 |  | -            <version>4.0.0</version>  | 
 | 139 | +            <version>4.10.0</version>  | 
140 | 140 |             <optional>true</optional>  | 
141 | 141 |         </dependency>  | 
142 | 142 |         <dependency>  | 
143 | 143 |             <groupId>org.postgresql</groupId>  | 
144 | 144 |             <artifactId>postgresql</artifactId>  | 
145 |  | -            <version>42.2.14</version>  | 
 | 145 | +            <version>42.3.5</version>  | 
146 | 146 |         </dependency>  | 
147 | 147 |         <dependency>  | 
148 | 148 |             <groupId>junit</groupId>  | 
149 | 149 |             <artifactId>junit</artifactId>  | 
150 |  | -            <version>4.12</version>  | 
 | 150 | +            <version>4.13.2</version>  | 
151 | 151 |             <scope>provided</scope>  | 
152 | 152 |             <optional>true</optional>  | 
153 | 153 |         </dependency>  | 
154 | 154 |         <dependency>  | 
155 | 155 |             <groupId>org.junit.jupiter</groupId>  | 
156 | 156 |             <artifactId>junit-jupiter-api</artifactId>  | 
157 |  | -            <version>5.7.0</version>  | 
 | 157 | +            <version>5.8.2</version>  | 
158 | 158 |             <scope>provided</scope>  | 
159 | 159 |             <optional>true</optional>  | 
160 | 160 |         </dependency>  | 
161 | 161 |         <dependency>  | 
162 | 162 |             <groupId>org.junit.vintage</groupId>  | 
163 | 163 |             <artifactId>junit-vintage-engine</artifactId>  | 
164 |  | -            <version>5.7.0</version>  | 
 | 164 | +            <version>5.8.2</version>  | 
165 | 165 |             <scope>test</scope>  | 
166 | 166 |         </dependency>  | 
167 | 167 |         <dependency>  | 
168 | 168 |             <groupId>org.junit.jupiter</groupId>  | 
169 | 169 |             <artifactId>junit-jupiter-engine</artifactId>  | 
170 |  | -            <version>5.7.0</version>  | 
 | 170 | +            <version>5.8.2</version>  | 
171 | 171 |             <scope>test</scope>  | 
172 | 172 |         </dependency>  | 
173 | 173 | 
 
  | 
174 | 174 |         <dependency>  | 
175 | 175 |             <groupId>org.slf4j</groupId>  | 
176 | 176 |             <artifactId>slf4j-simple</artifactId>  | 
177 |  | -            <version>1.7.30</version>  | 
 | 177 | +            <version>1.7.36</version>  | 
178 | 178 |             <scope>test</scope>  | 
179 | 179 |         </dependency>  | 
180 | 180 |         <dependency>  | 
181 | 181 |             <groupId>org.mockito</groupId>  | 
182 | 182 |             <artifactId>mockito-core</artifactId>  | 
183 |  | -            <version>3.4.0</version>  | 
 | 183 | +            <version>3.12.4</version>  | 
184 | 184 |             <scope>test</scope>  | 
185 | 185 |         </dependency>  | 
186 | 186 |     </dependencies>  | 
 | 
0 commit comments