Skip to content

Commit

Permalink
bump logger versions
Browse files Browse the repository at this point in the history
* bump slf4j to 2.0.9
* bump logback-classic to 1.3.11 because the old version does target slf4j 2.x and 1.4.x requires Java 11 at runtime
  • Loading branch information
mtf90 committed Oct 11, 2023
1 parent 8165e62 commit 3fef888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ limitations under the License.
<javapoet.version>1.13.0</javapoet.version>
<jmockit.version>1.49</jmockit.version>
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.2.9</logback.version>
<logback.version>1.3.11</logback.version>
<metainf-services.version>1.8</metainf-services.version>
<mockito.version>4.11.0</mockito.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<testng.version>7.5.1</testng.version>
<xstream.version>1.4.20</xstream.version>

Expand Down

0 comments on commit 3fef888

Please sign in to comment.