Skip to content

Commit 50766fe

Browse files
committed
Merge branch '2.13' into 2.14
2 parents 7a2e2a6 + 746e799 commit 50766fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"
19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
build:
2124
runs-on: ${{ matrix.os }}

cbor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use this extension on Maven-based projects, use following dependency:
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.dataformat</groupId>
3434
<artifactId>jackson-dataformat-cbor</artifactId>
35-
<version>2.12.3</version>
35+
<version>2.13.3</version>
3636
</dependency>
3737
```
3838

0 commit comments

Comments
 (0)