Skip to content

Commit

Permalink
Upgrade logging. (duracloud#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein authored Oct 27, 2023
1 parent 7b719a6 commit 70065b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@
<jackson.version>2.12.3</jackson.version>
<tiles.version>3.0.1</tiles.version>
<selenium.version>2.53.1</selenium.version>
<slf4j.version>1.7.32</slf4j.version>
<jetty.version>9.4.51.v20230217</jetty.version>
<slf4j.version>2.0.9</slf4j.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<jaxb.runtime.version>2.3.1</jaxb.runtime.version>
</properties>
Expand Down Expand Up @@ -665,7 +665,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>1.3.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 70065b5

Please sign in to comment.