fix(deps): update all non-major dependencies
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m5s
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 3m5s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
parent
fb22c145c2
commit
6a792cb8c0
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.w9r.pom</groupId>
|
<groupId>dev.w9r.pom</groupId>
|
||||||
<artifactId>spring-boot-starter</artifactId>
|
<artifactId>spring-boot-starter</artifactId>
|
||||||
<version>0.1.12</version>
|
<version>0.1.13</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>dev.w9r.service</groupId>
|
<groupId>dev.w9r.service</groupId>
|
||||||
<artifactId>config</artifactId>
|
<artifactId>config</artifactId>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
<version>5.11.4</version>
|
<version>5.12.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Add table
Reference in a new issue