Skip to content

Commit

Permalink
Upgrade lombok, logback and assertj
Browse files Browse the repository at this point in the history
  • Loading branch information
pdragosh committed May 5, 2023
1 parent 1d54c82 commit e10353f
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 @@ -70,12 +70,12 @@

<version.guava>31.1-jre</version.guava>
<version.gson>2.9.0</version.gson>
<version.lombok>1.18.24</version.lombok>
<version.lombok>1.18.26</version.lombok>
<version.jetty>9.4.26.v20200117</version.jetty>
<version.httpclient>4.5.13</version.httpclient>
<version.servletapi>3.1.0</version.servletapi>
<version.slf4j>1.7.30</version.slf4j>
<version.logback>1.2.11</version.logback>
<version.logback>1.4.7</version.logback>
<version.commons.io>2.11.0</version.commons.io>
<version.commons.lang3>3.12.0</version.commons.lang3>
<version.commons.codec>1.15</version.commons.codec>
Expand All @@ -84,7 +84,7 @@
<version.junit>4.13.2</version.junit>
<version.log4j>2.11.0</version.log4j>
<version.xmlapi>1.4.01</version.xmlapi>
<version.assertj>3.23.1</version.assertj>
<version.assertj>3.24.2</version.assertj>
</properties>

<profiles>
Expand Down

0 comments on commit e10353f

Please sign in to comment.