Skip to content

Commit

Permalink
Update a few dependencies to fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikbjork committed Oct 20, 2020
1 parent 2de7bb5 commit 4a7d549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-bc/composites/svc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>5.3.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ public void findStartPageArticle() throws Exception {
assertNotNull(startPageArticle);
}

}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<portlet-api.version>2.0</portlet-api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<servlet-api.version>3.0.1</servlet-api.version>
<slf4j.version>1.6.1</slf4j.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.fw.version>4.3.12.RELEASE</spring.fw.version>
<spring.security.version>4.2.12.RELEASE</spring.security.version>

Expand Down

0 comments on commit 4a7d549

Please sign in to comment.