Skip to content

Commit 701e4d6

Browse files
authored
Merge pull request #239 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 04d863c + 7db9ecb commit 701e4d6

File tree

15 files changed

+793
-897
lines changed

15 files changed

+793
-897
lines changed
65 Bytes
Binary file not shown.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
1+
wrapperVersion=3.3.4
2+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
3+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar
4+

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
3131
<dependency>
3232
<groupId>org.eclipse.microprofile</groupId>
3333
<artifactId>microprofile</artifactId>
34-
<version>7.0</version>
34+
<version>7.1</version>
3535
<type>pom</type>
3636
<scope>provided</scope>
3737
</dependency>
@@ -74,7 +74,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-war-plugin</artifactId>
77-
<version>3.4.0</version>
77+
<version>3.5.0</version>
7878
</plugin>
7979

8080
<!-- Liberty plugin -->

finish/inventory/src/main/liberty/config/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<featureManager>
44
<platform>jakartaee-10.0</platform>
55
<!-- tag::microprofile[] -->
6-
<platform>microprofile-7.0</platform>
6+
<platform>microprofile-7.1</platform>
77
<!-- end::microprofile[] -->
88
<feature>cdi</feature>
99
<feature>jsonb</feature>

0 commit comments

Comments
 (0)