Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/gradle/org.slf4j-slf4j-simple-2.0.6
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
  • Loading branch information
Ultraviolet-Ninja committed Dec 20, 2022
2 parents d4cc7c2 + ae63999 commit 82accf0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
}

testImplementation 'org.testng:testng:7.7.0'
testImplementation 'org.slf4j:slf4j-api: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 82accf0

Please sign in to comment.