We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150dc2c commit 2d19782Copy full SHA for 2d19782
allure-model/build.gradle.kts
@@ -4,7 +4,7 @@ val agent: Configuration by configurations.creating
4
5
dependencies {
6
agent("org.aspectj:aspectjweaver")
7
- implementation("com.fasterxml.jackson.core:jackson-databind:2.12.2")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.12.3")
8
testImplementation("io.github.benas:random-beans")
9
testImplementation("org.assertj:assertj-core")
10
testImplementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments