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 Mar 26, 2024
1 parent 0102c7d commit 29c8053
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

# Note: Actually we don't need Maven CLI, only Java 17, but this may have additional benefits due to the Maven cache
- 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 All @@ -31,7 +31,7 @@ jobs:

# https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3
uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3.8.0
if: always() # always run even if the previous step fails
with:
report_paths: 'build/target/testReports/*.xml'
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 = 'v3.6.0'
}

task cli {
Expand Down
16 changes: 8 additions & 8 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.apache.maven:maven-embedder:3.9.6'
implementation 'org.apache.maven:maven-compat:3.9.6'
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 group: 'org.apache.maven.resolver', name: 'maven-resolver-api', version: '1.9.18'
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.11.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

0 comments on commit 29c8053

Please sign in to comment.