Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.embulk-embulk-util-j…
Browse files Browse the repository at this point in the history
…son-0.4.0
  • Loading branch information
yuokada authored Dec 12, 2023
2 parents 2033e16 + 4c3cbd3 commit 271dc99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8.0.345+1'
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "com.jfrog.bintray" version "1.8.5"
id "java"
id "checkstyle"
id "com.github.spotbugs" version "5.1.3"
id "com.github.spotbugs" version "5.2.1"
id "org.sonarqube" version "4.0.0.2929"

id "maven-publish"
Expand Down Expand Up @@ -35,6 +35,7 @@ dependencies {

implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.apache.commons:commons-text:1.11.0'

testImplementation "junit:junit:4.+"
}
Expand Down

0 comments on commit 271dc99

Please sign in to comment.