Skip to content

Commit

Permalink
Bump various version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cygri committed Sep 26, 2019
1 parent 4388a8e commit 7639c80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.9</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand All @@ -74,7 +75,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -83,7 +84,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.7.v20160115</version>
<version>9.4.20.v20190813</version>
<dependencies>
<!-- Make slf4j log to Log4j in jetty:run -->
<dependency>
Expand Down

0 comments on commit 7639c80

Please sign in to comment.