Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bochkov committed May 8, 2022
1 parent 2d12858 commit 82ab146
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'cordelia'
version = '2.0.1.RELEASE'
version = '2.0.2.RELEASE'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand All @@ -21,15 +21,15 @@ repositories {
}

dependencies {
implementation 'com.konghq:unirest-java:3.13.6'
implementation 'com.konghq:unirest-objectmapper-jackson:3.13.6'
implementation 'ch.qos.logback:logback-classic:1.2.10'
implementation 'com.konghq:unirest-java:3.13.8'
implementation 'com.konghq:unirest-objectmapper-jackson:3.13.8'
implementation 'ch.qos.logback:logback-classic:1.2.11'

compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'

testCompileOnly 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'org.projectlombok:lombok:1.18.24'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.24'

testImplementation 'junit:junit:4.13.2'
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 82ab146

Please sign in to comment.