Skip to content

Commit ce17431

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/spring-security-extras into develop
2 parents cc763f2 + 35f4ddd commit ce17431

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Upload videos of test failures
7171
if: failure()
72-
uses: actions/upload-artifact@v6
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: test-fail-videos-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
7575
path: demo/integration-tests/${{ matrix.project }}/target/records

demo/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>software.xdev</groupId>
8383
<artifactId>testcontainers-selenium</artifactId>
84-
<version>1.5.3</version>
84+
<version>2.0.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>software.xdev</groupId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>io.github.git-commit-id</groupId>
212212
<artifactId>git-commit-id-maven-plugin</artifactId>
213-
<version>9.0.2</version>
213+
<version>9.1.0</version>
214214
</plugin>
215215

216216
<plugin>

0 commit comments

Comments
 (0)