We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578ddc2 commit d211c63Copy full SHA for d211c63
2 files changed
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@develop
+ - uses: actions/checkout@3
19
with:
20
ref: ${{ github.ref }}
21
- name: Set up JDK 1.8
pom.xml
@@ -20,7 +20,7 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
22
<jaxb-runtime.version>3.0.2</jaxb-runtime.version>
23
- <jackson.version>2.13.2.2</jackson.version>
+ <jackson.version>2.14.1</jackson.version>
24
<netbeans.hint.license>gpl30</netbeans.hint.license>
25
</properties>
26
<name>NextCloud Java API library</name>
0 commit comments