|
36 | 36 | <dependency> |
37 | 37 | <groupId>software.amazon.awssdk</groupId> |
38 | 38 | <artifactId>s3</artifactId> |
39 | | - <version>2.35.1</version> |
| 39 | + <version>2.35.10</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>org.opensaml</groupId> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>org.springframework.security</groupId> |
87 | 87 | <artifactId>spring-security-config</artifactId> |
88 | | - <version>6.5.5</version> |
| 88 | + <version>6.5.6</version> |
89 | 89 | <exclusions> |
90 | 90 | <exclusion> |
91 | 91 | <groupId>org.springframework.security</groupId> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>org.springframework.security</groupId> |
102 | 102 | <artifactId>spring-security-core</artifactId> |
103 | | - <version>6.5.5</version> |
| 103 | + <version>6.5.6</version> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>org.springframework.security</groupId> |
107 | 107 | <artifactId>spring-security-crypto</artifactId> |
108 | | - <version>6.5.5</version> |
| 108 | + <version>6.5.6</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.springframework.boot</groupId> |
|
132 | 132 | <dependency> |
133 | 133 | <groupId>org.flywaydb</groupId> |
134 | 134 | <artifactId>flyway-core</artifactId> |
135 | | - <version>11.13.3</version> |
| 135 | + <version>11.14.1</version> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
138 | 138 | <groupId>org.flywaydb</groupId> |
139 | 139 | <artifactId>flyway-mysql</artifactId> |
140 | | - <version>11.13.3</version> |
| 140 | + <version>11.14.1</version> |
141 | 141 | </dependency> |
142 | 142 | <dependency> |
143 | 143 | <groupId>org.mariadb.jdbc</groupId> |
|
279 | 279 | <plugin> |
280 | 280 | <groupId>org.jacoco</groupId> |
281 | 281 | <artifactId>jacoco-maven-plugin</artifactId> |
282 | | - <version>0.8.13</version> |
| 282 | + <version>0.8.14</version> |
283 | 283 | <configuration> |
284 | 284 | <excludes> |
285 | 285 | <exclude>db/mysql/migration/*.class</exclude> |
|
0 commit comments