Skip to content

Commit

Permalink
fix(deps): update dependency jakarta.inject:jakarta.inject-api to v2.…
Browse files Browse the repository at this point in the history
…0.1.mr
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 522264b commit c624725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-jersey3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<version>2.0.1.MR</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jersey31/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<version>2.0.1.MR</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
Expand Down

0 comments on commit c624725

Please sign in to comment.