Skip to content

Commit

Permalink
Tweak dependabot PR
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Jul 18, 2024
1 parent 173a1c8 commit b03b4e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wdl-parsing/WDLParsingFunction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jersey-version>2.34</jersey-version>
<jackson-version>2.12.7.1</jackson-version>
<jackson-version>2.12.3</jackson-version>
<junit-version>5.7.2</junit-version>
<maven-plugin-version>3.0.0-M5</maven-plugin-version>
</properties>
Expand Down Expand Up @@ -134,7 +134,8 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-version}</version>
<!-- The "jackson-version" version of this artifact doesn't exist, override for dependabot -->
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
Expand Down

0 comments on commit b03b4e0

Please sign in to comment.