We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e21eb commit 80feb0bCopy full SHA for 80feb0b
build.gradle
@@ -80,7 +80,7 @@ repositories {
80
dependencies {
81
def picocliVersion = '4.7.7'
82
83
- implementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2'))
+ implementation(platform('com.fasterxml.jackson:jackson-bom:2.20.1'))
84
// 1.4.+ requires Java 11 and we are stuck on 8
85
implementation(platform('ch.qos.logback:logback-parent:[1.3.5,1.4)'))
86
0 commit comments