Skip to content

Commit 4204211

Browse files
authored
Merge pull request #218 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents bb07a32 + c0717fa commit 4204211

File tree

14 files changed

+792
-896
lines changed

14 files changed

+792
-896
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
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.eclipse.microprofile</groupId>
3737
<artifactId>microprofile</artifactId>
38-
<version>7.0</version>
38+
<version>7.1</version>
3939
<type>pom</type>
4040
<scope>provided</scope>
4141
</dependency>
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-war-plugin</artifactId>
81-
<version>3.4.0</version>
81+
<version>3.5.0</version>
8282
</plugin>
8383
<plugin>
8484
<groupId>io.openliberty.tools</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<featureManager>
44
<platform>jakartaee-10.0</platform>
5-
<platform>microprofile-7.0</platform>
5+
<platform>microprofile-7.1</platform>
66
<feature>restfulWS</feature>
77
<feature>jsonb</feature>
88
<feature>jsonp</feature>

0 commit comments

Comments
 (0)