Skip to content

Commit f6068b4

Browse files
authored
Merge pull request #414 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents e7bf11b + 2d08421 commit f6068b4

File tree

16 files changed

+794
-898
lines changed

16 files changed

+794
-898
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
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.eclipse.microprofile</groupId>
4444
<artifactId>microprofile</artifactId>
45-
<version>7.0</version>
45+
<version>7.1</version>
4646
<type>pom</type>
4747
<scope>provided</scope>
4848
</dependency>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-war-plugin</artifactId>
88-
<version>3.4.0</version>
88+
<version>3.5.0</version>
8989
</plugin>
9090
<plugin>
9191
<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>cdi</feature>

0 commit comments

Comments
 (0)