Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Apr 22, 2024
1 parent 6f0c047 commit 170a2ae
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Setup Maven
uses: s4u/setup-maven-action@4fdbe2a6a718a03bf4874636eed4311886cab6ba # v1.5.1
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
with:
java-version: 17
java-distribution: temurin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- name: Setup Maven
uses: s4u/setup-maven-action@4fdbe2a6a718a03bf4874636eed4311886cab6ba # v1.5.1
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
with:
java-version: 17
java-distribution: temurin
maven-version: 3.8.6

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
working-directory: ./build

- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@v1
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1.0.7
with:
version: 1

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:

steps:
- name: Setup Maven
uses: s4u/setup-maven-action@4fdbe2a6a718a03bf4874636eed4311886cab6ba # v1.5.1
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
with:
java-version: 17
java-distribution: temurin
maven-version: 3.8.6

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: ./build

- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@v1
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1.0.7
with:
version: 1

Expand Down
2 changes: 1 addition & 1 deletion build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def configureEnvironment() {
}

wrapper {
gradleVersion = '7.5.1'
gradleVersion = '7.6.4'
}

task cli {
Expand Down
10 changes: 5 additions & 5 deletions build/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ repositories {

dependencies {
localGroovy()
implementation 'com.beust:jcommander:1.32'
implementation 'com.beust:jcommander:1.82'
implementation 'de.undercouch:gradle-download-task:3.4.3'
implementation 'org.apache.maven:maven-embedder:3.6.0'
implementation 'org.apache.maven:maven-compat:3.6.0'
implementation 'org.slf4j:slf4j-simple:1.7.30'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.eclipse.aether:aether-connector-basic:1.1.0'
implementation 'org.eclipse.aether:aether-transport-wagon:1.1.0'
implementation 'org.apache.maven.wagon:wagon-http:3.5.3'
implementation 'org.apache.maven.wagon:wagon-provider-api:3.5.3'
implementation 'org.apache.maven.wagon:wagon-http-lightweight:3.5.3'
implementation 'org.eclipse.tycho:org.eclipse.osgi:3.13.0.v20180226-1711'
implementation group: 'org.apache.maven.resolver', name: 'maven-resolver-api', version: '1.8.2'
implementation 'org.yaml:snakeyaml:1.13'
implementation 'org.eclipse.jgit:org.eclipse.jgit:3.2.0.201312181205-r'
implementation 'org.yaml:snakeyaml:1.33'
implementation 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r'

implementation 'org.standardout.unpuzzle:unpuzzle-plugin:0.0.24-SNAPSHOT', {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0'
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.12.0'

}

Expand Down
2 changes: 1 addition & 1 deletion build/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion platform/hale-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://build-artifacts.wetransform.to/p2/offline-resources/site"/>
<unit id="to.wetransform.offlineresources.feature.feature.group" version="2024.3.19.bnd-D8pqQ"/>
<unit id="to.wetransform.offlineresources.feature.feature.group" version="2024.4.16.bnd-KMZqxg"/>
</location>
</locations>
</target>

0 comments on commit 170a2ae

Please sign in to comment.