Skip to content

Commit

Permalink
Manual merge of #43 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 20, 2023
1 parent 227a8b8 commit a855ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jakarta-jsonp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.1</version>
<version>2.1.3</version>
</dependency>

<!-- and for tests can use the CI -->
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>1.1.1</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a855ce1

Please sign in to comment.