|
77 | 77 | <dependency> |
78 | 78 | <groupId>org.flywaydb</groupId> |
79 | 79 | <artifactId>flyway-core</artifactId> |
80 | | - <version>11.10.4</version> |
| 80 | + <version>11.11.1</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.flywaydb</groupId> |
84 | 84 | <artifactId>flyway-mysql</artifactId> |
85 | | - <version>11.10.4</version> |
| 85 | + <version>11.11.1</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.mariadb.jdbc</groupId> |
89 | 89 | <artifactId>mariadb-java-client</artifactId> |
90 | | - <version>3.5.4</version> |
| 90 | + <version>3.5.5</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.springframework.retry</groupId> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>com.azure</groupId> |
110 | 110 | <artifactId>azure-identity</artifactId> |
111 | | - <version>1.16.3</version> |
| 111 | + <version>1.17.0</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.5</version> |
| 138 | + <version>5.5.6</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.5</version> |
| 144 | + <version>5.5.6</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.5</version> |
| 150 | + <version>5.5.6</version> |
151 | 151 | <scope>test</scope> |
152 | 152 | </dependency> |
153 | 153 | <dependency> |
|
0 commit comments