Skip to content

Commit bdb6c90

Browse files
Update dependencies
1 parent 75253d8 commit bdb6c90

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

build.gradle

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
22
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'
55
}
66

77
group = 'tools.sctrade'
8-
version = '1.0.3'
8+
version = '1.0.4'
99

1010
java {
1111
sourceCompatibility = '17'
@@ -24,21 +24,22 @@ dependencies {
2424
implementation 'com.1stleg:jnativehook:2.1.0'
2525

2626
// 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'
2929

3030
// 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'
3333

3434
// Utils
3535
implementation 'org.imgscalr:imgscalr-lib:4.2'
3636
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'
3839

3940
// Tests
4041
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'
4243
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4344
}
4445

0 commit comments

Comments
 (0)