Skip to content

Commit

Permalink
Merge pull request #42 from miurahr/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.core-jackson-core-2.13.2

Bump jackson-core from 2.13.1 to 2.13.2
  • Loading branch information
miurahr authored Mar 7, 2022
2 parents 7f1953c + fac6e1d commit 4c6d032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {

dependencies {
implementation("org.apache.httpcomponents.client5:httpclient5:5.1.3")
implementation("com.fasterxml.jackson.core:jackson-core:2.13.1")
implementation("com.fasterxml.jackson.core:jackson-core:2.13.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
Expand Down

0 comments on commit 4c6d032

Please sign in to comment.