deps: bump jackson-databind from 2.13.3 to 2.14.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Plus some minor test dependency updates. Cherry-picked from 55271011b677b4450693d403463e86c75887e3bf
This commit is contained in:
parent
30b151a15d
commit
c5f13f6652
@ -4,7 +4,7 @@ name: java8
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-openjdk-8
|
image: maven:3-eclipse-temurin-8
|
||||||
commands:
|
commands:
|
||||||
- mvn -B clean test
|
- mvn -B clean test
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ name: java11
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-openjdk-11
|
image: maven:3-eclipse-temurin-11
|
||||||
commands:
|
commands:
|
||||||
- mvn -B clean test
|
- mvn -B clean test
|
||||||
|
|
||||||
@ -26,6 +26,6 @@ name: java17
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-openjdk-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- mvn -B clean test
|
- mvn -B clean test
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## unreleased
|
## unreleased
|
||||||
|
### Security
|
||||||
|
* Updated Jackson dependency to 2.14.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Querying trips and messages with limit directly from `Query` instance (#19)
|
* Querying trips and messages with limit directly from `Query` instance (#19)
|
||||||
|
9
pom.xml
9
pom.xml
@ -49,12 +49,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>2.13.3</version>
|
<version>2.14.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
<version>5.9.0</version>
|
<version>5.9.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -66,7 +67,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.tomakehurst</groupId>
|
<groupId>com.github.tomakehurst</groupId>
|
||||||
<artifactId>wiremock-jre8</artifactId>
|
<artifactId>wiremock-jre8</artifactId>
|
||||||
<version>2.33.2</version>
|
<version>2.35.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -95,7 +96,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>3.2.2</version>
|
<version>3.3.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user