File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 92
92
runs-on : ubuntu-latest
93
93
steps :
94
94
- uses : actions/checkout@v3
95
+
95
96
- name : Set up Apache Maven Central
96
- uses : actions/setup-java@v3
97
+ uses : actions/setup-java@v4
97
98
with :
98
99
distribution : ' adopt'
99
100
java-version : ' 11'
Original file line number Diff line number Diff line change 143
143
144
144
<properties >
145
145
<jackson .version>2.13.2</jackson .version>
146
- <jackson .databind.version>2.13.2 .1</jackson .databind.version>
146
+ <jackson .databind.version>2.13.4 .1</jackson .databind.version>
147
147
<maven .compiler.source>1.8</maven .compiler.source>
148
148
<maven .compiler.target>1.8</maven .compiler.target>
149
149
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
150
150
</properties >
151
151
152
152
<dependencies >
153
-
154
153
<dependency >
155
154
<groupId >javax.xml.bind</groupId >
156
155
<artifactId >jaxb-api</artifactId >
181
180
<artifactId >lombok</artifactId >
182
181
<version >1.18.20</version >
183
182
</dependency >
184
-
185
183
<dependency >
186
184
<groupId >com.squareup.okhttp3</groupId >
187
185
<artifactId >okhttp</artifactId >
You can’t perform that action at this time.
0 commit comments