File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments