Skip to content

Commit

Permalink
Merge pull request #283 from folio-org/release/6.1.2
Browse files Browse the repository at this point in the history
Release 6.1.2
  • Loading branch information
Jack-Golding authored Dec 3, 2024
2 parents 9494a16 + f40ed86 commit a1dca29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.1.2 2024-12-03
* ERM-3458 Add minio dependency in mod-licenses

## 6.1.1 2024-11-28
* ERM-3441 Licenses cannot retrieve linked agreements due to permissions error
* ERM-3420 Missing interface dependencies in module descriptor in mod-licenses
Expand Down
5 changes: 5 additions & 0 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ dependencies {
// Is on runtime classpath via spring-boot-starter
runtimeOnly 'ch.qos.logback:logback-classic:1.2.13'

// Minio for file storage to S3 (reflects mod-agreements)
implementation "io.minio:minio:8.5.1"
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.10'

/* ---- Manually installed testing dependencies ---- */
implementation "org.grails:grails-gorm-testing-support:2.6.1"
implementation "org.grails:grails-web-testing-support:2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gormVersion=8.0.3

# Application
appName=mod-licenses
appVersion=6.1.1
appVersion=6.1.2
okapiInterfaceVersion=6.1
dockerTagSuffix=
dockerRepo=folioci
Expand Down

0 comments on commit a1dca29

Please sign in to comment.