File tree 5 files changed +6
-6
lines changed
src/test/java/io/kafbat/ui/smokesuite/topics
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 333
333
<plugin >
334
334
<groupId >org.apache.maven.plugins</groupId >
335
335
<artifactId >maven-checkstyle-plugin</artifactId >
336
- <version >3.3.0 </version >
336
+ <version >3.3.1 </version >
337
337
<dependencies >
338
338
<dependency >
339
339
<groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.openapitools</groupId >
36
36
<artifactId >jackson-databind-nullable</artifactId >
37
- <version >0.2.4 </version >
37
+ <version >0.2.6 </version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >jakarta.annotation</groupId >
Original file line number Diff line number Diff line change 129
129
<plugin >
130
130
<groupId >org.apache.maven.plugins</groupId >
131
131
<artifactId >maven-checkstyle-plugin</artifactId >
132
- <version >3.3.0 </version >
132
+ <version >3.3.1 </version >
133
133
<dependencies >
134
134
<dependency >
135
135
<groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public void createTopicPossibilityCheck() {
214
214
Assert .assertFalse (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
215
215
topicCreateEditForm
216
216
.setTopicName ("testName" );
217
- Assert .assertFalse (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
217
+ Assert .assertTrue (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
218
218
topicCreateEditForm
219
219
.setTopicName (null )
220
220
.setNumberOfPartitions (nextInt (1 , 10 ));
Original file line number Diff line number Diff line change 44
44
<org .projectlombok.version>1.18.32</org .projectlombok.version>
45
45
<protobuf-java .version>3.23.3</protobuf-java .version>
46
46
<scala-lang .library.version>2.13.9</scala-lang .library.version>
47
- <snakeyaml .version>2.0 </snakeyaml .version>
47
+ <snakeyaml .version>2.2 </snakeyaml .version>
48
48
<spring-boot .version>3.1.9</spring-boot .version>
49
49
<serde-api .version>1.0.0</serde-api .version>
50
50
<odd-oddrn-generator .version>0.1.17</odd-oddrn-generator .version>
54
54
<guava .version>33.0.0-jre</guava .version>
55
55
<!-- Test dependency versions -->
56
56
<junit .version>5.9.1</junit .version>
57
- <mockito .version>5.3.1 </mockito .version>
57
+ <mockito .version>5.11.0 </mockito .version>
58
58
<okhttp3 .mockwebserver.version>4.12.0</okhttp3 .mockwebserver.version>
59
59
<testcontainers .version>1.19.5</testcontainers .version>
60
60
You can’t perform that action at this time.
0 commit comments