Skip to content

Commit

Permalink
Merge pull request #458 from folio-org/tmp-release-17.2.1
Browse files Browse the repository at this point in the history
[CIRCSTORE-500] Release v17.2.1
  • Loading branch information
MagzhanArtykov authored Apr 17, 2024
2 parents e865a97 + d6beec4 commit a46df5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* ## 17.2.1 2024-04-17
* Upgrade folio-kafka-wrapper to 3.1.1, org.aspectj to 1.9.22 (CIRCSTORE-499)

* ## 17.2.0 2024-03-20
* Upgrade RMB to 35.2.0, Vert.x to 4.5.5, Spring to 6.1.5 (CIRCSTORE-494)
* Add `displaySummary` field to `ActualCostRecord` schema (CIRCSTORE-493)
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-circulation-storage</artifactId>
<groupId>org.folio</groupId>
<version>17.2.1-SNAPSHOT</version>
<version>17.2.2-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-kafka-wrapper</artifactId>
<version>3.0.2</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -316,12 +316,12 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.19</version>
<version>1.9.22</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.9.19</version>
<version>1.9.22</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit a46df5c

Please sign in to comment.