Skip to content

Commit 621039e

Browse files
committed
bom update 1.19.0
1 parent cb08364 commit 621039e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

generated/src/main/resources/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>org.glassfish.jersey.core</groupId>
3838
<artifactId>jersey-client</artifactId>
39-
<version>3.0.17</version>
39+
<version>3.1.11</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.glassfish.jersey.media</groupId>
4444
<artifactId>jersey-media-json-jackson</artifactId>
45-
<version>3.0.17</version>
45+
<version>3.1.11</version>
4646
<scope>compile</scope>
4747
<exclusions>
4848
<exclusion>
@@ -66,19 +66,19 @@
6666
<dependency>
6767
<groupId>org.glassfish.jersey.media</groupId>
6868
<artifactId>jersey-media-multipart</artifactId>
69-
<version>3.0.17</version>
69+
<version>3.1.11</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-core</artifactId>
75-
<version>2.18.2</version>
75+
<version>2.20.0</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.fasterxml.jackson.core</groupId>
8080
<artifactId>jackson-annotations</artifactId>
81-
<version>2.18.2</version>
81+
<version>2.20</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.18.2</version>
93+
<version>2.20.0</version>
9494
<scope>compile</scope>
9595
<exclusions>
9696
<exclusion>
@@ -108,13 +108,13 @@
108108
<dependency>
109109
<groupId>org.glassfish.jersey.core</groupId>
110110
<artifactId>jersey-common</artifactId>
111-
<version>3.0.17</version>
111+
<version>3.1.11</version>
112112
<scope>compile</scope>
113113
</dependency>
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.datatype</groupId>
116116
<artifactId>jackson-datatype-jsr310</artifactId>
117-
<version>2.18.2</version>
117+
<version>2.20.0</version>
118118
<scope>compile</scope>
119119
</dependency>
120120
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
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.17.0</dockstore-core.version>
29+
<dockstore-core.version>1.19.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>
@@ -105,7 +105,7 @@
105105
<artifactId>maven-compiler-plugin</artifactId>
106106
<version>3.10.1</version>
107107
<configuration>
108-
<release>17</release>
108+
<release>21</release>
109109
<showDeprecation>true</showDeprecation>
110110
<forceJavacCompilerUse>true</forceJavacCompilerUse>
111111
</configuration>
@@ -149,7 +149,7 @@
149149
</plugin>
150150
<plugin>
151151
<artifactId>maven-dependency-plugin</artifactId>
152-
<version>3.3.0</version>
152+
<version>3.10.0</version>
153153
</plugin>
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)