Skip to content

Commit 10dca03

Browse files
committed
Upgrade Avro.
1 parent 87a48e7 commit 10dca03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
object Avro {
10-
const val avro = "org.apache.avro:avro:1.8.2"
10+
const val avro = "org.apache.avro:avro:1.9.2"
1111
}
1212

1313
object Bekk {
@@ -162,7 +162,7 @@ object Log4j2 {
162162

163163
object Logstash {
164164
private const val version = "1.0.2"
165-
const val logstashLayout = "com.vlkan.log4j2:log4j2-logstash-layout:$version"
165+
const val logstashLayout = "com.vlkan.log4j2:log4j2-logstash-layout-fatjar:$version"
166166
}
167167
}
168168

0 commit comments

Comments
 (0)