Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val checkstyleVersion="11.0.0" // https://github.com/checkstyle/checkstyle
val annotationsVersion="26.0.2" // https://mvnrepository.com/artifact/org.jetbrains/annotations https://github.com/JetBrains/java-annotations
val junitVersion = "5.13.4" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
val junitLauncherVersion = "1.13.4" // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
val mockitoVersion = "5.18.0" // https://mvnrepository.com/artifact/org.mockito/mockito-core
val mockitoVersion = "5.20.0" // https://mvnrepository.com/artifact/org.mockito/mockito-core
val atlantaFxVersion = "2.1.0" // https://mvnrepository.com/artifact/io.github.mkpaz/atlantafx-base
val log4j2Version = "2.25.1" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api
val jacksonVersion = "2.19.2" // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
Expand Down
Loading