Skip to content

Commit

Permalink
Bump slf4j to 2.0.6 and logback to 1.4.5 (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Dec 13, 2022
1 parent 0f6db46 commit f93006b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Classpaths {
static final String ARROW_VERSION = '7.0.0'

static final String SLF4J_GROUP = 'org.slf4j'
static final String SLF4J_VERSION = '2.0.3'
static final String SLF4J_VERSION = '2.0.6'

static final String FLATBUFFER_GROUP = 'com.google.flatbuffers'
static final String FLATBUFFER_NAME = 'flatbuffers-java'
Expand Down Expand Up @@ -89,7 +89,7 @@ class Classpaths {

static final String LOGBACK_GROUP = 'ch.qos.logback'
static final String LOGBACK_NAME = 'logback-classic'
static final String LOGBACK_VERSION = '1.4.3'
static final String LOGBACK_VERSION = '1.4.5'

static final String GROOVY_GROUP = 'org.codehaus.groovy'
static final String GROOVY_VERSION = '3.0.12'
Expand Down

0 comments on commit f93006b

Please sign in to comment.