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 b99c959 commit c861129Copy full SHA for c861129
build.gradle
@@ -80,7 +80,7 @@ repositories {
80
dependencies {
81
def picocliVersion = '4.7.6'
82
83
- implementation(platform('com.fasterxml.jackson:jackson-bom:2.17.2'))
+ implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.0'))
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