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

Commit ad974bc

Browse files
Updated deps (#92)
* Update dependency org.mockito:mockito-core to v3.8.0 * Update dependency org.mockito:mockito-inline to v3.8.0 * Update cucumber.version to v6.10.2 * Update dependency org.springframework.boot:spring-boot-starter-parent to v2.4.4 * Update dependency org.projectlombok:lombok to v1.18.20 Co-authored-by: Renovate Bot <[email protected]>
1 parent 3d957b0 commit ad974bc

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.2</version>
8+
<version>2.4.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.filefighter</groupId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<java.version>11</java.version>
19-
<cucumber.version>6.9.1</cucumber.version>
19+
<cucumber.version>6.10.2</cucumber.version>
2020
<sonar.coverage.exclusions>**/data/**/*.java,**/configuration/*.java,**/exceptions/*.java
2121
</sonar.coverage.exclusions>
2222
</properties>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.projectlombok</groupId>
4444
<artifactId>lombok</artifactId>
45-
<version>1.18.18</version>
45+
<version>1.18.20</version>
4646
</dependency>
4747

4848
<!-- For Docs -->
@@ -74,12 +74,12 @@
7474
<dependency>
7575
<groupId>org.mockito</groupId>
7676
<artifactId>mockito-core</artifactId>
77-
<version>3.7.7</version>
77+
<version>3.8.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.mockito</groupId>
8181
<artifactId>mockito-inline</artifactId>
82-
<version>3.7.7</version>
82+
<version>3.8.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)