Skip to content

Commit

Permalink
merged branch 'develop' in 'fix-2048'
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 committed Mar 18, 2024
2 parents 6a1e4d6 + 4581d2e commit b71016b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'java'
id 'application'
id 'com.google.cloud.tools.jib' version '3.3.0'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'com.google.cloud.tools.jib' version '3.4.1'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

repositories {
Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {

implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
}

application {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'TJ-Plays'
Expand Down

0 comments on commit b71016b

Please sign in to comment.