Skip to content

Commit 5b5b837

Browse files
authored
Merge pull request #369 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 195eca0 + 2e184c0 commit 5b5b837

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
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.eclipse.microprofile</groupId>
3636
<artifactId>microprofile</artifactId>
37-
<version>7.0</version>
37+
<version>7.1</version>
3838
<type>pom</type>
3939
<scope>provided</scope>
4040
</dependency>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-war-plugin</artifactId>
80-
<version>3.4.0</version>
80+
<version>3.5.0</version>
8181
</plugin>
8282
<!-- Enable Liberty Maven plugin -->
8383
<plugin>

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)