Skip to content

Commit

Permalink
Bump dc-model version to 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Nov 23, 2023
1 parent 8a90cbe commit dfd7963
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dc-commons-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>12.1.0</version>
<version>12.3.0</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>12.2.1</version>
<version>12.3.0</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>12.1.0</version>
<version>12.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>12.2.1</version>
<version>12.3.0</version>
</dependency>
<dependency>
<groupId>info.solidsoft.mockito</groupId>
Expand Down

0 comments on commit dfd7963

Please sign in to comment.