Skip to content

Commit

Permalink
Update sal-common dependency to 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Dec 4, 2024
1 parent d4c24e3 commit 5eed42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nebulous-requirements-extractor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'

// SAL client library; exported to consumers
api('org.ow2.proactive:sal-common:13.1.0-SNAPSHOT') {
api('org.ow2.proactive:sal-common:14.1.0-SNAPSHOT') {
changing = true
}

Expand Down
2 changes: 1 addition & 1 deletion optimiser-controller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'info.picocli:picocli:4.7.6'

// SAL client library
implementation('org.ow2.proactive:sal-common:13.1.0-SNAPSHOT') {
implementation('org.ow2.proactive:sal-common:14.1.0-SNAPSHOT') {
changing = true
}

Expand Down

0 comments on commit 5eed42a

Please sign in to comment.