Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 80029de

Browse files
open-schnickrenovate[bot]renovate-bot
authored
Dependencies (#140)
* Update mockito monorepo to v4 (#139) Co-authored-by: Renovate Bot <[email protected]> * Update dependency org.jetbrains:annotations to v23 (#138) Co-authored-by: Renovate Bot <[email protected]> * Update dependency org.apache.logging.log4j:log4j to v2.16.0 (#136) Co-authored-by: Renovate Bot <[email protected]> * Update dependency org.springdoc:springdoc-openapi-ui to v1.6.1 (#137) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]>
1 parent 71554a8 commit 80029de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.springdoc</groupId>
6363
<artifactId>springdoc-openapi-ui</artifactId>
64-
<version>1.5.13</version>
64+
<version>1.6.1</version>
6565
</dependency>
6666

6767
<!-- running script plugin -->
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.apache.logging.log4j</groupId>
7777
<artifactId>log4j</artifactId>
78-
<version>2.15.0</version>
78+
<version>2.16.0</version>
7979
<type>pom</type>
8080
</dependency>
8181

@@ -94,17 +94,17 @@
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-core</artifactId>
97-
<version>3.12.4</version>
97+
<version>4.1.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.mockito</groupId>
101101
<artifactId>mockito-inline</artifactId>
102-
<version>3.12.4</version>
102+
<version>4.1.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.jetbrains</groupId>
106106
<artifactId>annotations</artifactId>
107-
<version>21.0.1</version>
107+
<version>23.0.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)