From 04b9d1f26e6435177b3123c1e7f6c0283df63f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:29:43 +0000 Subject: [PATCH 1/8] [TSD-File-API-Client]: Bump org.junit:junit-bom Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/tsd-file-api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsd-file-api-client/build.gradle.kts b/lib/tsd-file-api-client/build.gradle.kts index 15e6f527..396e84a4 100644 --- a/lib/tsd-file-api-client/build.gradle.kts +++ b/lib/tsd-file-api-client/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.slf4j:slf4j-jdk14:1.7.28") testImplementation("junit:junit:4.13.2") - testImplementation(platform("org.junit:junit-bom:5.9.1")) + testImplementation(platform("org.junit:junit-bom:5.10.2")) testImplementation("org.junit.jupiter:junit-jupiter") } From 2959f49500be4f9fd884d2f189d352679a2d4907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:29:53 +0000 Subject: [PATCH 2/8] [TSD-File-API-Client]: Bump com.auth0:java-jwt Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 3.10.3 to 4.4.0. - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/java-jwt/compare/3.10.3...4.4.0) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/tsd-file-api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsd-file-api-client/build.gradle.kts b/lib/tsd-file-api-client/build.gradle.kts index 15e6f527..ae5fee70 100644 --- a/lib/tsd-file-api-client/build.gradle.kts +++ b/lib/tsd-file-api-client/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("org.apache.commons:commons-lang3:3.9") implementation("commons-io:commons-io:2.15.1") - implementation("com.auth0:java-jwt:3.10.3") + implementation("com.auth0:java-jwt:4.4.0") implementation("com.google.code.gson:gson:2.8.9") api("com.squareup.okhttp3:okhttp:4.12.0") implementation("org.slf4j:slf4j-jdk14:1.7.28") From 284b309791ec2d786495282245d5199d8e1bf986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:30:06 +0000 Subject: [PATCH 3/8] [TSD-File-API-Client]: Bump org.slf4j:slf4j-jdk14 Bumps org.slf4j:slf4j-jdk14 from 1.7.28 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/tsd-file-api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsd-file-api-client/build.gradle.kts b/lib/tsd-file-api-client/build.gradle.kts index 15e6f527..aa35989f 100644 --- a/lib/tsd-file-api-client/build.gradle.kts +++ b/lib/tsd-file-api-client/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("com.auth0:java-jwt:3.10.3") implementation("com.google.code.gson:gson:2.8.9") api("com.squareup.okhttp3:okhttp:4.12.0") - implementation("org.slf4j:slf4j-jdk14:1.7.28") + implementation("org.slf4j:slf4j-jdk14:2.0.12") testImplementation("junit:junit:4.13.2") testImplementation(platform("org.junit:junit-bom:5.9.1")) From 001201de4fc9d7d40d473e46c6bcff0895e81917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:56:21 +0000 Subject: [PATCH 4/8] [TSD-File-API-Client]: Bump org.apache.commons:commons-lang3 Bumps org.apache.commons:commons-lang3 from 3.9 to 3.14.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/tsd-file-api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsd-file-api-client/build.gradle.kts b/lib/tsd-file-api-client/build.gradle.kts index 15e6f527..68a0d587 100644 --- a/lib/tsd-file-api-client/build.gradle.kts +++ b/lib/tsd-file-api-client/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { compileOnly("org.projectlombok:lombok:1.18.30") annotationProcessor("org.projectlombok:lombok:1.18.30") - implementation("org.apache.commons:commons-lang3:3.9") + implementation("org.apache.commons:commons-lang3:3.14.0") implementation("commons-io:commons-io:2.15.1") implementation("com.auth0:java-jwt:3.10.3") implementation("com.google.code.gson:gson:2.8.9") From 2d6b31635fdc8aebc5dc357be7994cc29b2af2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:56:29 +0000 Subject: [PATCH 5/8] [TSD-File-API-Client]: Bump io.freefair.lombok Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.4 to 8.6. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.4...8.6) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/tsd-file-api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsd-file-api-client/build.gradle.kts b/lib/tsd-file-api-client/build.gradle.kts index 15e6f527..1bad2b78 100644 --- a/lib/tsd-file-api-client/build.gradle.kts +++ b/lib/tsd-file-api-client/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java-library") - id("io.freefair.lombok") version "8.4" + id("io.freefair.lombok") version "8.6" id("formatting-conventions") } From 41bf26daee56ee9fd997b003d7538f3a93f0edf1 Mon Sep 17 00:00:00 2001 From: Joshua Baskaran Date: Fri, 5 Apr 2024 11:28:46 +0200 Subject: [PATCH 6/8] Add Go setup step to GitHub Actions workflow. --- .github/workflows/build-and-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a26f8460..cb237f87 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -27,6 +27,11 @@ jobs: distribution: 'temurin' java-version: '21' + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: 'stable' + - name: Cache gradle packages uses: actions/cache@v4 with: From 66103d1f3ebd064fdb97f5ee53936cabb784221c Mon Sep 17 00:00:00 2001 From: Joshua Baskaran Date: Fri, 5 Apr 2024 11:39:33 +0200 Subject: [PATCH 7/8] Remove GraalVM gradle plugin The plugin was removed as it's not inuse. Should be added back in the future should we rely on native builds. --- buildSrc/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index bb06919d..4dd2693f 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,6 @@ dependencies { implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.2") implementation("io.spring.gradle:dependency-management-plugin:1.1.4") implementation("org.hibernate.orm:hibernate-gradle-plugin:6.4.4.Final") - implementation("org.graalvm.buildtools:native-gradle-plugin:0.10.0") } gradlePlugin { From 1140881c965b3a42b5eabcd706cfdfb802d3cd40 Mon Sep 17 00:00:00 2001 From: Joshua Baskaran Date: Fri, 5 Apr 2024 12:47:33 +0200 Subject: [PATCH 8/8] Add caching for Go dependencies in GitHub workflows Enhanced the GitHub Action workflow by specifying Go dependencies to be cached. This change aims to speed up the build process reduce bandwidth consumption. --- .github/workflows/build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index cb237f87..b69eae05 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,6 +31,9 @@ jobs: uses: actions/setup-go@v5 with: go-version: 'stable' + cache-dependency-path: | + cli/lega-commander/go.sum + services/mq-interceptor/go.sum - name: Cache gradle packages uses: actions/cache@v4