Compare commits
1 Commits
renovate/o
...
358d4aa611
Author | SHA1 | Date | |
---|---|---|---|
358d4aa611 |
6
pom.xml
6
pom.xml
@@ -30,12 +30,12 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-json</artifactId>
|
||||
<version>3.4.4</version>
|
||||
<version>3.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>3.4.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Security and Auth -->
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.7.6</version>
|
||||
<version>42.7.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Reference in New Issue
Block a user