Skip to content

Commit 514c7e3

Browse files
author
ylexus
committed
move to jiotty 2.2.0
1 parent 0baef19 commit 514c7e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ out/**
88
/.idea/encodings.xml
99
/.idea/workspace.xml
1010
/.idea/jarRepositories.xml
11+
/.idea/runConfigurations.xml
1112
/.idea/$PRODUCT_WORKSPACE_FILE$
1213
/app/.gradle/
1314
/app/build/

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
ext.orgJunitJupiterVersion = '5.7.2'
5050
ext.orgMockitoVersion = '3.10.0'
5151
ext.orgImmutablesVersion = '2.8.8'
52-
ext.netYudichevJiottyVersion = '2.1.2-SNAPSHOT'
52+
ext.netYudichevJiottyVersion = '2.2.0'
5353
ext.orgApacheLoggingLog4jVersion = '2.14.1'
5454

5555
annotationProcessor "org.immutables:value:$orgImmutablesVersion"

0 commit comments

Comments
 (0)