Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Dec 27, 2020
1 parent 12c5976 commit 442ec52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radiobrowser4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.32</version>
<version>2.33</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.32</version>
<version>2.33</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.32</version>
<version>2.33</version>
</dependency>
<!-- this is needed by jersey-media-json-jackson if on JDK11+, because JAXB is missing -->
<dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.3</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 442ec52

Please sign in to comment.