Skip to content

Commit b416eaa

Browse files
bump com.fasterxml.jackson:jackson-bom from 2.14.1 to 2.17.2 (#1086)
1 parent 43e38ea commit b416eaa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

allure-java-commons/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.github.johnrengelman.shadow")
2+
id("io.github.goooler.shadow")
33
}
44

55
description = "Allure Java Commons"

allure-test-filter/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.github.johnrengelman.shadow")
2+
id("io.github.goooler.shadow")
33
}
44

55
description = "Allure Test Filter"

build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ configure(libs) {
144144

145145
dependencyManagement {
146146
imports {
147-
mavenBom("com.fasterxml.jackson:jackson-bom:2.14.1")
147+
mavenBom("com.fasterxml.jackson:jackson-bom:2.17.2")
148148
mavenBom("org.junit:junit-bom:5.10.3")
149149
}
150150
dependencies {
@@ -193,6 +193,7 @@ configure(libs) {
193193

194194
tasks {
195195
compileJava {
196+
options.compilerArgs.add("-Xlint:-options")
196197
if (JavaVersion.current().isJava8) {
197198
java.targetCompatibility = JavaVersion.VERSION_1_8
198199
} else {

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pluginManagement {
4848
}
4949
plugins {
5050
id("com.diffplug.spotless") version "6.25.0"
51-
id("com.github.johnrengelman.shadow") version "8.1.1"
51+
id("io.github.goooler.shadow") version "8.1.8"
5252
id("com.gradle.enterprise") version "3.17.5"
5353
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
5454
id("io.qameta.allure-adapter") version "2.11.2"

0 commit comments

Comments
 (0)