Skip to content

Commit b899c8e

Browse files
Bump org.eclipse.microprofile:microprofile from 6.1 to 7.0 in /start
Bumps [org.eclipse.microprofile:microprofile](https://github.com/eclipse/microprofile) from 6.1 to 7.0. - [Release notes](https://github.com/eclipse/microprofile/releases) - [Commits](microprofile/microprofile@6.1...7.0) --- updated-dependencies: - dependency-name: org.eclipse.microprofile:microprofile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8422627 commit b899c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.eclipse.microprofile</groupId>
3939
<artifactId>microprofile</artifactId>
40-
<version>6.1</version>
40+
<version>7.0</version>
4141
<type>pom</type>
4242
<scope>provided</scope>
4343
</dependency>

start/system/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.eclipse.microprofile</groupId>
3636
<artifactId>microprofile</artifactId>
37-
<version>6.1</version>
37+
<version>7.0</version>
3838
<type>pom</type>
3939
<scope>provided</scope>
4040
</dependency>

0 commit comments

Comments
 (0)