Skip to content

Commit

Permalink
Merge pull request #5 from telekom/update/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
martingrossmann authored Jul 20, 2022
2 parents ea788d9 + 308ac5c commit 86dd950
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies {
// implementation 'io.testerra:surefire-connector:' + testerraCompileVersion

implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.httpcomponents:httpcore:4.4.14'
implementation 'org.apache.httpcomponents:httpcore:4.4.15'

implementation 'org.glassfish.jersey.core:jersey-client:2.35'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.35'
implementation 'org.glassfish.jersey.core:jersey-client:2.36'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.36'
// implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.32'
// Better JSON mapper for Jersey
implementation 'com.owlike:genson:1.6'
Expand All @@ -48,6 +48,10 @@ test {
useTestNG()
}

repositories {
mavenCentral()
}

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Expand Down

0 comments on commit 86dd950

Please sign in to comment.