Skip to content

Commit

Permalink
Bump dc-commons-jdbi to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clorenz committed Sep 15, 2023
1 parent 7f094d8 commit 06bd418
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dc-commons-jdbi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [7.0.3](https://github.com/dbmdz/digitalcollections-commons/releases/tag/dc-commons-jdbi-7.0.3) - 2023-09-15

### Changed

- Updated `dc-model`

## [7.0.2](https://github.com/dbmdz/digitalcollections-commons/releases/tag/dc-commons-jdbi-7.0.2) - 2023-09-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions dc-commons-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>dc-commons-jdbi</artifactId>
<version>7.0.2</version>
<version>7.0.3</version>
<packaging>jar</packaging>

<name>DigitalCollections: Commons JDBI</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>12.2.0</version>
<version>12.2.1</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
Expand Down

0 comments on commit 06bd418

Please sign in to comment.