Skip to content

Commit 864bed9

Browse files
committed
chore: info flag on gradle wrapper + revert dep version
1 parent 4d9f863 commit 864bed9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: rm -rf ~/.gradle/caches
2929

3030
- name: Update Gradle Wrapper
31-
run: ./gradlew wrapper --gradle-version 8.14.2
31+
run: ./gradlew wrapper --gradle-version 8.14.2 --info
3232

3333
- name: Clean build directory
3434
run: ./gradlew clean

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
implementation("com.factset.sdk:utils:1.+")
22-
implementation("com.fasterxml.jackson.core:jackson-core:2.18.2")
22+
implementation("com.fasterxml.jackson.core:jackson-core:2.15.3")
2323
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0")
2424
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
2525
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")

0 commit comments

Comments
 (0)