Skip to content

Commit bbbe2cd

Browse files
authored
bom update to 1.19.0 (#19)
1 parent a997e75 commit bbbe2cd

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
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>org.glassfish.jersey.core</groupId>
2323
<artifactId>jersey-client</artifactId>
24-
<version>3.0.17</version>
24+
<version>3.1.11</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.glassfish.jersey.media</groupId>
2929
<artifactId>jersey-media-json-jackson</artifactId>
30-
<version>3.0.17</version>
30+
<version>3.1.11</version>
3131
<scope>compile</scope>
3232
<exclusions>
3333
<exclusion>
@@ -51,19 +51,19 @@
5151
<dependency>
5252
<groupId>org.glassfish.jersey.media</groupId>
5353
<artifactId>jersey-media-multipart</artifactId>
54-
<version>3.0.17</version>
54+
<version>3.1.11</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>
5959
<artifactId>jackson-core</artifactId>
60-
<version>2.18.2</version>
60+
<version>2.20.0</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.18.2</version>
66+
<version>2.20</version>
6767
<scope>compile</scope>
6868
<exclusions>
6969
<exclusion>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>
7777
<artifactId>jackson-databind</artifactId>
78-
<version>2.18.2</version>
78+
<version>2.20.0</version>
7979
<scope>compile</scope>
8080
<exclusions>
8181
<exclusion>
@@ -93,13 +93,13 @@
9393
<dependency>
9494
<groupId>org.glassfish.jersey.core</groupId>
9595
<artifactId>jersey-common</artifactId>
96-
<version>3.0.17</version>
96+
<version>3.1.11</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.fasterxml.jackson.datatype</groupId>
101101
<artifactId>jackson-datatype-jsr310</artifactId>
102-
<version>2.18.2</version>
102+
<version>2.20.0</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<github.url>scm:git:git@github.com:dockstore/swagger-java-sam-client.git</github.url>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<dockstore-core.version>1.17.0</dockstore-core.version>
14+
<dockstore-core.version>1.19.0</dockstore-core.version>
1515
<maven-failsafe.version>2.21.0</maven-failsafe.version>
1616
<maven-surefire.version>2.21.0</maven-surefire.version>
1717
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
@@ -89,7 +89,7 @@
8989
<artifactId>maven-compiler-plugin</artifactId>
9090
<version>3.10.1</version>
9191
<configuration>
92-
<release>17</release>
92+
<release>21</release>
9393
<showDeprecation>true</showDeprecation>
9494
<forceJavacCompilerUse>true</forceJavacCompilerUse>
9595
</configuration>
@@ -133,7 +133,7 @@
133133
</plugin>
134134
<plugin>
135135
<artifactId>maven-dependency-plugin</artifactId>
136-
<version>3.3.0</version>
136+
<version>3.10.0</version>
137137
</plugin>
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)