Skip to content

Commit

Permalink
revert the version pinning
Browse files Browse the repository at this point in the history
code should still compile with older versions, we can bump these in parent pom as we canary
  • Loading branch information
suruuK authored Nov 1, 2024
1 parent 6158249 commit daf2dc2
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 @@ -85,7 +85,7 @@
<okhttp.bundle.version>3.12.1_1</okhttp.bundle.version>
<okio.version>1.15.0</okio.version>
<okio.bundle.version>1.15.0_1</okio.bundle.version>
<jackson.version>2.15.3</jackson.version>
<jackson.version>2.13.1</jackson.version>
<mockwebserver.version>0.2.2</mockwebserver.version>

<!-- API versions -->
Expand Down Expand Up @@ -113,7 +113,7 @@
<slf4j.version>1.7.33</slf4j.version>
<mockito.version>4.2.0</mockito.version>
<lombok.version>1.18.22</lombok.version>
<snakeyaml.version>2.2</snakeyaml.version>
<snakeyaml.version>1.28</snakeyaml.version>
<bouncycastle.version>1.70</bouncycastle.version>
<commons-compress.version>1.21</commons-compress.version>
<scr.annotations.version>1.12.0</scr.annotations.version>
Expand Down

0 comments on commit daf2dc2

Please sign in to comment.