Skip to content

Commit

Permalink
dependencies: downgrade Guice to version that Play 2.9/3.0 uses (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen committed Dec 12, 2023
1 parent 3b0dba2 commit 6b6f9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<pac4j.version>6.0.0</pac4j.version>
<play.version>3.0.0</play.version>
<java.version>17</java.version>
<guice.version>7.0.0</guice.version>
<guice.version>6.0.0</guice.version>
<shiro.version>1.13.0</shiro.version>
<ehcache.version>2.10.9.2</ehcache.version>
<scalatest.version>3.2.17</scalatest.version>
Expand Down

0 comments on commit 6b6f9fe

Please sign in to comment.