File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515subprojects {
1616 group = ' org.httprpc'
17- version = ' 3.6.4 '
17+ version = ' 3.6.5 '
1818
1919 repositories {
2020 mavenCentral()
Original file line number Diff line number Diff line change 1- kiloVersion = 5.3.3
1+ kiloVersion = 5.3.4
22flatLafVersion = 3.7
3- junitVersion = 6.0.1
3+ junitVersion = 6.0.2
44
55projectDescription = Declarative UI for Java
66projectURL = https://github.com/HTTP-RPC/Sierra
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121
2222 implementation " com.formdev:flatlaf:${ flatLafVersion} "
2323 implementation " com.formdev:flatlaf-extras:${ flatLafVersion} "
24- implementation ' com.fifesoft:rsyntaxtextarea:3.6.0 '
25- implementation ' com.fifesoft:autocomplete:3.3.2 '
26- implementation ' com.fifesoft:rstaui:3.3.1 '
24+ implementation ' com.fifesoft:rsyntaxtextarea:3.6.1 '
25+ implementation ' com.fifesoft:autocomplete:3.3.3 '
26+ implementation ' com.fifesoft:rstaui:3.3.2 '
2727
2828 testImplementation " org.junit.jupiter:junit-jupiter:${ junitVersion} "
2929 testImplementation ' org.mockito:mockito-core:5.20.0'
You can’t perform that action at this time.
0 commit comments