Skip to content

Commit bf89d9e

Browse files
committed
Update depdendencies.
1 parent 6398c60 commit bf89d9e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
subprojects {
1616
group = 'org.httprpc'
17-
version = '3.6.4'
17+
version = '3.6.5'
1818

1919
repositories {
2020
mavenCentral()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
kiloVersion = 5.3.3
1+
kiloVersion = 5.3.4
22
flatLafVersion = 3.7
3-
junitVersion = 6.0.1
3+
junitVersion = 6.0.2
44

55
projectDescription = Declarative UI for Java
66
projectURL = https://github.com/HTTP-RPC/Sierra

sierra-tools/previewer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)