Skip to content

Commit 79009b5

Browse files
committed
update bom
1 parent 31aafd7 commit 79009b5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

generated/src/main/resources/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-core</artifactId>
75-
<version>2.21.1</version>
75+
<version>2.21.4</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.fasterxml.jackson.core</groupId>
8080
<artifactId>jackson-annotations</artifactId>
81-
<version>2.20</version>
81+
<version>2.21</version>
8282
<scope>compile</scope>
8383
<exclusions>
8484
<exclusion>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.20.0</version>
93+
<version>2.21.4</version>
9494
<scope>compile</scope>
9595
<exclusions>
9696
<exclusion>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.datatype</groupId>
116116
<artifactId>jackson-datatype-jsr310</artifactId>
117-
<version>2.20.0</version>
117+
<version>2.21.4</version>
118118
<scope>compile</scope>
119119
</dependency>
120120
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<properties>
2727
<github.url>scm:git:git@github.com:dockstore/swagger-java-discourse-client.git</github.url>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<dockstore-core.version>1.19.0</dockstore-core.version>
29+
<dockstore-core.version>1.20.0-beta.0</dockstore-core.version>
3030
<maven-failsafe.version>2.21.0</maven-failsafe.version>
3131
<maven-surefire.version>2.21.0</maven-surefire.version>
3232
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>

0 commit comments

Comments
 (0)