Skip to content

Commit f3d4f10

Browse files
committed
release: bump version to 26.02.02
1 parent b2adcb2 commit f3d4f10

2 files changed

Lines changed: 4 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Core is designed to be included as a transitive dependency through higher-level
5757
<dependency>
5858
<groupId>org.fireflyframework</groupId>
5959
<artifactId>fireflyframework-core</artifactId>
60-
<version>26.02.01</version>
60+
<version>26.02.02</version>
6161
</dependency>
6262
```
6363

pom.xml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>org.fireflyframework</groupId>
1010
<artifactId>fireflyframework-parent</artifactId>
11-
<version>26.02.01</version>
11+
<version>26.02.02</version>
1212
<relativePath/>
1313
</parent>
1414

1515
<artifactId>fireflyframework-core</artifactId>
16-
<version>26.02.01</version>
16+
<version>26.02.02</version>
1717
<packaging>jar</packaging>
1818

1919
<dependencies>
@@ -76,29 +76,25 @@
7676
<scope>test</scope>
7777
</dependency>
7878

79-
<!-- OpenAPI / Swagger -->
79+
<!-- OpenAPI / Swagger (versions managed by parent) -->
8080
<dependency>
8181
<groupId>org.springdoc</groupId>
8282
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
83-
<version>2.8.6</version>
8483
</dependency>
8584
<dependency>
8685
<groupId>io.swagger.core.v3</groupId>
8786
<artifactId>swagger-annotations</artifactId>
88-
<version>2.2.42</version>
8987
</dependency>
9088

9189
<!-- Utils -->
9290
<dependency>
9391
<groupId>org.projectlombok</groupId>
9492
<artifactId>lombok</artifactId>
95-
<version>1.18.42</version>
9693
<scope>provided</scope>
9794
</dependency>
9895
<dependency>
9996
<groupId>org.mapstruct</groupId>
10097
<artifactId>mapstruct</artifactId>
101-
<version>1.6.3</version>
10298
</dependency>
10399

104100
<!-- Jackson -->
@@ -119,7 +115,6 @@
119115
<dependency>
120116
<groupId>org.codehaus.janino</groupId>
121117
<artifactId>janino</artifactId>
122-
<version>3.1.12</version>
123118
</dependency>
124119

125120
<!-- Reflections -->
@@ -138,14 +133,12 @@
138133
<groupId>io.projectreactor.kafka</groupId>
139134
<artifactId>reactor-kafka</artifactId>
140135
<optional>true</optional>
141-
<version>1.3.25</version>
142136
</dependency>
143137

144138
<!-- AWS SDK v2 -->
145139
<dependency>
146140
<groupId>software.amazon.awssdk</groupId>
147141
<artifactId>dynamodb</artifactId>
148-
<version>2.41.26</version>
149142
<optional>true</optional>
150143
<exclusions>
151144
<exclusion>
@@ -157,60 +150,51 @@
157150
<dependency>
158151
<groupId>software.amazon.awssdk</groupId>
159152
<artifactId>cloudwatch</artifactId>
160-
<version>2.41.26</version>
161153
<optional>true</optional>
162154
</dependency>
163155
<dependency>
164156
<groupId>software.amazon.awssdk</groupId>
165157
<artifactId>kinesis</artifactId>
166-
<version>2.41.26</version>
167158
<optional>true</optional>
168159
</dependency>
169160
<dependency>
170161
<groupId>software.amazon.kinesis</groupId>
171162
<artifactId>amazon-kinesis-client</artifactId>
172-
<version>2.5.1</version>
173163
<optional>true</optional>
174164
</dependency>
175165
<dependency>
176166
<groupId>io.awspring.cloud</groupId>
177167
<artifactId>spring-cloud-aws-starter-sqs</artifactId>
178-
<version>3.3.0</version>
179168
<optional>true</optional>
180169
</dependency>
181170

182171
<!-- Google Cloud Pub/Sub -->
183172
<dependency>
184173
<groupId>com.google.cloud</groupId>
185174
<artifactId>spring-cloud-gcp-starter-pubsub</artifactId>
186-
<version>6.1.1</version>
187175
<optional>true</optional>
188176
</dependency>
189177

190178
<!-- Azure Service Bus -->
191179
<dependency>
192180
<groupId>com.azure.spring</groupId>
193181
<artifactId>spring-cloud-azure-starter-servicebus</artifactId>
194-
<version>5.22.0</version>
195182
<optional>true</optional>
196183
</dependency>
197184
<dependency>
198185
<groupId>com.azure.spring</groupId>
199186
<artifactId>spring-messaging-azure-servicebus</artifactId>
200-
<version>5.22.0</version>
201187
<optional>true</optional>
202188
</dependency>
203189

204190
<!-- Resilience4j -->
205191
<dependency>
206192
<groupId>io.github.resilience4j</groupId>
207193
<artifactId>resilience4j-spring-boot3</artifactId>
208-
<version>2.3.0</version>
209194
</dependency>
210195
<dependency>
211196
<groupId>io.github.resilience4j</groupId>
212197
<artifactId>resilience4j-reactor</artifactId>
213-
<version>2.3.0</version>
214198
</dependency>
215199

216200
<!-- Micrometer / Tracing -->
@@ -250,39 +234,33 @@
250234
<dependency>
251235
<groupId>org.springframework.cloud</groupId>
252236
<artifactId>spring-cloud-starter-config</artifactId>
253-
<version>4.0.4</version>
254237
<optional>true</optional>
255238
</dependency>
256239
<dependency>
257240
<groupId>org.springframework.cloud</groupId>
258241
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
259-
<version>4.0.3</version>
260242
<optional>true</optional>
261243
</dependency>
262244
<dependency>
263245
<groupId>org.springframework.cloud</groupId>
264246
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
265-
<version>4.0.3</version>
266247
<optional>true</optional>
267248
</dependency>
268249

269250
<!-- Serialization -->
270251
<dependency>
271252
<groupId>org.apache.avro</groupId>
272253
<artifactId>avro</artifactId>
273-
<version>1.12.1</version>
274254
<optional>true</optional>
275255
</dependency>
276256
<dependency>
277257
<groupId>com.google.protobuf</groupId>
278258
<artifactId>protobuf-java</artifactId>
279-
<version>3.22.3</version>
280259
<optional>true</optional>
281260
</dependency>
282261
<dependency>
283262
<groupId>com.google.protobuf</groupId>
284263
<artifactId>protobuf-java-util</artifactId>
285-
<version>3.22.3</version>
286264
<optional>true</optional>
287265
</dependency>
288266

@@ -315,7 +293,6 @@
315293
<dependency>
316294
<groupId>org.mockito</groupId>
317295
<artifactId>mockito-inline</artifactId>
318-
<version>5.2.0</version>
319296
<scope>test</scope>
320297
</dependency>
321298
</dependencies>

0 commit comments

Comments
 (0)