File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/test/java/io/kafbat/ui/smokesuite/topics Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 333333 <plugin >
334334 <groupId >org.apache.maven.plugins</groupId >
335335 <artifactId >maven-checkstyle-plugin</artifactId >
336- <version >3.3.0 </version >
336+ <version >3.3.1 </version >
337337 <dependencies >
338338 <dependency >
339339 <groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.openapitools</groupId >
3636 <artifactId >jackson-databind-nullable</artifactId >
37- <version >0.2.4 </version >
37+ <version >0.2.6 </version >
3838 </dependency >
3939 <dependency >
4040 <groupId >jakarta.annotation</groupId >
Original file line number Diff line number Diff line change 129129 <plugin >
130130 <groupId >org.apache.maven.plugins</groupId >
131131 <artifactId >maven-checkstyle-plugin</artifactId >
132- <version >3.3.0 </version >
132+ <version >3.3.1 </version >
133133 <dependencies >
134134 <dependency >
135135 <groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public void createTopicPossibilityCheck() {
214214 Assert .assertFalse (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
215215 topicCreateEditForm
216216 .setTopicName ("testName" );
217- Assert .assertFalse (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
217+ Assert .assertTrue (topicCreateEditForm .isCreateTopicButtonEnabled (), "isCreateTopicButtonEnabled()" );
218218 topicCreateEditForm
219219 .setTopicName (null )
220220 .setNumberOfPartitions (nextInt (1 , 10 ));
Original file line number Diff line number Diff line change 4444 <org .projectlombok.version>1.18.32</org .projectlombok.version>
4545 <protobuf-java .version>3.23.3</protobuf-java .version>
4646 <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>
4848 <spring-boot .version>3.1.9</spring-boot .version>
4949 <serde-api .version>1.0.0</serde-api .version>
5050 <odd-oddrn-generator .version>0.1.17</odd-oddrn-generator .version>
5454 <guava .version>33.0.0-jre</guava .version>
5555 <!-- Test dependency versions -->
5656 <junit .version>5.9.1</junit .version>
57- <mockito .version>5.3.1 </mockito .version>
57+ <mockito .version>5.11.0 </mockito .version>
5858 <okhttp3 .mockwebserver.version>4.12.0</okhttp3 .mockwebserver.version>
5959 <testcontainers .version>1.19.5</testcontainers .version>
6060
You can’t perform that action at this time.
0 commit comments