Skip to content

Commit

Permalink
Update Cycle (#52)
Browse files Browse the repository at this point in the history
* Bump equalsverifier from 3.12.2 to 3.12.3

Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.12.2 to 3.12.3.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](jqno/equalsverifier@equalsverifier-3.12.2...equalsverifier-3.12.3)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Added Gradle plugins to dependabot.yml

* Fixed the dependabot.yml for what branch to merge into

* I'm just justifying fixing the dependabot file in the main branch

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Ultraviolet-Ninja and dependabot[bot] authored Dec 20, 2022
1 parent cba0866 commit ef9882f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
allow:
- dependency-name: "com.opencsv:opencsv"
- dependency-name: "org.javatuples:javatuples"
Expand All @@ -18,19 +19,20 @@ updates:
- dependency-name: "org.slf4j:slf4j-api"
- dependency-name: "org.slf4j:slf4j-simple"
- dependency-name: "nl.jqno.equalsverifier:equalsverifier"
- dependency-name: "org.openjfx.javafxplugin"
- dependency-name: "org.beryx.jlink"
- dependency-name: "org.javamodularity.moduleplugin"
- dependency-name: "com.github.breadmoirai.github-release"
ignore:
- dependency-name: "com.jfoenix:jfoenix"
- dependency-name: "io.github.palexdev:materialfx"
branches:
only:
- dev
- dependency-name: "com.jfoenix:jfoenix" # Must stay at 9.0.4
- dependency-name: "io.github.palexdev:materialfx" # Must stay at 11.12.0
- dependency-name: "info.solidsoft.pitest" # Must stay at 1.7.4


- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
branches:
only:
- dev
target-branch: "dev"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*101 modules, 100 minutes, exponentially more problems.*

[![CircleCI](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main.svg?style=shield)](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main)
![Project Version](https://img.shields.io/badge/version-0.22.3-blueviolet)
![Project Version](https://img.shields.io/badge/version-0.22.3.1-blueviolet)

## Intro
This project is designed to solve all puzzles found on the Centurion Bomb from Keep Talking and Nobody Explodes, which is a combination of many community-made puzzles and some from the base game set in different languages.<br>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group 'jasmine.jragon'
version '0.22.3'
version '0.22.3.1'

java {
sourceCompatibility(17)
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation 'org.testng:testng:7.7.0'
testImplementation 'org.slf4j:slf4j-api:2.0.6'
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.12.2'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.12.3'
}

def firstInstance = project.hasProperty('thread0')
Expand Down

0 comments on commit ef9882f

Please sign in to comment.