Skip to content

Commit

Permalink
182 - downgrade jackson and slf4j: to work-around missing AEM support (
Browse files Browse the repository at this point in the history
…#183) (#185)

Co-authored-by: Jörg Hoh <joerghoh@users.noreply.github.com>
  • Loading branch information
francoisledroff and joerghoh authored Oct 9, 2023
1 parent 7dd255b commit 0df395c
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 @@ -100,8 +100,8 @@
<commons-lang3.version>3.13.0</commons-lang3.version>
<junit.version>5.10.0</junit.version>
<mockito.version>5.4.0</mockito.version>
<slf4j.version>2.0.7</slf4j.version>
<jackson.version>2.15.2</jackson.version>
<slf4j.version>1.7.6</slf4j.version>
<jackson.version>2.13.4</jackson.version>
<jjwt.version>0.11.5</jjwt.version>

<cloudevents.version>1.2.0</cloudevents.version>
Expand Down

0 comments on commit 0df395c

Please sign in to comment.