Skip to content

Commit a0f6bcc

Browse files
update dependency versions
1 parent 9928216 commit a0f6bcc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# MyWebApp
1+
# my-web-app

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<groupId>javax.servlet</groupId>
2323
<artifactId>jsp-api</artifactId>
2424
<version>2.0</version>
25+
<exclusions>
26+
<exclusion>
27+
<groupId>javax.servlet</groupId>
28+
<artifactId>servlet-api</artifactId>
29+
</exclusion>
30+
</exclusions>
2531
</dependency>
2632

2733
<dependency>
@@ -43,7 +49,7 @@
4349
<plugins>
4450
<plugin>
4551
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.11.0</version>
52+
<version>3.12.1</version>
4753
<configuration>
4854
<source>1.8</source>
4955
<target>1.8</target>
@@ -67,7 +73,7 @@
6773
<artifactItem>
6874
<groupId>com.heroku</groupId>
6975
<artifactId>webapp-runner</artifactId>
70-
<version>9.0.80.0</version>
76+
<version>9.0.85.0</version>
7177
<destFileName>webapp-runner.jar</destFileName>
7278
</artifactItem>
7379
</artifactItems>

0 commit comments

Comments
 (0)