Skip to content

Commit 34ab696

Browse files
committed
Upgrade
1 parent 11d01fc commit 34ab696

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
mongodb-version: ${{ matrix.mongodb-version }}
2626
mongodb-replica-set: test-rs
2727

28-
- uses: actions/setup-java@v1
28+
- uses: actions/setup-java@v4
2929
with:
3030
java-version: 21
31-
31+
distribution: "temurin"
3232
- uses: actions/cache@v4
3333
with:
3434
path: ~/.m2/repository

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<protobuf-java.version>3.25.5</protobuf-java.version>
1717
<rest-assured.version>5.2.0</rest-assured.version>
1818
<spring-session-data-mongodb.version>3.4.1</spring-session-data-mongodb.version>
19-
<xmlsec.version>4.0.2</xmlsec.version>
19+
<xmlsec.version>4.0.3</xmlsec.version>
2020
</properties>
2121

2222
<groupId>org.openconext</groupId>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>commons-io</groupId>
139139
<artifactId>commons-io</artifactId>
140-
<version>2.15.1</version>
140+
<version>2.18.0</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.google.crypto.tink</groupId>
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>jakarta.xml.bind</groupId>
234234
<artifactId>jakarta.xml.bind-api</artifactId>
235-
<version>3.0.1</version>
235+
<version>4.0.2</version>
236236
</dependency>
237237
<!-- Fix for CVE-2021-40690 -->
238238
<dependency>

0 commit comments

Comments
 (0)