Skip to content

Commit 1418cc6

Browse files
authored
Merge pull request #269 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 7259c43 + 7d4d9a3 commit 1418cc6

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Archive server logs if failed
6565
if: failure()
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: server-logs
6969
path: finish/target/liberty/wlp/usr/servers/defaultServer/logs/

Diff for: finish/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.10.3</version>
42+
<version>5.11.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.9.Final</version>
48+
<version>6.2.10.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.9.Final</version>
54+
<version>6.2.10.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.apache.commons</groupId>
6666
<artifactId>commons-lang3</artifactId>
67-
<version>3.15.0</version>
67+
<version>3.17.0</version>
6868
</dependency>
6969
</dependencies>
7070

@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.3.1</version>
83+
<version>3.5.0</version>
8484
</plugin>
8585
<!-- Enable liberty-maven plugin -->
8686
<plugin>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.3.1</version>
95+
<version>3.5.0</version>
9696
<configuration>
9797
<systemPropertyVariables>
9898
<http.port>${liberty.var.http.port}</http.port>

Diff for: start/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.10.3</version>
42+
<version>5.11.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.9.Final</version>
48+
<version>6.2.10.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.9.Final</version>
54+
<version>6.2.10.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.apache.commons</groupId>
6666
<artifactId>commons-lang3</artifactId>
67-
<version>3.15.0</version>
67+
<version>3.17.0</version>
6868
</dependency>
6969
</dependencies>
7070

@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.3.1</version>
83+
<version>3.5.0</version>
8484
</plugin>
8585
<!-- Enable liberty-maven plugin -->
8686
<plugin>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.3.1</version>
95+
<version>3.5.0</version>
9696
<configuration>
9797
<systemPropertyVariables>
9898
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)