File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Set up JDK 11
24
- uses : actions/setup-java@v2.5.0
24
+ uses : actions/setup-java@v3
25
25
with :
26
26
distribution : ' temurin'
27
27
java-version : 11
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
17
17
- name : Set up JDK 11
18
- uses : actions/setup-java@v2.5.0
18
+ uses : actions/setup-java@v3
19
19
with :
20
20
distribution : ' temurin'
21
21
java-version : 11
Original file line number Diff line number Diff line change 16
16
<name >ATB Context Extraction Core Lib</name >
17
17
18
18
<properties >
19
- <cxf .version>3.5.0 </cxf .version>
19
+ <cxf .version>3.5.1 </cxf .version>
20
20
<jena .version>4.4.0</jena .version>
21
21
</properties >
22
22
29
29
<dependency >
30
30
<groupId >org.apache.logging.log4j</groupId >
31
31
<artifactId >log4j-slf4j-impl</artifactId >
32
- <version >2.17.1 </version >
32
+ <version >2.17.2 </version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-compiler-plugin</artifactId >
116
- <version >3.10.0 </version >
116
+ <version >3.10.1 </version >
117
117
<configuration >
118
118
<release >${java.version} </release >
119
119
</configuration >
You can’t perform that action at this time.
0 commit comments