We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baef19 commit 514c7e3Copy full SHA for 514c7e3
.gitignore
@@ -8,6 +8,7 @@ out/**
8
/.idea/encodings.xml
9
/.idea/workspace.xml
10
/.idea/jarRepositories.xml
11
+/.idea/runConfigurations.xml
12
/.idea/$PRODUCT_WORKSPACE_FILE$
13
/app/.gradle/
14
/app/build/
app/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
ext.orgJunitJupiterVersion = '5.7.2'
50
ext.orgMockitoVersion = '3.10.0'
51
ext.orgImmutablesVersion = '2.8.8'
52
- ext.netYudichevJiottyVersion = '2.1.2-SNAPSHOT'
+ ext.netYudichevJiottyVersion = '2.2.0'
53
ext.orgApacheLoggingLog4jVersion = '2.14.1'
54
55
annotationProcessor "org.immutables:value:$orgImmutablesVersion"
0 commit comments