Skip to content

Commit d211c63

Browse files
committed
Bump jackson version
1 parent 578ddc2 commit d211c63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@develop
18+
- uses: actions/checkout@3
1919
with:
2020
ref: ${{ github.ref }}
2121
- name: Set up JDK 1.8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<commons-lang3.version>3.12.0</commons-lang3.version>
2121
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
2222
<jaxb-runtime.version>3.0.2</jaxb-runtime.version>
23-
<jackson.version>2.13.2.2</jackson.version>
23+
<jackson.version>2.14.1</jackson.version>
2424
<netbeans.hint.license>gpl30</netbeans.hint.license>
2525
</properties>
2626
<name>NextCloud Java API library</name>

0 commit comments

Comments
 (0)