Skip to content

Commit

Permalink
jakarta.annotation-api 3.0.0
Browse files Browse the repository at this point in the history
Removed MangedBean which we aren't using.
  • Loading branch information
brharrington committed Jun 19, 2024
1 parent 09c13ed commit 93b4c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.16.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jackson
val jacksonMapper = "com.fasterxml.jackson.core" % "jackson-databind" % jackson
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "2.1.1"
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "3.0.0"
val jakartaInject = "jakarta.inject" % "jakarta.inject-api" % "2.0.1"
val jodaTime = "joda-time" % "joda-time" % "2.10.10"
val jedis = "redis.clients" % "jedis" % "5.1.3"
Expand Down

0 comments on commit 93b4c31

Please sign in to comment.