1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.1.4 '
4
- id ' io.spring.dependency-management' version ' 1.1.3 '
3
+ id ' org.springframework.boot' version ' 3.4.0 '
4
+ id ' io.spring.dependency-management' version ' 1.1.6 '
5
5
}
6
6
7
7
group = ' tools.sctrade'
8
- version = ' 1.0.3 '
8
+ version = ' 1.0.4 '
9
9
10
10
java {
11
11
sourceCompatibility = ' 17'
@@ -24,21 +24,22 @@ dependencies {
24
24
implementation ' com.1stleg:jnativehook:2.1.0'
25
25
26
26
// GUI look and feel
27
- implementation ' com.formdev:flatlaf:3.2.5 '
28
- implementation ' com.formdev:flatlaf-intellij-themes:3.2.5 '
27
+ implementation ' com.formdev:flatlaf:3.5.2 '
28
+ implementation ' com.formdev:flatlaf-intellij-themes:3.5.2 '
29
29
30
30
// OCR
31
- implementation ' net.sourceforge.tess4j:tess4j:5.8 .0'
32
- implementation ' org.openpnp:opencv:4.8.1 -0'
31
+ implementation ' net.sourceforge.tess4j:tess4j:5.13 .0'
32
+ implementation ' org.openpnp:opencv:4.9.0 -0'
33
33
34
34
// Utils
35
35
implementation ' org.imgscalr:imgscalr-lib:4.2'
36
36
implementation ' org.apache.commons:commons-math3:3.6.1'
37
- implementation ' com.opencsv:opencsv:5.7.1'
37
+ implementation ' commons-io:commons-io:2.18.0'
38
+ implementation ' com.opencsv:opencsv:5.9'
38
39
39
40
// Tests
40
41
testImplementation ' org.springframework.boot:spring-boot-starter-test'
41
- testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0 '
42
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
42
43
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
43
44
}
44
45
0 commit comments