Skip to content

Commit d99e7ee

Browse files
committed
#28 Bump versions
1 parent 4ac3e4d commit d99e7ee

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.2.5</version>
16+
<version>3.5.9</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<postgresql.version>42.7.3</postgresql.version>
23-
<lombok.version>1.18.32</lombok.version>
24-
<mapstruct.version>1.5.5.Final</mapstruct.version>
25-
<rest-assured.version>5.4.0</rest-assured.version>
26-
<jacoco.version>0.8.12</jacoco.version>
22+
<postgresql.version>42.7.8</postgresql.version>
23+
<mapstruct.version>1.6.3</mapstruct.version>
24+
<rest-assured.version>6.0.0</rest-assured.version>
25+
<jacoco.version>0.8.14</jacoco.version>
2726
</properties>
2827

2928
<dependencies>
@@ -65,7 +64,6 @@
6564
<groupId>org.projectlombok</groupId>
6665
<artifactId>lombok</artifactId>
6766
<optional>true</optional>
68-
<version>${lombok.version}</version>
6967
</dependency>
7068

7169
<dependency>

0 commit comments

Comments
 (0)