Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update dependencies for 4.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Jun 27, 2019
1 parent ba2bf47 commit 35d12b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [4.0.0-RC1] - 2019-06-27
### Changed
- Update to framework version 6.0.0-M22
- Update to framework version 6.0.0-RC1
- Replace JdbcRepositoryHelper with PreparedStatementWrapperFactory and JdbcResultSetStreamer
- Update to common-bom version 2.0.2
- Update to test-utils version 1.23.0
- Update to utilities version 1.18.0
- Update to common-bom version 2.3.0
- Update to test-utils version 1.24.2
- Update to utilities version 1.20.0

## [3.1.4] - 2019-03-21

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>maven-framework-parent-pom</artifactId>
<version>1.12.2</version>
<version>1.13.0</version>
</parent>

<groupId>uk.gov.justice.services</groupId>
Expand Down Expand Up @@ -36,10 +36,10 @@

<properties>
<cpp.repo.name>job-manager</cpp.repo.name>
<common-bom.version>2.0.2</common-bom.version>
<test-utils.version>1.23.0</test-utils.version>
<utilities.version>1.18.0</utilities.version>
<framework.version>6.0.0-M22</framework.version>
<common-bom.version>2.3.0</common-bom.version>
<test-utils.version>1.24.2</test-utils.version>
<utilities.version>1.20.0</utilities.version>
<framework.version>6.0.0-RC1</framework.version>
</properties>

<build>
Expand Down

0 comments on commit 35d12b0

Please sign in to comment.