|
27 | 27 | <dependency> |
28 | 28 | <groupId>io.hypersistence</groupId> |
29 | 29 | <artifactId>hypersistence-utils-hibernate-63</artifactId> |
30 | | - <version>3.9.10</version> |
| 30 | + <version>3.10.1</version> |
31 | 31 | </dependency> |
32 | 32 | <dependency> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
|
67 | 67 | <dependency> |
68 | 68 | <groupId>com.fasterxml.jackson.datatype</groupId> |
69 | 69 | <artifactId>jackson-datatype-jdk8</artifactId> |
70 | | - <version>2.19.0</version> |
| 70 | + <version>2.19.1</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>com.squareup.okhttp3</groupId> |
|
77 | 77 | <dependency> |
78 | 78 | <groupId>org.flywaydb</groupId> |
79 | 79 | <artifactId>flyway-core</artifactId> |
80 | | - <version>11.8.0</version> |
| 80 | + <version>11.10.0</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.flywaydb</groupId> |
84 | 84 | <artifactId>flyway-mysql</artifactId> |
85 | | - <version>11.8.0</version> |
| 85 | + <version>11.10.0</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.mariadb.jdbc</groupId> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>com.azure</groupId> |
110 | 110 | <artifactId>azure-identity</artifactId> |
111 | | - <version>1.15.4</version> |
| 111 | + <version>1.16.2</version> |
112 | 112 | </dependency> |
113 | 113 | <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
114 | 114 | <dependency> |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>io.rest-assured</groupId> |
137 | 137 | <artifactId>rest-assured</artifactId> |
138 | | - <version>5.5.1</version> |
| 138 | + <version>5.5.5</version> |
139 | 139 | <scope>test</scope> |
140 | 140 | </dependency> |
141 | 141 | <dependency> |
142 | 142 | <groupId>io.rest-assured</groupId> |
143 | 143 | <artifactId>json-path</artifactId> |
144 | | - <version>5.5.1</version> |
| 144 | + <version>5.5.5</version> |
145 | 145 | <scope>test</scope> |
146 | 146 | </dependency> |
147 | 147 | <dependency> |
148 | 148 | <groupId>io.rest-assured</groupId> |
149 | 149 | <artifactId>xml-path</artifactId> |
150 | | - <version>5.5.1</version> |
| 150 | + <version>5.5.5</version> |
151 | 151 | <scope>test</scope> |
152 | 152 | </dependency> |
153 | 153 | <dependency> |
|
177 | 177 | <dependency> |
178 | 178 | <groupId>org.springdoc</groupId> |
179 | 179 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
180 | | - <version>2.8.6</version> |
| 180 | + <version>2.8.9</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>org.bouncycastle</groupId> |
184 | 184 | <artifactId>bcprov-jdk18on</artifactId> |
185 | | - <version>1.80</version> |
| 185 | + <version>1.81</version> |
186 | 186 | </dependency> |
187 | 187 | <dependency> |
188 | 188 | <groupId>org.bouncycastle</groupId> |
189 | 189 | <artifactId>bcpkix-jdk18on</artifactId> |
190 | | - <version>1.80</version> |
| 190 | + <version>1.81</version> |
191 | 191 | </dependency> |
192 | 192 | </dependencies> |
193 | 193 | <build> |
|
199 | 199 | <plugin> |
200 | 200 | <groupId>io.github.git-commit-id</groupId> |
201 | 201 | <artifactId>git-commit-id-maven-plugin</artifactId> |
202 | | - <version>9.0.1</version> |
| 202 | + <version>9.0.2</version> |
203 | 203 | </plugin> |
204 | 204 | <plugin> |
205 | 205 | <groupId>org.jacoco</groupId> |
|
0 commit comments