Skip to content

Commit

Permalink
Merge pull request #48 from Ultraviolet-Ninja/dependabot/gradle/org.s…
Browse files Browse the repository at this point in the history
…lf4j-slf4j-simple-2.0.6

Bump slf4j-simple from 2.0.5 to 2.0.6
  • Loading branch information
Ultraviolet-Ninja authored Dec 20, 2022
2 parents 9d0c4cd + 82accf0 commit cba0866
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ updates:
ignore:
- dependency-name: "com.jfoenix:jfoenix"
- dependency-name: "io.github.palexdev:materialfx"
branches:
only:
- dev

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
- dependency-type: "all"
branches:
only:
- dev
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# queries: security-extended,security-and-quality

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
}

testImplementation 'org.testng:testng:7.7.0'
testImplementation 'org.slf4j:slf4j-api:2.0.5'
testImplementation 'org.slf4j:slf4j-simple:2.0.5'
testImplementation 'org.slf4j:slf4j-api:2.0.6'
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.12.2'
}

Expand Down

0 comments on commit cba0866

Please sign in to comment.