|
10 | 10 | <parent> |
11 | 11 | <groupId>org.springframework.boot</groupId> |
12 | 12 | <artifactId>spring-boot-starter-parent</artifactId> |
13 | | - <version>3.4.5</version> |
| 13 | + <version>3.5.4</version> |
14 | 14 | </parent> |
15 | 15 | <properties> |
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
40 | 40 | <dependency> |
41 | 41 | <groupId>org.flywaydb</groupId> |
42 | 42 | <artifactId>flyway-core</artifactId> |
43 | | - <version>11.8.0</version> |
| 43 | + <version>11.11.2</version> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>jakarta.validation</groupId> |
|
50 | 50 | <dependency> |
51 | 51 | <groupId>org.flywaydb</groupId> |
52 | 52 | <artifactId>flyway-mysql</artifactId> |
53 | | - <version>11.8.0</version> |
| 53 | + <version>11.11.2</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>org.springframework.boot</groupId> |
|
59 | 59 | <dependency> |
60 | 60 | <groupId>org.springframework.security</groupId> |
61 | 61 | <artifactId>spring-security-oauth2-client</artifactId> |
62 | | - <version>6.4.5</version> |
| 62 | + <version>6.5.1</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.springframework.boot</groupId> |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>org.mariadb.jdbc</groupId> |
81 | 81 | <artifactId>mariadb-java-client</artifactId> |
82 | | - <version>3.5.3</version> |
| 82 | + <version>3.5.5</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.apache.httpcomponents.client5</groupId> |
86 | 86 | <artifactId>httpclient5</artifactId> |
87 | | - <version>5.4.3</version> |
| 87 | + <version>5.5</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>org.yaml</groupId> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>commons-io</groupId> |
101 | 101 | <artifactId>commons-io</artifactId> |
102 | | - <version>2.18.0</version> |
103 | | - </dependency> |
104 | | - <dependency> |
105 | | - <groupId>joda-time</groupId> |
106 | | - <artifactId>joda-time</artifactId> |
107 | | - <version>2.13.0</version> |
| 102 | + <version>2.20.0</version> |
108 | 103 | </dependency> |
109 | 104 | <dependency> |
110 | 105 | <groupId>com.fasterxml.jackson.datatype</groupId> |
111 | 106 | <artifactId>jackson-datatype-hibernate6</artifactId> |
112 | | - <version>2.19.0</version> |
| 107 | + <version>2.19.2</version> |
113 | 108 | </dependency> |
114 | 109 | <dependency> |
115 | 110 | <groupId>com.fasterxml.jackson.datatype</groupId> |
116 | 111 | <artifactId>jackson-datatype-jdk8</artifactId> |
117 | | - <version>2.19.0</version> |
| 112 | + <version>2.19.2</version> |
118 | 113 | </dependency> |
119 | 114 | <dependency> |
120 | 115 | <groupId>com.fasterxml.jackson.datatype</groupId> |
121 | 116 | <artifactId>jackson-datatype-jsr310</artifactId> |
122 | | - <version>2.19.0</version> |
| 117 | + <version>2.19.2</version> |
123 | 118 | </dependency> |
124 | 119 | <dependency> |
125 | 120 | <groupId>io.rest-assured</groupId> |
126 | 121 | <artifactId>json-path</artifactId> |
127 | | - <version>5.5.1</version> |
| 122 | + <version>5.5.6</version> |
128 | 123 | </dependency> |
129 | 124 | <dependency> |
130 | 125 | <groupId>org.springframework.boot</groupId> |
|
134 | 129 | <dependency> |
135 | 130 | <groupId>io.rest-assured</groupId> |
136 | 131 | <artifactId>rest-assured</artifactId> |
137 | | - <version>5.5.1</version> |
| 132 | + <version>5.5.6</version> |
138 | 133 | <scope>test</scope> |
139 | 134 | </dependency> |
140 | 135 | <dependency> |
141 | 136 | <groupId>io.rest-assured</groupId> |
142 | 137 | <artifactId>xml-path</artifactId> |
143 | | - <version>5.5.1</version> |
| 138 | + <version>5.5.6</version> |
144 | 139 | <scope>test</scope> |
145 | 140 | </dependency> |
146 | 141 | <dependency> |
147 | 142 | <groupId>org.wiremock</groupId> |
148 | 143 | <artifactId>wiremock-standalone</artifactId> |
149 | | - <version>3.13.0</version> |
| 144 | + <version>3.13.1</version> |
150 | 145 | <scope>test</scope> |
151 | 146 | </dependency> |
152 | 147 | <dependency> |
153 | 148 | <groupId>org.junit.vintage</groupId> |
154 | 149 | <artifactId>junit-vintage-engine</artifactId> |
155 | | - <version>5.11.4</version> |
| 150 | + <version>5.12.2</version> |
156 | 151 | <scope>test</scope> |
157 | 152 | </dependency> |
158 | 153 | </dependencies> |
|
161 | 156 | <plugin> |
162 | 157 | <groupId>org.springframework.boot</groupId> |
163 | 158 | <artifactId>spring-boot-maven-plugin</artifactId> |
164 | | - <version>3.4.3</version> |
| 159 | + <version>3.5.3</version> |
165 | 160 | </plugin> |
166 | 161 | <plugin> |
167 | 162 | <groupId>io.github.git-commit-id</groupId> |
168 | 163 | <artifactId>git-commit-id-maven-plugin</artifactId> |
169 | | - <version>9.0.1</version> |
| 164 | + <version>9.0.2</version> |
170 | 165 | </plugin> |
171 | 166 | <plugin> |
172 | 167 | <groupId>org.apache.maven.plugins</groupId> |
|
179 | 174 | <plugin> |
180 | 175 | <groupId>org.jacoco</groupId> |
181 | 176 | <artifactId>jacoco-maven-plugin</artifactId> |
182 | | - <version>0.8.12</version> |
| 177 | + <version>0.8.13</version> |
183 | 178 | <executions> |
184 | 179 | <execution> |
185 | 180 | <goals> |
|
198 | 193 | <plugin> |
199 | 194 | <groupId>org.apache.maven.plugins</groupId> |
200 | 195 | <artifactId>maven-enforcer-plugin</artifactId> |
201 | | - <version>3.5.0</version> |
| 196 | + <version>3.6.1</version> |
202 | 197 | <executions> |
203 | 198 | <execution> |
204 | 199 | <id>enforce-versions</id> |
|
0 commit comments