Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into XRDCAT-8-clearer-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
melbeltagy committed Aug 6, 2024
2 parents e97e75a + c691f2c commit 82bdbf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
commons-beanutils = "1.9.4"
commons-csv = "1.11.0"
cxf = "4.0.4"
cxf = "4.0.5"
guava = "33.2.1-jre"
h2 = "2.3.230"
httpclient = "5.3.1"
Expand All @@ -22,7 +22,7 @@ wsdl2java = "2.0.2"
sonarqube = "5.1.0.4882"
hierynomus-license = "0.16.1"
awaitility = "4.2.1"
liquibase = "4.28.0"
liquibase = "4.29.1"

[libraries]
commons-bean-utils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons.beanutils" }
Expand Down

0 comments on commit 82bdbf2

Please sign in to comment.