Update test dependencies (#1709)
This commit is contained in:
parent
ebe78ff1b4
commit
d0b12d8512
|
@ -5,6 +5,7 @@
|
|||
"docker:pinDigests",
|
||||
"helpers:pinGitHubActionDigests"
|
||||
],
|
||||
"ignorePresets": [":ignoreModulesAndTests"], // needed to keep maven-extension test pom files up-to-date
|
||||
"packageRules": [
|
||||
{
|
||||
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.1</version>
|
||||
<version>3.4.1</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>io.opentelemetry.contrib.maven.test</groupId>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<name>springboot-test</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>11</java.version>
|
||||
<java.version>17</java.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.1</version>
|
||||
<version>3.4.1</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>io.opentelemetry.contrib.maven.test</groupId>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<name>springboot-test</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>11</java.version>
|
||||
<java.version>17</java.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue