Skip to content

Commit

Permalink
Merge pull request #539 from orange-cloudfoundry/dependabot/maven/org…
Browse files Browse the repository at this point in the history
….jetbrains-annotations-24.0.1

Bump annotations from 22.0.0 to 24.0.1
  • Loading branch information
gberche-orange authored Jun 30, 2023
2 parents cf04ba2 + 30d42fb commit ccc610b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf-ops-automation-bosh-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
<version>24.0.1</version>
</dependency>

<!-- turn on verbose logging of requests during tests. In production, we can use the actuator endpoint or the logging route service instead
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
<version>24.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ccc610b

Please sign in to comment.